/external/v8/tools/ |
D | perf-to-html.py | 123 self.appendResult(test_name, data[test]) 141 def appendResult(self, test_name, test_data): member in Benchmark
|
D | perf-compare.py | 144 def appendResult(self, run_name, trace): member in Benchmark 433 benchmark_object.appendResult(run_name, trace);
|
/external/icu/icu4c/source/common/ |
D | ucasemap.cpp | 140 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()
|
D | ustrcase.cpp | 57 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/ |
D | CaseMapImpl.java | 372 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/ |
D | CaseMapImpl.java | 367 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()
|