Searched refs:BUILDER_DATA_TAG (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h187 return Collation::makeCE32FromTagAndIndex(Collation::BUILDER_DATA_TAG, index);
190 return Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG);
233 /** @see Collation::BUILDER_DATA_TAG */
H A Dcollation.h214 BUILDER_DATA_TAG = 7, enumerator in enum:Collation::__anon7318
H A Dcollationdata.cpp69 case Collation::BUILDER_DATA_TAG:
H A Dcollationdatabuilder.cpp162 jamoCE32s[j] = Collation::makeCE32FromTagAndIndex(Collation::BUILDER_DATA_TAG, jamo) |
258 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG));
437 case Collation::BUILDER_DATA_TAG:
982 } else if(tag == Collation::BUILDER_DATA_TAG) {
1130 case Collation::BUILDER_DATA_TAG:
H A Dcollationsets.cpp441 case Collation::BUILDER_DATA_TAG:
H A Dcollationiterator.cpp292 case Collation::BUILDER_DATA_TAG:
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationDataBuilder.java444 return Collation.makeCE32FromTagAndIndex(Collation.BUILDER_DATA_TAG, index);
447 return Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG);
753 } else if(tag == Collation.BUILDER_DATA_TAG) {
836 case Collation.BUILDER_DATA_TAG:
1212 jamoCE32s[j] = Collation.makeCE32FromTagAndIndex(Collation.BUILDER_DATA_TAG, jamo) |
1302 assert(Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG));
1335 /** @see Collation.BUILDER_DATA_TAG */
H A DCollation.java218 static final int BUILDER_DATA_TAG = 7; field in class:Collation
H A DContractionsAndExpansions.java129 case Collation.BUILDER_DATA_TAG:
H A DCollationData.java132 case Collation.BUILDER_DATA_TAG:
H A DCollationIterator.java497 case Collation.BUILDER_DATA_TAG:
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java443 return Collation.makeCE32FromTagAndIndex(Collation.BUILDER_DATA_TAG, index);
446 return Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG);
752 } else if(tag == Collation.BUILDER_DATA_TAG) {
835 case Collation.BUILDER_DATA_TAG:
1211 jamoCE32s[j] = Collation.makeCE32FromTagAndIndex(Collation.BUILDER_DATA_TAG, jamo) |
1301 assert(Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG));
1334 /** @see Collation.BUILDER_DATA_TAG */
H A DCollation.java216 static final int BUILDER_DATA_TAG = 7; field in class:Collation
H A DContractionsAndExpansions.java125 case Collation.BUILDER_DATA_TAG:
H A DCollationData.java130 case Collation.BUILDER_DATA_TAG:
H A DCollationIterator.java495 case Collation.BUILDER_DATA_TAG:

Completed in 185 milliseconds