Functions | |
int | get_character_info (unsigned ch) |
For internal use only. Extract the information about a character from the Unicode character tables. | |
int | get_case_type (int info) |
For internal use only. Extract how to convert the case of a unicode character from its info. | |
category | get_category (int info) |
For internal use only. Extract the category of a unicode character from its info. | |
int | get_delta (int info) |
For internal use only. Extract the delta to use for case conversion of a character from its info. | |
int | get_character_info (unsigned ch) |
For internal use only. Extract the information about a character from the Unicode character tables. |
int Xapian::Unicode::Internal::get_character_info | ( | unsigned | ch | ) |
For internal use only.
Extract the information about a character from the Unicode character tables.
This function extracts the information about a character from the Unicode character tables.
Definition at line 1538 of file tclUniData.cc.
References Assert, groupMap, groups, OFFSET_BITS, and pageMap.
Referenced by Xapian::Unicode::get_category(), Xapian::Unicode::tolower(), and Xapian::Unicode::toupper().
int Xapian::Unicode::Internal::get_case_type | ( | int | info | ) | [inline] |
For internal use only.
Extract how to convert the case of a unicode character from its info.
Definition at line 230 of file unicode.h.
Referenced by Xapian::Unicode::tolower(), and Xapian::Unicode::toupper().
category Xapian::Unicode::Internal::get_category | ( | int | info | ) | [inline] |
int Xapian::Unicode::Internal::get_delta | ( | int | info | ) | [inline] |
For internal use only.
Extract the delta to use for case conversion of a character from its info.
Definition at line 238 of file unicode.h.
Referenced by Xapian::Unicode::tolower(), and Xapian::Unicode::toupper().
int Xapian::Unicode::Internal::get_character_info | ( | unsigned | ch | ) |
For internal use only.
Extract the information about a character from the Unicode character tables.
This function extracts the information about a character from the Unicode character tables.
Definition at line 1538 of file tclUniData.cc.
References Assert, groupMap, groups, OFFSET_BITS, and pageMap.
Referenced by Xapian::Unicode::get_category(), Xapian::Unicode::tolower(), and Xapian::Unicode::toupper().