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

  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 711 int32_t tOffset = offset + maxSkip;
719 while (tOffset <= tlen) {
724 if (tOffset < tlen) {
728 int32_t next = target->nextSafeBoundary(tOffset + 1);
737 if (high == 0 || (low < high && low <= tOffset)) {
738 if (low < tOffset) {
743 if (high > tOffset) {
744 tOffset = high;
752 target->setLast(tOffset);
768 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 664 int32_t tOffset = offset + maxSkip;
672 while (tOffset <= tlen) {
677 if (tOffset < tlen) {
681 int32_t next = target->nextSafeBoundary(tOffset + 1);
690 if (high == 0 || (low < high && low <= tOffset)) {
691 if (low < tOffset) {
696 if (high > tOffset) {
697 tOffset = high;
705 target->setLast(tOffset);
721 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]
    [all...]

Completed in 55 milliseconds