/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 157 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/ |
D | CaseMapImpl.java | 161 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/ |
D | ucasemap.cpp | 124 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()
|
D | ustrcase.cpp | 41 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/ |
D | perf-to-html.py | 120 self.appendResult(test_name, data[test]) 138 def appendResult(self, test_name, test_data): member in Benchmark
|