Searched refs:USET_CASE_INSENSITIVE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duniset_closure.cpp184 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) {
201 if (attribute & USET_CASE_INSENSITIVE) {
214 if (attribute & USET_CASE_INSENSITIVE) {
238 if (attribute & USET_CASE_INSENSITIVE) {
H A Duniset_props.cpp813 if ((options & USET_CASE_INSENSITIVE) != 0) {
814 (this->*caseClosure)(USET_CASE_INSENSITIVE);
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp184 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) {
201 if (attribute & USET_CASE_INSENSITIVE) {
214 if (attribute & USET_CASE_INSENSITIVE) {
238 if (attribute & USET_CASE_INSENSITIVE) {
H A Duniset_props.cpp813 if ((options & USET_CASE_INSENSITIVE) != 0) {
814 (this->*caseClosure)(USET_CASE_INSENSITIVE);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h82 USET_CASE_INSENSITIVE = 2, enumerator in enum:__anon12040
289 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
404 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
/external/icu/icu4c/source/common/unicode/
H A Duset.h82 USET_CASE_INSENSITIVE = 2, enumerator in enum:__anon21830
289 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
404 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c54 uset_closeOver(newSet,USET_CASE_INSENSITIVE);
1162 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE;
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c54 uset_closeOver(newSet,USET_CASE_INSENSITIVE);
1161 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE;
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp2575 // s.closeOver(USET_CASE_INSENSITIVE);
2706 // s.closeOver(USET_CASE_INSENSITIVE);
4096 usetFlags |= USET_CASE_INSENSITIVE;
4261 if (usetFlags & USET_CASE_INSENSITIVE) {
4262 set->closeOver(USET_CASE_INSENSITIVE);
4302 rightOperand->closeOver(USET_CASE_INSENSITIVE);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp1207 char CASE[] = {(char)USET_CASE_INSENSITIVE};
1365 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec);
1371 UnicodeSet v("[^abc]", USET_CASE_INSENSITIVE, NULL, ec);
2230 frozen.closeOver(USET_CASE_INSENSITIVE);
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp2575 // s.closeOver(USET_CASE_INSENSITIVE);
2706 // s.closeOver(USET_CASE_INSENSITIVE);
4097 usetFlags |= USET_CASE_INSENSITIVE;
4262 if (usetFlags & USET_CASE_INSENSITIVE) {
4263 set->closeOver(USET_CASE_INSENSITIVE);
4303 rightOperand->closeOver(USET_CASE_INSENSITIVE);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1207 char CASE[] = {(char)USET_CASE_INSENSITIVE};
1365 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec);
1371 UnicodeSet v("[^abc]", USET_CASE_INSENSITIVE, NULL, ec);
2230 frozen.closeOver(USET_CASE_INSENSITIVE);

Completed in 672 milliseconds