HomeSort by relevance Sort by last modified time
    Searched refs:USET_IGNORE_SPACE (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
ulocdata.c 129 USET_IGNORE_SPACE | options, status);
132 USET_IGNORE_SPACE | options, status);
tridpars.cpp 278 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
728 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
rbt_pars.cpp     [all...]
collationbuilder.cpp     [all...]
  /external/icu/icu4c/source/common/
uniset_closure.cpp 103 if (options & USET_IGNORE_SPACE) {
uniset_props.cpp 352 // return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status);
383 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
453 if ((options & USET_IGNORE_SPACE) != 0) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 54 USET_IGNORE_SPACE = 1,
291 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
406 * Valid options are USET_IGNORE_SPACE and USET_CASE_INSENSITIVE.
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 617 milliseconds