Home
last modified time | relevance | path

Searched refs:appendResult (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java157 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
201 appendResult(c, dest, iter.getCPLength(), options, edits); in internalToLower()
232 appendResult(c, dest, iter.getCPLength(), options, edits); in toUpper()
301 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
362 appendResult(c, dest, cpLength, options, edits); in fold()
993 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java161 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
205 appendResult(c, dest, iter.getCPLength(), options, edits); in internalToLower()
236 appendResult(c, dest, iter.getCPLength(), options, edits); in toUpper()
305 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
366 appendResult(c, dest, cpLength, options, edits); in fold()
997 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()
/external/icu/icu4c/source/common/
Ducasemap.cpp124 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
294 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in _caseMap()
396 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in ucasemap_internalUTF8ToTitle()
577 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in toUpper()
669 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in utf8_foldCase()
Dustrcase.cpp41 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
177 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in _caseMap()
278 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in ustrcase_internalToTitle()
916 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in toUpper()
992 destIndex=appendResult(dest, destIndex, destCapacity, c, s); in ustr_foldCase()
/external/v8/tools/
Dperf-to-html.py120 self.appendResult(test_name, data[test])
138 def appendResult(self, test_name, test_data): member in Benchmark