• Home
  • Raw
  • Download

Lines Matching refs:utext_extract

335 …           len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);  in appendReplacement()
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement()
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
533utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
1260 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in group()
1267 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in group()
1337 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup()
1344 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup()
1408 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input()
1414utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input()
1466 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
1474utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput()
2117utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2124utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2156 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &len… in split()
2162utext_extract(input, nextOutputStringStart, fMatchStart, remainingChars, remaining16Length+1, &sta… in split()
2225 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &le… in split()
2232utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2631 pos = utext_extract(fInputText, 0, pos, NULL, 0, &status); in isUWordBoundary()