Searched refs:USET_IGNORE_SPACE (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 132 USET_IGNORE_SPACE | options, status); in ulocdata_getExemplarSet() 135 USET_IGNORE_SPACE | options, status); in ulocdata_getExemplarSet()
|
D | tridpars.cpp | 280 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseGlobalFilter() 730 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseFilterID()
|
D | rbt_pars.cpp | 1510 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); in parseSet()
|
D | collationbuilder.cpp | 1684 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status); in ucol_getUnsafeSet()
|
/external/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 105 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status); in applyPatternIgnoreSpace() 455 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 56 USET_IGNORE_SPACE = 1, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 138 UnicodeSet *s = new UnicodeSet(expandedDef, USET_IGNORE_SPACE, NULL, status); in addCharClass()
|
D | usettest.cpp | 1672 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec); in TestSymbolTable() 2303 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable() 2304 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable()
|