HomeSort by relevance Sort by last modified time
    Searched full:cccpattern (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 873 // cccpattern = "[[:^tccc=0:][:^lccc=0:]]", unfortunately variant
874 static const UChar cccpattern[25] = { 0x5b, 0x5b, 0x3a, 0x5e, 0x74, 0x63, 0x63, 0x63, 0x3d, 0x30, 0x3a, 0x5d, local
878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
  /external/icu4c/i18n/
ucol_sit.cpp 917 // cccpattern = "[[:^tccc=0:][:^lccc=0:]]", unfortunately variant
918 static const UChar cccpattern[25] = { 0x5b, 0x5b, 0x3a, 0x5e, 0x74, 0x63, 0x63, 0x63, 0x3d, 0x30, 0x3a, 0x5d, local
922 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
    [all...]

Completed in 31 milliseconds