Home
last modified time | relevance | path

Searched refs:normalizeUTF8 (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dnormalizer2.h247 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/
Dfilterednormalizer2.cpp91 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()
Dnormalizer2.cpp50 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
Dnorm2allmodes.h235 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1582 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()
Dnormconf.cpp486 norm2->normalizeUTF8(0, s8, sink, editsPtr, errorCode); in checkNorm()
/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp297 norm2.normalizeUTF8(0, piece, sink, nullptr, errorCode); in call()