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

  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 514 // bufSegStart is the offset in buf to the first
516 int32_t bufSegStart = buf.length();
527 // in buf, starting at offset bufSegStart. Extract them
531 new StringMatcher(buf, bufSegStart, buf.length(),
539 buf.truncate(bufSegStart);
561 // bufSegStart is the offset in buf to the first
563 int32_t bufSegStart = buf.length();
569 // in buf, starting at offset bufSegStart.
571 buf.extractBetween(bufSegStart, buf.length(), output);
579 buf.truncate(bufSegStart);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 514 // bufSegStart is the offset in buf to the first
516 int32_t bufSegStart = buf.length();
527 // in buf, starting at offset bufSegStart. Extract them
531 new StringMatcher(buf, bufSegStart, buf.length(),
539 buf.truncate(bufSegStart);
561 // bufSegStart is the offset in buf to the first
563 int32_t bufSegStart = buf.length();
569 // in buf, starting at offset bufSegStart.
571 buf.extractBetween(bufSegStart, buf.length(), output);
579 buf.truncate(bufSegStart);
    [all...]

Completed in 205 milliseconds