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

  /external/icu4c/i18n/
rematch.cpp 171 if (fInputText) {
172 utext_close(fInputText);
225 fInputText = NULL;
311 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
312 destLen += utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fMatchStart-fAppendPosition), &status);
315 if (UTEXT_USES_U16(fInputText)) {
319 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
322 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
480 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
482 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fInputLength-fAppendPosition), &status)
    [all...]
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 49 milliseconds