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

  /external/icu/icu4c/source/i18n/
collationsets.cpp 170 int32_t length = Collation::lengthFromCE32(ce32);
173 int32_t baseLength = Collation::lengthFromCE32(baseCE32);
187 int32_t length = Collation::lengthFromCE32(ce32);
190 int32_t baseLength = Collation::lengthFromCE32(baseCE32);
468 int32_t length = Collation::lengthFromCE32(ce32);
482 int32_t length = Collation::lengthFromCE32(ce32);
collation.h 404 static inline int32_t lengthFromCE32(uint32_t ce32) {
collationdatabuilder.cpp 448 if(Collation::lengthFromCE32(ce32) == 1) {
457 if(Collation::lengthFromCE32(ce32) == 1) {
778 int32_t length = Collation::lengthFromCE32(ce32);
785 int32_t length = Collation::lengthFromCE32(ce32);
    [all...]
collationfastlatinbuilder.cpp 277 int32_t length = Collation::lengthFromCE32(ce32);
290 int32_t length = Collation::lengthFromCE32(ce32);
collationiterator.cpp 272 int32_t length = Collation::lengthFromCE32(ce32);
282 int32_t length = Collation::lengthFromCE32(ce32);
    [all...]

Completed in 66 milliseconds