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

  /external/icu/icu4c/source/i18n/
rematch.cpp 230 fInputLength = 0;
318 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
515 if (fInputLength > fAppendPosition) {
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
519 (int32_t)(fInputLength-fAppendPosition), &status);
523 len16 = (int32_t)(fInputLength-fAppendPosition);
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
533 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
638 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
    [all...]
uregex.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]

Completed in 50 milliseconds