Searched refs:ConversionCase (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | convtest.h | 31 struct ConversionCase { struct 83 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument 86 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option); 89 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 95 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
|
D | convtest.cpp | 87 ConversionCase cc; in TestToUnicode() 208 ConversionCase cc; in TestFromUnicode() 971 stepToUnicode(ConversionCase &cc, UConverter *cnv, in stepToUnicode() 1161 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() 1289 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkToUnicode() 1373 stepFromUTF8(ConversionCase &cc, in stepFromUTF8() 1479 stepFromUnicode(ConversionCase &cc, UConverter *cnv, in stepFromUnicode() 1566 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *o… in FromUnicodeCase() 1740 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkFromUnicode()
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 52 private class ConversionCase { class in TestConversion 138 ConversionCase cc = new ConversionCase(); in TestFromUnicode() 255 private void FromUnicodeCase(ConversionCase cc) { in FromUnicodeCase() 394 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode() 467 private boolean checkFromUnicode(ConversionCase cc, int resultLength) { in checkFromUnicode() 475 ConversionCase cc = new ConversionCase(); in TestToUnicode() 558 private void ToUnicodeCase(ConversionCase cc) { in ToUnicodeCase() 710 private int stepToUnicode(ConversionCase cc, CharsetDecoder decoder, in stepToUnicode() 912 private boolean checkToUnicode(ConversionCase cc, int resultLength) { in checkToUnicode() 928 ConversionCase cc = new ConversionCase(); in TestGetUnicodeSet() [all …]
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 175 class ConversionCase(ShaderCase): class 268 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
|
D | gen-swizzles.py | 242 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
|
/external/deqp/modules/gles3/scripts/ |
D | gen-swizzles.py | 246 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
|
D | gen-conversions.py | 188 class ConversionCase(ShaderCase): class 294 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
|