/external/icu/icu4c/source/common/unicode/ |
D | normalizer2.h | 247 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 565 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 756 normalizeUTF8(uint32_t options, const char *src, int32_t length,
|
/external/icu/icu4c/source/common/ |
D | filterednormalizer2.cpp | 91 FilteredNormalizer2::normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function in FilteredNormalizer2 100 normalizeUTF8(options, src.data(), src.length(), sink, edits, USET_SPAN_SIMPLE, errorCode); in normalizeUTF8() 104 FilteredNormalizer2::normalizeUTF8(uint32_t options, const char *src, int32_t length, in normalizeUTF8() function in FilteredNormalizer2 124 norm2.normalizeUTF8(options, StringPiece(src, spanLength), sink, edits, errorCode); in normalizeUTF8()
|
D | normalizer2.cpp | 50 Normalizer2::normalizeUTF8(uint32_t /*options*/, StringPiece src, ByteSink &sink, in normalizeUTF8() function in Normalizer2 101 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function in NoopNormalizer2
|
D | norm2allmodes.h | 235 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 1582 nfkc_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits() 1613 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits() 1629 fn2.normalizeUTF8(0, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits() 1661 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits() 1758 nfkc_cf->normalizeUTF8(0, src8, sink, nullptr, errorCode); in TestNormalizeIllFormedText() 1784 nfkc->normalizeUTF8(0, s8, sink, nullptr, errorCode); in TestComposeJamoTBase()
|
D | normconf.cpp | 486 norm2->normalizeUTF8(0, s8, sink, editsPtr, errorCode); in checkNorm()
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | simplenormperf.cpp | 297 norm2.normalizeUTF8(0, piece, sink, nullptr, errorCode); in call()
|