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

  /external/icu4c/i18n/
rematch.cpp 228 fInputLength = 0;
311 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
478 if (fInputLength > fAppendPosition) {
480 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
482 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fInputLength-fAppendPosition), &status);
486 len16 = (int32_t)(fInputLength-fAppendPosition);
488 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
493 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
565 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
881 U16_FWD_1(inputBuf, startPos, fInputLength);
    [all...]
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 28 milliseconds