Lines Matching refs:UText

96     UText inputText = UTEXT_INITIALIZER;  in RegexMatcher()
105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher()
137 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher()
238 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2()
280 UText replacementText = UTEXT_INITIALIZER; in appendReplacement()
284 UText resultText = UTEXT_INITIALIZER; in appendReplacement()
300 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement()
301 UText *replacement, in appendReplacement()
492 UText resultText = UTEXT_INITIALIZER; in appendTail()
506 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { in appendTail()
1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
1238 int64_t RegexMatcher::appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const { in appendGroup()
1374 UText *RegexMatcher::inputText() const { in inputText()
1384 UText *RegexMatcher::getInput (UText *dest, UErrorCode &status) const { in getInput()
1423 static UBool compat_SyncMutableUTextContents(UText *ut);
1424 static UBool compat_SyncMutableUTextContents(UText *ut) { in compat_SyncMutableUTextContents()
1688 UText replacementText = UTEXT_INITIALIZER; in replaceAll()
1689 UText resultText = UTEXT_INITIALIZER; in replaceAll()
1710 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll()
1721 UText empty = UTEXT_INITIALIZER; in replaceAll()
1749 UText replacementText = UTEXT_INITIALIZER; in replaceFirst()
1750 UText resultText = UTEXT_INITIALIZER; in replaceFirst()
1767 UText *RegexMatcher::replaceFirst(UText *replacement, UText *dest, UErrorCode &status) { in replaceFirst()
1783 UText empty = UTEXT_INITIALIZER; in replaceFirst()
1869 RegexMatcher &RegexMatcher::reset(UText *input) { in reset()
1919 RegexMatcher &RegexMatcher::refreshInputText(UText *input, UErrorCode &status) { in refreshInputText()
1973 static UText *utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCo… in utext_extract_replace()
2014 UText *result = utext_openUChars(NULL, ownedBuf, length, status); in utext_extract_replace()
2034 UText inputText = UTEXT_INITIALIZER; in split()
2040 UText **destText = (UText **)uprv_malloc(sizeof(UText*)*destCapacity); in split()
2064 int32_t RegexMatcher::split(UText *input, in split()
2065 UText *dest[], in split()
2111 UText remainingText = UTEXT_INITIALIZER; in split()
2131 UText remainingText = UTEXT_INITIALIZER; in split()
2151 UText remainingText = UTEXT_INITIALIZER; in split()
2169 UText remainingText = UTEXT_INITIALIZER; in split()
2221 UText remainingText = UTEXT_INITIALIZER; in split()
2240 UText remainingText = UTEXT_INITIALIZER; in split()
2732 UnicodeString StringFromUText(UText *ut) { in StringFromUText()