/external/icu/icu4c/source/common/ |
D | ucasemap.cpp | 141 ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in appendResult() 206 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toLower() 317 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toUpper() 427 ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToTitle() 572 ByteSink &sink, Edits *edits, in toUpper() 724 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToLower() 738 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToUpper() 756 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8Fold() 768 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_mapUTF8() 802 icu::Edits *edits, in ucasemap_mapUTF8() [all …]
|
D | bytesinkutil.cpp | 22 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange() 61 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange() 71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) { in appendCodePoint() 98 ByteSink &sink, uint32_t options, Edits *edits) { in appendNonEmptyUnchanged() 110 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
|
D | ustrcase.cpp | 44 Edits *edits, UErrorCode &errorCode) { in checkOverflowAndEditsError() 59 int32_t cpLength, uint32_t options, icu::Edits *edits) { in appendResult() 141 const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) { in appendNonEmptyUnchanged() 159 const UChar *s, int32_t length, uint32_t options, icu::Edits *edits) { in appendUnchanged() 205 icu::Edits *edits, UErrorCode &errorCode) { in toLower() 303 icu::Edits *edits, UErrorCode &errorCode) { in toUpper() 403 icu::Edits *edits, in ustrcase_internalToTitle() 1025 Edits *edits, in toUpper() 1174 icu::Edits *edits, in ustrcase_internalToLower() 1191 icu::Edits *edits, in ustrcase_internalToUpper() [all …]
|
D | ustrcase_locale.cpp | 73 UChar *dest, int32_t destCapacity, Edits *edits, in toLower() 85 UChar *dest, int32_t destCapacity, Edits *edits, in toUpper()
|
D | ucasemap_titlecase_brkiter.cpp | 36 StringPiece src, ByteSink &sink, Edits *edits, in utf8ToTitle() 60 char *dest, int32_t destCapacity, Edits *edits, in utf8ToTitle()
|
D | bytesinkutil.h | 46 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
|
D | filterednormalizer2.cpp | 92 Edits *edits, UErrorCode &errorCode) const { in normalizeUTF8() 105 ByteSink &sink, Edits *edits, in normalizeUTF8()
|
D | unistr_case.cpp | 157 Edits edits; in caseMap() local
|
D | ustr_titlecase_brkiter.cpp | 177 UChar *dest, int32_t destCapacity, Edits *edits, in toTitle()
|
D | normalizer2.cpp | 51 Edits *edits, UErrorCode &errorCode) const { in normalizeUTF8() 102 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
|
D | norm2allmodes.h | 236 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
|
D | normalizer2impl.cpp | 139 ByteSink &sink, Edits *edits) { in appendCodePointDelta() 1736 ByteSink *sink, Edits *edits, UErrorCode &errorCode) const { in composeUTF8()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CaseMapImpl.java | 373 int cpLength, int options, Edits edits) throws IOException { in appendResult() 399 Appendable dest, int options, Edits edits) throws IOException { in appendUnchanged() 411 … private static String applyEdits(CharSequence src, StringBuilder replacementChars, Edits edits) { in applyEdits() 436 Appendable dest, Edits edits) throws IOException { in internalToLower() 514 CharSequence src, Appendable dest, Edits edits) throws IOException { in internalToUpper() 593 Edits edits = new Edits(); in toLower() local 604 CharSequence src, A dest, Edits edits) { in toLower() 623 Edits edits = new Edits(); in toUpper() local 634 CharSequence src, A dest, Edits edits) { in toUpper() 656 Edits edits = new Edits(); in toTitle() local [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 368 int cpLength, int options, Edits edits) throws IOException { in appendResult() 394 Appendable dest, int options, Edits edits) throws IOException { in appendUnchanged() 406 … private static String applyEdits(CharSequence src, StringBuilder replacementChars, Edits edits) { in applyEdits() 431 Appendable dest, Edits edits) throws IOException { in internalToLower() 509 CharSequence src, Appendable dest, Edits edits) throws IOException { in internalToUpper() 588 Edits edits = new Edits(); in toLower() local 599 CharSequence src, A dest, Edits edits) { in toLower() 618 Edits edits = new Edits(); in toUpper() local 629 CharSequence src, A dest, Edits edits) { in toUpper() 651 Edits edits = new Edits(); in toTitle() local [all …]
|
/external/v8/tools/clang/scripts/ |
D | apply_edits.py | 101 def _ApplyEditsToSingleFile(filename, edits): argument 135 def _ApplyEdits(edits): argument
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CaseMap.java | 113 Locale locale, CharSequence src, A dest, Edits edits) { in apply() 169 Locale locale, CharSequence src, A dest, Edits edits) { in apply() 342 Locale locale, BreakIterator iter, CharSequence src, A dest, Edits edits) { in apply() 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 122 Locale locale, CharSequence src, A dest, Edits edits) { in apply() 182 Locale locale, CharSequence src, A dest, Edits edits) { in apply() 364 Locale locale, BreakIterator iter, CharSequence src, A dest, Edits edits) { in apply() 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 925 Edits edits; in TestEdits() local 1233 Edits edits; in TestCaseMapWithEdits() local 1314 Edits edits; in TestCaseMapUTF8WithEdits() local 1548 Edits edits; in TestCaseMapEditsIteratorDocs() local
|
D | normconf.cpp | 483 Edits edits; in checkNorm() local
|
D | tstnorm.cpp | 1581 Edits edits; in TestNormalizeUTF8WithEdits() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterCaseTest.java | 1023 Edits edits = new Edits(); in TestEdits() local 1267 Edits edits = new Edits(); in TestCaseMapWithEdits() local 1359 Edits edits = new Edits(); in TestCaseMapEditsIteratorDocs() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterCaseTest.java | 1026 Edits edits = new Edits(); in TestEdits() local 1270 Edits edits = new Edits(); in TestCaseMapWithEdits() local 1362 Edits edits = new Edits(); in TestCaseMapEditsIteratorDocs() local
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1207 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1206 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1206 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local
|