Home | History | Annotate | Download | only in i18n

Lines Matching refs:utext_extract

208     int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
229 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status);
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
456 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
686 result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
1402 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status);
1404 matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &status);
1411 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart,
1630 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);
1675 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status);
1820 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen,
1831 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart,
1889 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen,