Searched refs:ConversionCase (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | convtest.h | 29 struct ConversionCase { struct 80 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument 83 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option); 86 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 92 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
|
D | convtest.cpp | 89 ConversionCase cc; in TestToUnicode() 210 ConversionCase cc; in TestFromUnicode() 857 stepToUnicode(ConversionCase &cc, UConverter *cnv, in stepToUnicode() 1047 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase() 1174 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, in checkToUnicode() 1258 stepFromUTF8(ConversionCase &cc, in stepFromUTF8() 1364 stepFromUnicode(ConversionCase &cc, UConverter *cnv, in stepFromUnicode() 1451 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *o… in FromUnicodeCase() 1625 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 | 39 private class ConversionCase { class in TestConversion 125 ConversionCase cc = new ConversionCase(); in TestFromUnicode() 245 private void FromUnicodeCase(ConversionCase cc) { in FromUnicodeCase() 384 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode() 457 private boolean checkFromUnicode(ConversionCase cc, int resultLength) { in checkFromUnicode() 465 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]
|