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

  /external/icu/icu4c/source/i18n/
collationdatabuilder.h 194 uint32_t encodeExpansion32(const int32_t newCE32s[], int32_t length, UErrorCode &errorCode);
collationdatabuilder.cpp 686 int32_t newCE32s[Collation::MAX_EXPANSION_LENGTH];
689 return encodeExpansion32(newCE32s, cesLength, errorCode);
693 newCE32s[i] = (int32_t)ce32;
732 CollationDataBuilder::encodeExpansion32(const int32_t newCE32s[], int32_t length,
736 int32_t first = newCE32s[0];
749 if(ce32s.elementAti(i + j) != newCE32s[j]) { break; }
760 ce32s.addElement(newCE32s[j], errorCode);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 71 milliseconds