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

  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h     [all...]
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 138 fAppendPosition = 0;
210 int32_t len = fMatchStart-fAppendPosition;
212 dest.append(*fInput, fAppendPosition, len);
214 fAppendPosition = fMatchEnd;
314 int32_t len = fInput->length() - fAppendPosition;
316 dest.append(*fInput, fAppendPosition, len);
907 fAppendPosition = 0;
    [all...]
  /external/icu4c/i18n/
rematch.cpp 208 fAppendPosition = 0;
310 if (fMatchStart > fAppendPosition) {
312 destLen += utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fMatchStart-fAppendPosition), &status);
316 len16 = (int32_t)(fMatchStart-fAppendPosition);
319 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
322 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
327 fAppendPosition = fMatchEnd;
478 if (fInputLength > fAppendPosition) {
482 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fInputLength-fAppendPosition), &status)
    [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 200 milliseconds