Home
last modified time | relevance | path

Searched refs:ToUnicodeCase (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h84 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
H A Dconvtest.cpp196 ToUnicodeCase(cc, callback, option); in TestToUnicode()
1225 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() function in ConversionTest
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dconvtest.h84 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
H A Dconvtest.cpp187 ToUnicodeCase(cc, callback, option); in TestToUnicode()
1198 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() function in ConversionTest
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/
H A DTestConversion.java554 ToUnicodeCase(cc); in TestToUnicode()
558 private void ToUnicodeCase(ConversionCase cc) { in ToUnicodeCase() method in TestConversion