Home
last modified time | relevance | path

Searched refs:appendTail (Results 1 – 12 of 12) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootFileFormatter.java78 matcher.appendTail(sb); in formatInterfaces()
/external/vogar/src/vogar/util/
DStrings.java115 matcher.appendTail(result); in xmlSanitize()
/external/icu/libicu/cts_headers/unicode/
Dregex.h1523 virtual UnicodeString &appendTail(UnicodeString &dest);
1539 virtual UText *appendTail(UText *dest, UErrorCode &status);
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1523 virtual UnicodeString &appendTail(UnicodeString &dest);
1539 virtual UText *appendTail(UText *dest, UErrorCode &status);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java143 fSetRefsMatcher.appendTail(expandedDef); in addCharClass()
206 fSetRefsMatcher.appendTail(expandedDefsRule); in addRule()
222 fPropertyMatcher.appendTail(expandedRule); in addRule()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java146 fSetRefsMatcher.appendTail(expandedDef); in addCharClass()
209 fSetRefsMatcher.appendTail(expandedDefsRule); in addRule()
225 fPropertyMatcher.appendTail(expandedRule); in addRule()
/external/icu/icu4c/source/i18n/
Duregex.cpp1300 inline static int32_t appendTail(RegularExpression *regexp,
1617 int32_t RegexCImpl::appendTail(RegularExpression *regexp, in appendTail() function in RegexCImpl
1748 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status); in uregex_appendTail()
1760 return regexp->fMatcher->appendTail(dest, *status); in uregex_appendTailUText()
Drematch.cpp492 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { in appendTail() function in RegexMatcher
498 appendTail(&resultText, status); in appendTail()
508 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { in appendTail() function in RegexMatcher
1736 appendTail(dest, status); in replaceAll()
1791 appendTail(dest, status); in replaceFirst()
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp130 fSetRefsMatcher->appendTail(expandedDef); in addCharClass()
185 fSetRefsMatcher->appendTail(thisRule->fExpandedRule); in addRule()
Dregextst.cpp1491 m.appendTail(result); in API_Replace()
2764 m.appendTail(&resultText, status); in API_Replace_UTF8()
3533 parseMatcher->appendTail(deTaggedInput); in regex_find()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp631 mAmps.appendTail(result); in replaceCharRefs()
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistParser.java938 matcher.appendTail(stringWithReplacements); in replaceVariableReferences()