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

  /external/icu4c/i18n/
rematch.cpp 237 fInputLength = 0;
320 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
509 if (fInputLength > fAppendPosition) {
510 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
513 (int32_t)(fInputLength-fAppendPosition), &status);
517 len16 = (int32_t)(fInputLength-fAppendPosition);
519 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
527 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
597 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
906 U16_FWD_1(inputBuf, startPos, fInputLength);
    [all...]
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 108 milliseconds