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

  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 511 int32_t decompLen=decompString.length();
518 U16_NEXT(decomp, decompPos, decompLen, decompCp);
528 if (decompPos == decompLen) { // done, have all decomp characters!
533 U16_NEXT(decomp, decompPos, decompLen, decompCp);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 125 int32_t decompLen;
ucol_elm.cpp     [all...]
  /external/icu4c/common/
caniter.cpp 512 int32_t decompLen=decompString.length();
519 U16_NEXT(decomp, decompPos, decompLen, decompCp);
529 if (decompPos == decompLen) { // done, have all decomp characters!
534 U16_NEXT(decomp, decompPos, decompLen, decompCp);
  /external/icu4c/i18n/
ucol_elm.h 125 int32_t decompLen;
ucol_elm.cpp     [all...]

Completed in 69 milliseconds