Searched refs:ConversionCase (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | convtest.h | 29 struct ConversionCase { struct 79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument 82 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option); 85 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 91 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
|
D | convtest.cpp | 88 ConversionCase cc; in TestToUnicode() 209 ConversionCase cc; in TestFromUnicode() 781 stepToUnicode(ConversionCase &cc, UConverter *cnv, in stepToUnicode() 971 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() 1098 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkToUnicode() 1182 stepFromUTF8(ConversionCase &cc, in stepFromUTF8() 1288 stepFromUnicode(ConversionCase &cc, UConverter *cnv, in stepFromUnicode() 1375 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *o… in FromUnicodeCase() 1549 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkFromUnicode()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | convtest.h | 29 struct ConversionCase { struct 79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument 82 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option); 85 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 91 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
|
D | convtest.cpp | 82 ConversionCase cc; in TestToUnicode() 194 ConversionCase cc; in TestFromUnicode() 750 stepToUnicode(ConversionCase &cc, UConverter *cnv, in stepToUnicode() 940 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() 1070 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkToUnicode() 1154 stepFromUTF8(ConversionCase &cc, in stepFromUTF8() 1260 stepFromUnicode(ConversionCase &cc, UConverter *cnv, in stepFromUnicode() 1347 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *o… in FromUnicodeCase() 1521 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkFromUnicode()
|