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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 702 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
779 } else if(expansions && getCETag(CE) == EXPANSION_TAG) {
ucol_imp.h 743 EXPANSION_TAG = 1, /* This code point results in an expansion */
    [all...]
ucol_elm.cpp     [all...]
ucol.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collation.h 197 EXPANSION_TAG = 6,
collationdatabuilder.cpp 456 case Collation::EXPANSION_TAG: {
647 return Collation::makeCE32FromTagIndexAndLength(Collation::EXPANSION_TAG, index, 1);
713 Collation::EXPANSION_TAG, i, length);
728 return Collation::makeCE32FromTagIndexAndLength(Collation::EXPANSION_TAG, i, length);
783 case Collation::EXPANSION_TAG: {
    [all...]
collationsets.cpp 185 } else if(tag == Collation::EXPANSION_TAG) {
480 case Collation::EXPANSION_TAG:
collationfastlatinbuilder.cpp 288 case Collation::EXPANSION_TAG: {
collationiterator.cpp 280 case Collation::EXPANSION_TAG: {
    [all...]

Completed in 170 milliseconds