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

  /external/chromium/third_party/icu/source/common/
caniter.cpp 528 UChar32 decompCp;
529 UTF_NEXT_CHAR(decomp, decompPos, decompLen, decompCp);
538 if (cp == decompCp) { // if equal, eat another cp from decomp
550 UTF_NEXT_CHAR(decomp, decompPos, decompLen, decompCp);
  /external/icu4c/common/
caniter.cpp 515 UChar32 decompCp;
516 U16_NEXT(decomp, decompPos, decompLen, decompCp);
522 if (cp == decompCp) { // if equal, eat another cp from decomp
531 U16_NEXT(decomp, decompPos, decompLen, decompCp);

Completed in 9839 milliseconds