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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 746 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
769 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
789 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
823 } else if(expansions && getCETag(CE) == EXPANSION_TAG) {
    [all...]
ucol_imp.h 747 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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1195 milliseconds