00001
00002
00003
00004
00005
00006
00007 #ifndef __STRINGOPTIONS_H__
00008 #define __STRINGOPTIONS_H__
00009
00010 #include "unicode/utypes.h"
00011
00022 #define U_FOLD_CASE_DEFAULT 0
00023
00040 #define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1
00041
00053 #define U_TITLECASE_WHOLE_STRING 0x20
00054
00066 #define U_TITLECASE_SENTENCES 0x40
00067
00085 #define U_TITLECASE_NO_LOWERCASE 0x100
00086
00109 #define U_TITLECASE_NO_BREAK_ADJUSTMENT 0x200
00110
00129 #define U_TITLECASE_ADJUST_TO_CASED 0x400
00130
00140 #define U_EDITS_NO_RESET 0x2000
00141
00152 #define U_OMIT_UNCHANGED_TEXT 0x4000
00153
00159 #define U_COMPARE_CODE_POINT_ORDER 0x8000
00160
00166 #define U_COMPARE_IGNORE_CASE 0x10000
00167
00173 #define UNORM_INPUT_IS_FCD 0x20000
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190 #endif // __STRINGOPTIONS_H__