Lines Matching refs:utext_extract
327 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement()
334 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement()
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
533 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
1213 int32_t length = utext_extract(fInputText, groupStart, groupEnd, NULL, 0, &status); in group()
1223 … int32_t extractLength = utext_extract(fInputText, groupStart, groupEnd, buf, length, &status); in group()
1285 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup()
1292 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup()
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()
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()
1985 int32_t length = utext_extract(src, start, limit, NULL, 0, status); in utext_extract_replace()
1997 utext_extract(src, start, limit, buffer.getAlias(), length+1, status); in utext_extract_replace()
2120 … utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2127 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2159 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &len… in split()
2165 …utext_extract(input, nextOutputStringStart, fMatchStart, remainingChars, remaining16Length+1, &sta… in split()
2229 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &le… in split()
2236 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2639 pos = utext_extract(fInputText, 0, pos, NULL, 0, &status); in isUWordBoundary()