Searched refs:USET_IGNORE_SPACE (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ulocdata.c | 129 USET_IGNORE_SPACE | options, status); in ulocdata_getExemplarSet() 132 USET_IGNORE_SPACE | options, status); in ulocdata_getExemplarSet()
|
D | tridpars.cpp | 278 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseGlobalFilter() 728 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseFilterID()
|
D | rbt_pars.cpp | 1508 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); in parseSet()
|
D | collationbuilder.cpp | 1682 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status); in ucol_getUnsafeSet()
|
/external/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 103 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 383 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status); in applyPatternIgnoreSpace() 453 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 54 USET_IGNORE_SPACE = 1, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 1663 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec); in TestSymbolTable() 2241 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable() 2242 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable()
|