Lines Matching refs:utext_extract
323 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement()
330 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement()
521 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
529 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
1209 int32_t length = utext_extract(fInputText, groupStart, groupEnd, NULL, 0, &status); in group()
1219 … int32_t extractLength = utext_extract(fInputText, groupStart, groupEnd, buf, length, &status); in group()
1281 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup()
1288 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup()
1350 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input()
1356 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input()
1398 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
1406 …utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput()
1981 int32_t length = utext_extract(src, start, limit, NULL, 0, status); in utext_extract_replace()
1993 utext_extract(src, start, limit, buffer.getAlias(), length+1, status); in utext_extract_replace()
2116 … utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2123 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2155 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &len… in split()
2161 …utext_extract(input, nextOutputStringStart, fMatchStart, remainingChars, remaining16Length+1, &sta… in split()
2225 …int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &le… in split()
2232 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2635 pos = utext_extract(fInputText, 0, pos, NULL, 0, &status); in isUWordBoundary()