home *** CD-ROM | disk | FTP | other *** search
- territory_t
- Defined in: <territory=>territory.$>.h
- Declaration: typedef int territory_t;territory_data
- Defined in: <territory=>territory.$>.h
- Declaration: typedef
- struct
- { void *e [43];
- }
- territory_data;territory_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: typedef
- struct
- { int centisecond;
- int second;
- int minute;
- int hour;
- int date;
- int month;
- int year;
- int weekday;
- int yearday;
- }
- territory_ordinals;territory_property_table
- Defined in: <territory=>territory.$>.h
- Declaration: typedef
- struct
- { bits p [8];
- }
- territory_property_table;territory_calendar
- Defined in: <territory=>territory.$>.h
- Declaration: typedef
- struct
- { int first_working_day;
- int last_working_day;
- int month_count;
- int day_count;
- int pm_limit;
- int we_limit;
- int w3_limit;
- int dy_limit;
- int st_limit;
- int mo_limit;
- int m3_limit;
- int tz_limit;
- }
- territory_calendar;territory_CURRENT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_CURRENT ((<territory_t>) -1)territory_IGNORE_CASE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_IGNORE_CASE 0x1uterritory_IGNORE_ACCENT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_IGNORE_ACCENT 0x2uerror_TERRITORY_BAD_SWI
- Defined in: <territory=>territory.$>.h
- Declaration: #define error_TERRITORY_BAD_SWI 0x43062uerror_TERRITORY_UNKNOWN
- Defined in: <territory=>territory.$>.h
- Declaration: #define error_TERRITORY_UNKNOWN 0x190uerror_TERRITORY_UNKNOWN_ALPHABET
- Defined in: <territory=>territory.$>.h
- Declaration: #define error_TERRITORY_UNKNOWN_ALPHABET 0x191uerror_NO_TERRITORY
- Defined in: <territory=>territory.$>.h
- Declaration: #define error_NO_TERRITORY 0x192uterritory_GIVEN_TIME
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_GIVEN_TIME 1territory_GIVEN_DATE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_GIVEN_DATE 2territory_GIVEN_DATE_AND_TIME
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_GIVEN_DATE_AND_TIME 3territory_WRITE_RIGHT_TO_LEFT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_WRITE_RIGHT_TO_LEFT 0x1uterritory_WRITE_BOTTOM_TO_TOP
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_WRITE_BOTTOM_TO_TOP 0x2uterritory_WRITE_VERTICAL
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_WRITE_VERTICAL 0x4uterritory_PROPERTY_CONTROL
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_CONTROL 0territory_PROPERTY_UPPERCASE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_UPPERCASE 1territory_PROPERTY_LOWERCASE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_LOWERCASE 2territory_PROPERTY_ALPHABETIC
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_ALPHABETIC 3territory_PROPERTY_PUNCTUATION
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_PUNCTUATION 4territory_PROPERTY_WHITESPACE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_WHITESPACE 5territory_PROPERTY_DIGIT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_DIGIT 6territory_PROPERTY_HEX_DIGIT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_HEX_DIGIT 7territory_PROPERTY_ACCENTED
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_ACCENTED 8territory_PROPERTY_FORWARD
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_FORWARD 9territory_PROPERTY_REVERSE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_PROPERTY_REVERSE 10territory_SYMBOL_DECIMAL_POINT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_DECIMAL_POINT 0territory_SYMBOL_GROUP_SEPARATOR
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_GROUP_SEPARATOR 1territory_SYMBOL_GROUPING_LIST
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_GROUPING_LIST 2territory_SYMBOL_INTERNATIONAL_CURRENCY_SYMBOL
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_INTERNATIONAL_CURRENCY_SYMBOL 3territory_SYMBOL_CURRENCY_SYMBOL
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_SYMBOL 4territory_SYMBOL_CURRENCY_POINT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_POINT 5territory_SYMBOL_CURRENCY_GROUP_SEPARATOR
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_GROUP_SEPARATOR 6territory_SYMBOL_CURRENCY_GROUP_LIST
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_GROUP_LIST 7territory_SYMBOL_CURRENCY_PLUS_SIGN
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_PLUS_SIGN 8territory_SYMBOL_CURRENCY_MINUS_SIGN
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_MINUS_SIGN 9territory_SYMBOL_INTERNATIONAL_CURRENCY_PRECISION
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_INTERNATIONAL_CURRENCY_PRECISION 10territory_SYMBOL_CURRENCY_PRECISION
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_PRECISION 11territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NON_NEGATIVE_VALUE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NON_NEGATIVE_VALUE 12territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NON_NEGATIVE_VALUE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NON_NEGATIVE_VALUE 13territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NEGATIVE_VALUE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NEGATIVE_VALUE 14territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NEGATIVE_VALUE
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NEGATIVE_VALUE 15territory_SYMBOL_CURRENCY_NON_NEGATIVE_FORMAT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_NON_NEGATIVE_FORMAT 16territory_SYMBOL_CURRENCY_NEGATIVE_FORMAT
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_CURRENCY_NEGATIVE_FORMAT 17territory_SYMBOL_LIST_SEPARATOR
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_LIST_SEPARATOR 18territory_SYMBOL_PARENTHESISED
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_PARENTHESISED 0territory_SYMBOL_SIGN_PRECEDES
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_SIGN_PRECEDES 1territory_SYMBOL_SIGN_SUCCEEDS
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_SIGN_SUCCEEDS 2territory_SYMBOL_SIGN_IMMEDIATELY_PRECEDES
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_SIGN_IMMEDIATELY_PRECEDES 3territory_SYMBOL_SIGN_IMMEDIATELY_SUCCEEDS
- Defined in: <territory=>territory.$>.h
- Declaration: #define territory_SYMBOL_SIGN_IMMEDIATELY_SUCCEEDS 4xterritory_number
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_number (<territory_t> *territory);
- Summary: Returns the territory number of the current territoryterritory_number
- Defined in: <territory=>territory.$>.h
- Declaration: extern <territory_t> territory_number (void);
- Summary: Returns the territory number of the current territoryxterritory_register
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_register (<territory_t> territory,
- <territory_data> *entries,
- void *workspace);
- Summary: Adds the given territory to the list of active territoriesterritory_register
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_register (<territory_t> territory,
- <territory_data> *entries,
- void *workspace);
- Summary: Adds the given territory to the list of active territoriesxterritory_deregister
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_deregister (<territory_t> territory);
- Summary: Removes the given territory from the list of active territoriesterritory_deregister
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_deregister (<territory_t> territory);
- Summary: Removes the given territory from the list of active territoriesxterritory_number_to_name
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_number_to_name (<territory_t> territory,
- char *name,
- int size);
- Summary: Returns the name of a given territoryterritory_number_to_name
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_number_to_name (<territory_t> territory,
- char *name,
- int size);
- Summary: Returns the name of a given territoryxterritory_exists
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_exists (<territory_t> territory,
- bits *psr);
- Summary: Checks if the given territory is currently present in the machineterritory_exists
- Defined in: <territory=>territory.$>.h
- Declaration: extern bits territory_exists (<territory_t> territory);
- Summary: Checks if the given territory is currently present in the machinexterritory_alphabet_number_to_name
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_alphabet_number_to_name (int alphabet,
- char *name,
- int size);
- Summary: Returns the name of the given alphabetterritory_alphabet_number_to_name
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_alphabet_number_to_name (int alphabet,
- char *name,
- int size);
- Summary: Returns the name of the given alphabetxterritory_select_alphabet
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_select_alphabet (<territory_t> territory);
- Summary: Selects the correct alphabet for the given territoryterritory_select_alphabet
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_select_alphabet (<territory_t> territory);
- Summary: Selects the correct alphabet for the given territoryxterritory_set_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_set_time (<os_date_and_time=>os.os_date_and_time> *date_and_time);
- Summary: Sets the clock to a given 5-byte UTC timeterritory_set_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_set_time (<os_date_and_time=>os.os_date_and_time> *date_and_time);
- Summary: Sets the clock to a given 5-byte UTC timexterritory_read_current_time_zone
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_current_time_zone (char **timezone,
- int *offset);
- Summary: Returns information on the current time zoneterritory_read_current_time_zone
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_read_current_time_zone (char **timezone,
- int *offset);
- Summary: Returns information on the current time zonexterritory_convert_time_to_utc_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_time_to_utc_ordinals (<os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_ordinals> *ordinals);
- Summary: Converts a 5-byte UTC time to UTC time ordinalsterritory_convert_time_to_utc_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_time_to_utc_ordinals (<os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_ordinals> *ordinals);
- Summary: Converts a 5-byte UTC time to UTC time ordinalsxterritory_convert_text_to_string
- Not yet implementedterritory_convert_text_to_string
- Not yet implementedxterritory_read_time_zones
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_time_zones (<territory_t> territory,
- char **timezone,
- char **dst_timezone,
- int *offset,
- int *dst_offset);
- Summary: Returns information on the time zones for the given territoryterritory_read_time_zones
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_read_time_zones (<territory_t> territory,
- char **timezone,
- char **dst_timezone,
- int *offset,
- int *dst_offset);
- Summary: Returns information on the time zones for the given territoryxterritory_convert_date_and_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_date_and_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- char *buffer,
- int size,
- char *format,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date and time using a supplied format stringterritory_convert_date_and_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_date_and_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- char *buffer,
- int size,
- char *format,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date and time using a supplied format stringxterritory_convert_standard_date_and_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_standard_date_and_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date and timeterritory_convert_standard_date_and_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_standard_date_and_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date and timexterritory_convert_standard_date
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_standard_date (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date onlyterritory_convert_standard_date
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_standard_date (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the date onlyxterritory_convert_standard_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_standard_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *time,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the time onlyterritory_convert_standard_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_standard_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *time,
- char *buffer,
- int size,
- char **end);
- Summary: Converts a 5-byte UTC time into a string giving the time onlyxterritory_convert_time_to_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_time_to_ordinals (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_ordinals> *ordinals);
- Summary: Converts a 5-byte UTC time to local time ordinals for the given territoryterritory_convert_time_to_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_time_to_ordinals (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_ordinals> *ordinals);
- Summary: Converts a 5-byte UTC time to local time ordinals for the given territoryxterritory_convert_time_string_to_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_time_string_to_ordinals (<territory_t> territory,
- int format,
- char *t,
- <territory_ordinals> *ordinals);
- Summary: Converts a time string to time ordinalsterritory_convert_time_string_to_ordinals
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_time_string_to_ordinals (<territory_t> territory,
- int format,
- char *t,
- <territory_ordinals> *ordinals);
- Summary: Converts a time string to time ordinalsxterritory_convert_ordinals_to_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_convert_ordinals_to_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *buffer,
- <territory_ordinals> *ordinals);
- Summary: Converts local time ordinals for the given territory to a 5-byte UTC timeterritory_convert_ordinals_to_time
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_convert_ordinals_to_time (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *buffer,
- <territory_ordinals> *ordinals);
- Summary: Converts local time ordinals for the given territory to a 5-byte UTC timexterritory_alphabet
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_alphabet (<territory_t> territory,
- int *alphabet);
- Summary: Returns the alphabet number that should be selected for the given territoryterritory_alphabet
- Defined in: <territory=>territory.$>.h
- Declaration: extern int territory_alphabet (<territory_t> territory);
- Summary: Returns the alphabet number that should be selected for the given territoryxterritory_alphabet_identifier
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_alphabet_identifier (<territory_t> territory,
- char **alphabet_name);
- Summary: Returns an identifier string for the alphabet that should be used for the given territoryterritory_alphabet_identifier
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_alphabet_identifier (<territory_t> territory);
- Summary: Returns an identifier string for the alphabet that should be used for the given territoryxterritory_select_keyboard_handler
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_select_keyboard_handler (<territory_t> territory);
- Summary: Selects the keyboard handler for the given territoryterritory_select_keyboard_handler
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_select_keyboard_handler (<territory_t> territory);
- Summary: Selects the keyboard handler for the given territoryxterritory_write_direction
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_write_direction (<territory_t> territory,
- bits *flags);
- Summary: Returns the direction of writing in the given territoryterritory_write_direction
- Defined in: <territory=>territory.$>.h
- Declaration: extern bits territory_write_direction (<territory_t> territory);
- Summary: Returns the direction of writing in the given territoryxterritory_character_property_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_character_property_table (<territory_t> territory,
- int property,
- <territory_property_table> **table);
- Summary: Returns a pointer to a character property tableterritory_character_property_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <territory_property_table> *territory_character_property_table (<territory_t> territory,
- int property);
- Summary: Returns a pointer to a character property tablexterritory_lower_case_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_lower_case_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to a lower case tableterritory_lower_case_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_lower_case_table (<territory_t> territory);
- Summary: Returns a pointer to a lower case tablexterritory_upper_case_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_upper_case_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to an upper case tableterritory_upper_case_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_upper_case_table (<territory_t> territory);
- Summary: Returns a pointer to an upper case tablexterritory_control_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_control_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to a control character tableterritory_control_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_control_table (<territory_t> territory);
- Summary: Returns a pointer to a control character tablexterritory_plain_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_plain_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to a an unaccented character tableterritory_plain_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_plain_table (<territory_t> territory);
- Summary: Returns a pointer to a an unaccented character tablexterritory_value_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_value_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to a numeric value tableterritory_value_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_value_table (<territory_t> territory);
- Summary: Returns a pointer to a numeric value tablexterritory_representation_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_representation_table (<territory_t> territory,
- char **table);
- Summary: Returns a pointer to a numeric representation tableterritory_representation_table
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_representation_table (<territory_t> territory);
- Summary: Returns a pointer to a numeric representation tablexterritory_collate
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_collate (<territory_t> territory,
- char *s1,
- char *s2,
- bits flags,
- int *collate);
- Summary: Compares two strings in the given territories alphabetterritory_collate
- Defined in: <territory=>territory.$>.h
- Declaration: extern int territory_collate (<territory_t> territory,
- char *s1,
- char *s2,
- bits flags);
- Summary: Compares two strings in the given territories alphabetxterritory_read_symbols
- Returns various information telling you how to format numbersterritory_read_symbols
- Returns various information telling you how to format numbersxterritory_read_boolean_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_boolean_symbols (<territory_t> territory,
- int symbol_no,
- bool *symbol);
- Summary: Returns various boolean information telling you how to format numbersterritory_read_boolean_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern bool territory_read_boolean_symbols (<territory_t> territory,
- int symbol_no);
- Summary: Returns various boolean information telling you how to format numbersxterritory_read_integer_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_integer_symbols (<territory_t> territory,
- int symbol_no,
- int *symbol);
- Summary: Returns various integer information telling you how to format numbersterritory_read_integer_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern int territory_read_integer_symbols (<territory_t> territory,
- int symbol_no);
- Summary: Returns various integer information telling you how to format numbersxterritory_read_string_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_string_symbols (<territory_t> territory,
- int symbol_no,
- char **symbol);
- Summary: Returns various string information telling you how to format numbersterritory_read_string_symbols
- Defined in: <territory=>territory.$>.h
- Declaration: extern char *territory_read_string_symbols (<territory_t> territory,
- int symbol_no);
- Summary: Returns various string information telling you how to format numbersxterritory_read_calendar_information
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_read_calendar_information (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_calendar> *calendar);
- Summary: Returns various information about the given territory's calendarterritory_read_calendar_information
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_read_calendar_information (<territory_t> territory,
- <os_date_and_time=>os.os_date_and_time> *date_and_time,
- <territory_calendar> *calendar);
- Summary: Returns various information about the given territory's calendarxterritory_name_to_number
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_name_to_number (<territory_t> territory,
- char *name,
- <territory_t> *territory_out);
- Summary: Returns the number of the given territoryterritory_name_to_number
- Defined in: <territory=>territory.$>.h
- Declaration: extern <territory_t> territory_name_to_number (<territory_t> territory,
- char *name);
- Summary: Returns the number of the given territoryxterritory_transform_string
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xterritory_transform_string (<territory_t> territory,
- char *buffer,
- char *s,
- int size,
- int *used);
- Summary: Transforms a string to allow direct territory-independent string comparisonterritory_transform_string
- Defined in: <territory=>territory.$>.h
- Declaration: extern void territory_transform_string (<territory_t> territory,
- char *buffer,
- char *s,
- int size,
- int *used);
- Summary: Transforms a string to allow direct territory-independent string comparisonxservice_territory_manager_loaded
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_territory_manager_loaded (void);
- Summary: Tells territory modules to register themselvesservice_territory_manager_loaded
- Defined in: <territory=>territory.$>.h
- Declaration: extern void service_territory_manager_loaded (void);
- Summary: Tells territory modules to register themselvesxservice_territory_started
- Defined in: <territory=>territory.$>.h
- Declaration: extern <os_error=>os.os_error> *xservice_territory_started (void);
- Summary: New territory startingservice_territory_started
- Defined in: <territory=>territory.$>.h
- Declaration: extern void service_territory_started (void);
- Summary: New territory startingTerritory
- <territory_t>
- <territory_data>
- <territory_ordinals>
- <territory_property_table>
- <territory_calendar>
- <territory_CURRENT>
- <territory_IGNORE_CASE>
- <territory_IGNORE_ACCENT>
- <error_TERRITORY_BAD_SWI>
- <error_TERRITORY_UNKNOWN>
- <error_TERRITORY_UNKNOWN_ALPHABET>
- <error_NO_TERRITORY>
- <territory_GIVEN_TIME>
- <territory_GIVEN_DATE>
- <territory_GIVEN_DATE_AND_TIME>
- <territory_WRITE_RIGHT_TO_LEFT>
- <territory_WRITE_BOTTOM_TO_TOP>
- <territory_WRITE_VERTICAL>
- <territory_PROPERTY_CONTROL>
- <territory_PROPERTY_UPPERCASE>
- <territory_PROPERTY_LOWERCASE>
- <territory_PROPERTY_ALPHABETIC>
- <territory_PROPERTY_PUNCTUATION>
- <territory_PROPERTY_WHITESPACE>
- <territory_PROPERTY_DIGIT>
- <territory_PROPERTY_HEX_DIGIT>
- <territory_PROPERTY_ACCENTED>
- <territory_PROPERTY_FORWARD>
- <territory_PROPERTY_REVERSE>
- <territory_SYMBOL_DECIMAL_POINT>
- <territory_SYMBOL_GROUP_SEPARATOR>
- <territory_SYMBOL_GROUPING_LIST>
- <territory_SYMBOL_INTERNATIONAL_CURRENCY_SYMBOL>
- <territory_SYMBOL_CURRENCY_SYMBOL>
- <territory_SYMBOL_CURRENCY_POINT>
- <territory_SYMBOL_CURRENCY_GROUP_SEPARATOR>
- <territory_SYMBOL_CURRENCY_GROUP_LIST>
- <territory_SYMBOL_CURRENCY_PLUS_SIGN>
- <territory_SYMBOL_CURRENCY_MINUS_SIGN>
- <territory_SYMBOL_INTERNATIONAL_CURRENCY_PRECISION>
- <territory_SYMBOL_CURRENCY_PRECISION>
- <territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NON_NEGATIVE_VALUE>
- <territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NON_NEGATIVE_VALUE>
- <territory_SYMBOL_CURRENCY_SYMBOL_PRECEDES_NEGATIVE_VALUE>
- <territory_SYMBOL_CURRENCY_SYMBOL_SEPARATED_FROM_NEGATIVE_VALUE>
- <territory_SYMBOL_CURRENCY_NON_NEGATIVE_FORMAT>
- <territory_SYMBOL_CURRENCY_NEGATIVE_FORMAT>
- <territory_SYMBOL_LIST_SEPARATOR>
- <territory_SYMBOL_PARENTHESISED>
- <territory_SYMBOL_SIGN_PRECEDES>
- <territory_SYMBOL_SIGN_SUCCEEDS>
- <territory_SYMBOL_SIGN_IMMEDIATELY_PRECEDES>
- <territory_SYMBOL_SIGN_IMMEDIATELY_SUCCEEDS>
- <xterritory_number>
- <territory_number>
- <xterritory_register>
- <territory_register>
- <xterritory_deregister>
- <territory_deregister>
- <xterritory_number_to_name>
- <territory_number_to_name>
- <xterritory_exists>
- <territory_exists>
- <xterritory_alphabet_number_to_name>
- <territory_alphabet_number_to_name>
- <xterritory_select_alphabet>
- <territory_select_alphabet>
- <xterritory_set_time>
- <territory_set_time>
- <xterritory_read_current_time_zone>
- <territory_read_current_time_zone>
- <xterritory_convert_time_to_utc_ordinals>
- <territory_convert_time_to_utc_ordinals>
- <xterritory_convert_text_to_string>
- <territory_convert_text_to_string>
- <xterritory_read_time_zones>
- <territory_read_time_zones>
- <xterritory_convert_date_and_time>
- <territory_convert_date_and_time>
- <xterritory_convert_standard_date_and_time>
- <territory_convert_standard_date_and_time>
- <xterritory_convert_standard_date>
- <territory_convert_standard_date>
- <xterritory_convert_standard_time>
- <territory_convert_standard_time>
- <xterritory_convert_time_to_ordinals>
- <territory_convert_time_to_ordinals>
- <xterritory_convert_time_string_to_ordinals>
- <territory_convert_time_string_to_ordinals>
- <xterritory_convert_ordinals_to_time>
- <territory_convert_ordinals_to_time>
- <xterritory_alphabet>
- <territory_alphabet>
- <xterritory_alphabet_identifier>
- <territory_alphabet_identifier>
- <xterritory_select_keyboard_handler>
- <territory_select_keyboard_handler>
- <xterritory_write_direction>
- <territory_write_direction>
- <xterritory_character_property_table>
- <territory_character_property_table>
- <xterritory_lower_case_table>
- <territory_lower_case_table>
- <xterritory_upper_case_table>
- <territory_upper_case_table>
- <xterritory_control_table>
- <territory_control_table>
- <xterritory_plain_table>
- <territory_plain_table>
- <xterritory_value_table>
- <territory_value_table>
- <xterritory_representation_table>
- <territory_representation_table>
- <xterritory_collate>
- <territory_collate>
- <xterritory_read_symbols>
- <territory_read_symbols>
- <xterritory_read_boolean_symbols>
- <territory_read_boolean_symbols>
- <xterritory_read_integer_symbols>
- <territory_read_integer_symbols>
- <xterritory_read_string_symbols>
- <territory_read_string_symbols>
- <xterritory_read_calendar_information>
- <territory_read_calendar_information>
- <xterritory_name_to_number>
- <territory_name_to_number>
- <xterritory_transform_string>
- <territory_transform_string>
- <xservice_territory_manager_loaded>
- <service_territory_manager_loaded>
- <xservice_territory_started>
- <service_territory_started>