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

  /external/chromium/third_party/icu/source/common/
caniter.cpp 527 int32_t decompPos = 0;
529 UTF_NEXT_CHAR(decomp, decompPos, decompLen, decompCp);
542 if (decompPos == decompLen) { // done, have all decomp characters!
550 UTF_NEXT_CHAR(decomp, decompPos, decompLen, decompCp);
  /external/icu4c/common/
caniter.cpp 514 int32_t decompPos = 0;
516 U16_NEXT(decomp, decompPos, decompLen, decompCp);
526 if (decompPos == decompLen) { // done, have all decomp characters!
531 U16_NEXT(decomp, decompPos, decompLen, decompCp);

Completed in 4153 milliseconds