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

  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.h 60 return (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY && ce != Collation::NO_CE;
collationiterator.h 119 return Collation::NO_CE;
135 return ceBuffer.set(cesIndex++, Collation::NO_CE);
coleitr.cpp 125 if (ce == Collation::NO_CE) { return NULLORDER; }
197 if (ce == Collation::NO_CE) { return NULLORDER; }
collationfastlatinbuilder.cpp 245 charCEs[i][0] = ce0 = Collation::NO_CE;
371 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, Collation::NO_CE, 0, errorCode);
385 addContractionEntry(x, Collation::NO_CE, 0, errorCode);
397 addContractionEntry(x, Collation::NO_CE, 0, errorCode);
691 if(first == Collation::NO_CE) {
collation.h 120 static const int64_t NO_CE = INT64_C(0x101000100); // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16
collationcompare.cpp 138 // Find the merge separator or the NO_CE terminator.
178 if(left.getCE(leftLimit) == Collation::NO_CE) { break; }
238 // No need to handle NO_CE and MERGE_SEPARATOR specially:
279 // Pass through NO_CE and MERGE_SEPARATOR
323 // Leave NO_CE or MERGE_SEPARATOR as is.
339 // Leave NO_CE or MERGE_SEPARATOR as is.
collationiterator.cpp 197 while(U_SUCCESS(errorCode) && nextCE(errorCode) != Collation::NO_CE) {
365 ceBuffer.append(Collation::NO_CE, errorCode);
    [all...]
rulebasedcollator.cpp 576 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) {
    [all...]
collationbuilder.cpp     [all...]
collationdatabuilder.cpp     [all...]
collationsets.cpp 518 U_ASSERT(length >= 2 && iter.getCE(length - 1) == Collation::NO_CE);
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 232 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) {
273 if(ce1 == Collation::NO_CE) { break; }
    [all...]

Completed in 247 milliseconds