/third_party/skia/third_party/externals/icu/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() 731 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()
|
/third_party/node/deps/icu-small/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() 728 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseFilterID()
|
/third_party/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() 731 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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_closure.cpp | 75 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 227 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace() 308 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/third_party/node/deps/icu-small/source/common/ |
D | uniset_closure.cpp | 75 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace() 277 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_closure.cpp | 75 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace() 277 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 75 if (options & USET_IGNORE_SPACE) { in applyPattern()
|
D | uniset_props.cpp | 196 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, 0, status); in applyPatternIgnoreSpace() 277 if ((options & USET_IGNORE_SPACE) != 0) { in applyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uset.h | 60 USET_IGNORE_SPACE = 1, enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uset.h | 63 USET_IGNORE_SPACE = 1, enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uset.h | 63 USET_IGNORE_SPACE = 1, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uset.h | 63 USET_IGNORE_SPACE = 1, enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 138 … LocalPointer<UnicodeSet> s(new UnicodeSet(expandedDef, USET_IGNORE_SPACE, NULL, status), status); in addCharClass()
|
D | usettest.cpp | 1702 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec); in TestSymbolTable() 2333 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable() 2334 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable()
|