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

  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 56 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
76 * Initially NO_CE32. Set only while building runtime data structures,
260 if(cond->builtCE32 == Collation::NO_CE32) {
565 cond->builtCE32 = Collation::NO_CE32;
581 cond->builtCE32 = Collation::NO_CE32;
633 return Collation::NO_CE32;
640 if(ce32 != Collation::NO_CE32) { return ce32; }
692 if(ce32 == Collation::NO_CE32) { break; }
    [all...]
collation.h 115 static const uint32_t NO_CE32 = 1;
collationsets.cpp 101 ce32 = Collation::NO_CE32;
108 baseCE32 = Collation::NO_CE32;
collationiterator.cpp 345 if(ce32 == Collation::NO_CE32) {
679 ce32 = Collation::NO_CE32; // Signal to the caller that the result is in the ceBuffer.
    [all...]

Completed in 1746 milliseconds