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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 600 int32_t fromUIndex, toUIndex, fromUTop, toUTop, cmp;
609 toUTop=toUTable->mappingsLength;
613 while(fromUIndex<fromUTop && toUIndex<toUTop) {
674 while(toUIndex<toUTop) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 600 int32_t fromUIndex, toUIndex, fromUTop, toUTop, cmp;
609 toUTop=toUTable->mappingsLength;
613 while(fromUIndex<fromUTop && toUIndex<toUTop) {
674 while(toUIndex<toUTop) {
    [all...]

Completed in 105 milliseconds