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

/external/chromium_org/third_party/icu/source/i18n/
H A Dulocdata.c129 USET_IGNORE_SPACE | options, status);
132 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/icu/icu4c/source/i18n/
H A Dulocdata.c129 USET_IGNORE_SPACE | options, status);
132 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 Drbt_pars.cpp1508 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status);
H A Dcollationbuilder.cpp1642 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
/external/chromium_org/third_party/icu/source/common/
H A Duniset_closure.cpp103 if (options & USET_IGNORE_SPACE) {
H A Duniset_props.cpp354 // return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
455 if ((options & USET_IGNORE_SPACE) != 0) {
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp103 if (options & USET_IGNORE_SPACE) {
H A Duniset_props.cpp354 // return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
455 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:__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.h54 USET_IGNORE_SPACE = 1, 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/intltest/
H A Dusettest.cpp1665 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
2243 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2244 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1665 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
2243 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2244 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).

Completed in 243 milliseconds