Options to be used with XCollator methods. More...
Variables | |
const short | CollatorOptions_IGNORE_CASE = 1 |
Ignore case. | |
const short | CollatorOptions_IGNORE_KANA = 2 |
Ignore Kana. | |
const short | CollatorOptions_IGNORE_WIDTH = 4 |
Ignore width. | |
const short | CollatorOptions_IGNORE_CASE_ACCENT = 8 |
Ignore case and accent. | |
Options to be used with XCollator methods.
const short CollatorOptions_IGNORE_CASE = 1 |
Ignore case.
const short CollatorOptions_IGNORE_CASE_ACCENT = 8 |
Ignore case and accent.
const short CollatorOptions_IGNORE_KANA = 2 |
Ignore Kana.
const short CollatorOptions_IGNORE_WIDTH = 4 |
Ignore width.