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

  /external/icu4c/i18n/
rematch.cpp 178 if (fInputText) {
179 utext_close(fInputText);
234 fInputText = NULL;
326 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
327 destLen += utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition,
331 if (UTEXT_USES_U16(fInputText)) {
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
518 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition,
    [all...]
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 3251 milliseconds