Searched refs:USET_IGNORE_SPACE (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dulocdata.c125 USET_IGNORE_SPACE | options, status);
128 USET_IGNORE_SPACE | options, status);
H A Dtridpars.cpp275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
H A Ducol_sit.cpp878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
H A Drbt_pars.cpp1502 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status);
/external/icu4c/i18n/
H A Dulocdata.c128 USET_IGNORE_SPACE | options, status);
131 USET_IGNORE_SPACE | options, status);
H A Dtridpars.cpp275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
H A Ducol_sit.cpp922 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
H A Drbt_pars.cpp1508 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status);
/external/icu4c/common/
H A Duniset_closure.cpp103 if (options & USET_IGNORE_SPACE) {
H A Duniset_props.cpp356 // return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
387 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
457 if ((options & USET_IGNORE_SPACE) != 0) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h54 USET_IGNORE_SPACE = 1, enumerator in enum:__anon10913
285 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
400 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp342 applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
354 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
418 return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
428 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
444 if (options & USET_IGNORE_SPACE) {
537 if ((options & USET_IGNORE_SPACE) != 0) {
H A Drbbiscan.cpp1149 uset = new UnicodeSet(fRB->fRules, pos, USET_IGNORE_SPACE,
/external/icu4c/common/unicode/
H A Duset.h54 USET_IGNORE_SPACE = 1, enumerator in enum:__anon18230
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/intltest/
H A Dusettest.cpp1664 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
2242 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2243 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
/external/icu4c/test/intltest/
H A Dusettest.cpp1664 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
2242 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2243 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).

Completed in 937 milliseconds