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
00042 #ifndef U_HIDE_DRAFT_API
00043
00055 #define U_TITLECASE_WHOLE_STRING 0x20
00056
00068 #define U_TITLECASE_SENTENCES 0x40
00069
00070 #endif // U_HIDE_DRAFT_API
00071
00089 #define U_TITLECASE_NO_LOWERCASE 0x100
00090
00113 #define U_TITLECASE_NO_BREAK_ADJUSTMENT 0x200
00114
00115 #ifndef U_HIDE_DRAFT_API
00116
00135 #define U_TITLECASE_ADJUST_TO_CASED 0x400
00136
00146 #define U_EDITS_NO_RESET 0x2000
00147
00158 #define U_OMIT_UNCHANGED_TEXT 0x4000
00159
00160 #endif // U_HIDE_DRAFT_API
00161
00167 #define U_COMPARE_CODE_POINT_ORDER 0x8000
00168
00174 #define U_COMPARE_IGNORE_CASE 0x10000
00175
00181 #define UNORM_INPUT_IS_FCD 0x20000
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198 #endif // __STRINGOPTIONS_H__