Lines Matching refs:utext_extract
210 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText()
231 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status); in uregex_openUText()
455 …regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // b… in uregex_getText()
458 … utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status); in uregex_getText()
723 …int32_t length = utext_extract(regexp->fMatcher->inputText(), start, limit, dest, destCapacity, st… in uregex_group()
1397 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &tempStatus); in appendReplacement()
1399 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1406 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1658 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &newStatus); in appendTail()
1703 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail()
1848 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen, in split()
1859 … destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart, in split()
1917 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, inputLen, in split()