Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/icu/source/common/unicode/
Dnormalizer2.h269 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
583 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
772 normalizeUTF8(uint32_t options, const char *src, int32_t length,
/external/icu/libicu/cts_headers/unicode/
Dnormalizer2.h267 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
581 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
770 normalizeUTF8(uint32_t options, const char *src, int32_t length,
/external/icu/icu4c/source/common/unicode/
Dnormalizer2.h267 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
581 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
770 normalizeUTF8(uint32_t options, const char *src, int32_t length,
/external/cronet/tot/third_party/icu/source/common/unicode/
Dnormalizer2.h269 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
583 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
772 normalizeUTF8(uint32_t options, const char *src, int32_t length,
/external/cronet/tot/third_party/icu/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()
Dnorm2allmodes.h209 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
265 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
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
/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()
Dnorm2allmodes.h209 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
265 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
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
/external/cronet/stable/third_party/icu/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.h209 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
265 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1587 nfkc_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1618 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1634 fn2.normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1666 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1693 nfkd_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1728 nfkd_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1829 nfkc_cf->normalizeUTF8(0, src8, sink, nullptr, errorCode); in TestNormalizeIllFormedText()
1855 nfkc->normalizeUTF8(0, s8, sink, nullptr, errorCode); in TestComposeJamoTBase()
Dnormconf.cpp497 norm2->normalizeUTF8(0, s8, sink, editsPtr, errorCode); in checkNorm()
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtstnorm.cpp1585 nfkc_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1616 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1632 fn2.normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1664 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1691 nfkd_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1726 nfkd_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1827 nfkc_cf->normalizeUTF8(0, src8, sink, nullptr, errorCode); in TestNormalizeIllFormedText()
1853 nfkc->normalizeUTF8(0, s8, sink, nullptr, errorCode); in TestComposeJamoTBase()
Dnormconf.cpp497 norm2->normalizeUTF8(0, s8, sink, editsPtr, errorCode); in checkNorm()
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtstnorm.cpp1585 nfkc_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1616 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1632 fn2.normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1664 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1691 nfkd_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1726 nfkd_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestDecomposeUTF8WithEdits()
1827 nfkc_cf->normalizeUTF8(0, src8, sink, nullptr, errorCode); in TestNormalizeIllFormedText()
1853 nfkc->normalizeUTF8(0, s8, sink, nullptr, errorCode); in TestComposeJamoTBase()
Dnormconf.cpp497 norm2->normalizeUTF8(0, s8, sink, editsPtr, errorCode); in checkNorm()
/external/icu/libicu/cts_headers/
Dnorm2allmodes.h209 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
265 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() function
/external/cronet/stable/third_party/icu/source/test/perf/normperf/
Dsimplenormperf.cpp297 norm2.normalizeUTF8(0, piece, sink, nullptr, errorCode); in call()
/external/cronet/tot/third_party/icu/source/test/perf/normperf/
Dsimplenormperf.cpp297 norm2.normalizeUTF8(0, piece, sink, nullptr, errorCode); in call()
/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp297 norm2.normalizeUTF8(0, piece, sink, nullptr, errorCode); in call()