Home
last modified time | relevance | path

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

/external/v8/tools/
Dperf-to-html.py123 self.appendResult(test_name, data[test])
141 def appendResult(self, test_name, test_data): member in Benchmark
Dperf-compare.py144 def appendResult(self, run_name, trace): member in Benchmark
433 benchmark_object.appendResult(run_name, trace);
/external/icu/icu4c/source/common/
Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() function
307 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toLower()
411 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toUpper()
495 … if (!appendResult(titleLimit-titleStart, c, s, sink, options, edits, errorCode)) { in ucasemap_internalUTF8ToTitle()
703 if (!appendResult(nextIndex - i, c, s, sink, options, edits, errorCode)) { in toUpper()
Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
281 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toLower()
372 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
473 destIndex=appendResult(dest, destIndex, destCapacity, c, s, in ustrcase_internalToTitle()
1151 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java372 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
506 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToLower()
579 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToUpper()
729 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
1431 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java367 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
501 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToLower()
574 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToUpper()
724 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
1426 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()