Lines Matching refs:utext_extract
208 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText()
229 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status); in uregex_openUText()
453 …regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // b… in uregex_getText()
456 … utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status); in uregex_getText()
684 …int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, st… in uregex_group()
1399 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement()
1401 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1408 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1627 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status); in appendTail()
1672 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail()
1817 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen, in split()
1828 … destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart, in split()
1886 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen, in split()