Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Territory number, or -1 for current |
R1 | Reason code |
Exit | |
---|---|
R0 | Requested Value |
# | Meaning |
---|---|
0 | Pointer to decimal point string |
1 | Pointer to thousands separator |
2 | Pointer to byte list containing size of each group of digits in formatted non-monetary quantities (least significant first) |
255 = no further grouping | |
0 = repeat last grouping for rest of number | |
other = size of current group; next byte contains size | |
3 | Pointer to international currency symbol |
4 | Pointer to local currency symbol |
5 | Pointer to monetary decimal point string |
6 | Pointer to monetary thousands separator |
7 | Pointer to byte list containing size of each group of digits in formatted monetary quantities (least significant first) |
255 = no further grouping | |
0 = repeat last grouping for rest of number | |
other = size of current group; next byte contains size | |
8 | Pointer to positive sign used for monetary quantities |
9 | Pointer to negative sign used for monetary quantities |
10 | Number of fractional digits to be displayed in a formatted international monetary quantity |
11 | Number of fractional digits to be displayed in a formatted monetary quantity |
12 | Return for a non-negative formatted monetary quantity |
0 = currency symbol precedes value | |
1 = currency symbol follows value | |
13 | Return for a non-negative formatted monetary quantity |
0 = a space separates currency symbol and value | |
1 = symbol and value not separated | |
14 | Return for a negative formatted monetary quantity |
0 = currency symbol precedes value | |
1 = currency symbol follows value | |
15 | Return for a negative formatted monetary quantity |
0 = a space separates currency symbol and value | |
1 = symbol and value not separated | |
16 | Return for a non-negative formatted monetary quantity |
0 = parentheses surround symbol and value | |
1 = the sign string precedes value and symbol | |
2 = the sign string follows value and symbol | |
3 = the sign string immediately precedes the symbol | |
4 = the sign string immediately follows the symbol | |
17 | Return for a negative formatted monetary quantity |
0 = parentheses surround symbol and value | |
1 = the sign string precedes value and symbol | |
2 = the sign string follows value and symbol | |
3 = the sign string immediately precedes the symbol | |
4 = the sign string immediately follows the symbol | |
18 | Return pointer to list separator |
The purpose of this call is to convert local time ordinals for the given territory to a 5 byte UTC time.
None.