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

  /external/icu/icu4c/source/common/
uniset_closure.cpp 184 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) {
201 if (attribute & USET_CASE_INSENSITIVE) {
214 if (attribute & USET_CASE_INSENSITIVE) {
238 if (attribute & USET_CASE_INSENSITIVE) {
uniset_props.cpp 811 if ((options & USET_CASE_INSENSITIVE) != 0) {
812 (this->*caseClosure)(USET_CASE_INSENSITIVE);
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 82 USET_CASE_INSENSITIVE = 2,
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/i18n/
regexcmp.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 54 uset_closeOver(newSet,USET_CASE_INSENSITIVE);
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
regextst.cpp     [all...]

Completed in 1937 milliseconds