• Home
  • Raw
  • Download

Lines Matching refs:fInputLength

230     fInputLength       = 0;  in init()
318 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
515 if (fInputLength > fAppendPosition) { in appendTail()
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
519 (int32_t)(fInputLength-fAppendPosition), &status); in appendTail()
523 len16 = (int32_t)(fInputLength-fAppendPosition); in appendTail()
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
533 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
638 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
944 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
1276 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup()
1277 U_ASSERT(e <= fInputLength); in appendGroup()
1352 len16 = (int32_t)fInputLength; in input()
1354 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input()
1360 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input()
1394 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput()
1395 …lace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status); in getInput()
1399 input16Len = (int32_t)fInputLength; in getInput()
1402 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
1410 …utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput()
1465 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1472 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1498 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1510 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1536 fInputLength = utext_nativeLength(fInputText); in matches()
1544 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1570 fInputLength = utext_nativeLength(fInputText); in matches()
1582 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1619 if (nativeStart > fInputLength || nativeLimit > fInputLength) { in region()
1814 fRegionLimit = fInputLength; in reset()
1816 fActiveLimit = fInputLength; in reset()
1818 fAnchorLimit = fInputLength; in reset()
1820 fLookLimit = fInputLength; in reset()
1849 fInputLength = utext_nativeLength(fInputText); in reset()
1876 fInputLength = utext_nativeLength(fInputText); in reset()
2105 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2145 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2215 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2319 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2332 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()
3971 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4002 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4056 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4091 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
5470 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5501 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5546 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5581 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()