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

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16;
141 while((leftLower32 = (uint32_t)left.getCE(leftLimit)) >
148 while((rightLower32 = (uint32_t)right.getCE(rightLimit)) >
160 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
165 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16;
177 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit));
178 if(left.getCE(leftLimit) == Collation::NO_CE) { break; }
200 ce = left.getCE(leftIndex++)
    [all...]
usearch.cpp 145 inline int32_t getCE(const UStringSearch *strsrch, uint32_t sourcece)
322 uint32_t newce = getCE(strsrch, ce);
632 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
643 && getCE(strsrch, nextce) == UCOL_IGNORABLE) {
    [all...]
collationiterator.h 179 inline int64_t getCE(int32_t i) const {
collationsets.cpp 518 U_ASSERT(length >= 2 && iter.getCE(length - 1) == Collation::NO_CE);
collationbuilder.cpp     [all...]
collationdatabuilder.cpp 194 int64_t ce = getCE(i);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 153 inline int32_t getCE(const UStringSearch *strsrch, uint32_t sourcece)
333 uint32_t newce = getCE(strsrch, ce);
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
656 && getCE(strsrch, nextce) == UCOL_IGNORABLE) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 186 milliseconds