HomeSort by relevance Sort by last modified time
    Searched defs:reorderStart (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.h 98 start(NULL), reorderStart(NULL), limit(NULL),
137 reorderStart=limit;
151 reorderStart=limit=newLimit;
156 * TODO: Revisit whether it makes sense to track reorderStart.
160 * In other words, reorderStart speeds up the insertion of a combining mark
182 UChar *start, *reorderStart, *limit;
  /external/icu/icu4c/source/common/
normalizer2impl.h 121 start(NULL), reorderStart(NULL), limit(NULL),
160 reorderStart=limit;
174 reorderStart=limit=newLimit;
178 s.setTo(reorderStart, (int32_t)(limit-reorderStart));
182 * TODO: Revisit whether it makes sense to track reorderStart.
186 * In other words, reorderStart speeds up the insertion of a combining mark
208 UChar *start, *reorderStart, *limit;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 52 milliseconds