Searched refs:ConversionCase (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h31 struct ConversionCase { struct
82 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
85 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option);
88 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
94 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
H A Dconvtest.cpp91 ConversionCase cc;
212 ConversionCase cc;
859 stepToUnicode(ConversionCase &cc, UConverter *cnv,
1049 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) {
1176 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
1260 stepFromUTF8(ConversionCase &cc,
1366 stepFromUnicode(ConversionCase &cc, UConverter *cnv,
1453 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) {
1627 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java52 private class ConversionCase { class in class:TestConversion
138 ConversionCase cc = new ConversionCase();
255 private void FromUnicodeCase(ConversionCase cc) {
394 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) {
467 private boolean checkFromUnicode(ConversionCase cc, int resultLength) {
475 ConversionCase cc = new ConversionCase();
558 private void ToUnicodeCase(ConversionCase cc) {
710 private int stepToUnicode(ConversionCase c
[all...]
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py242 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
H A Dgen-conversions.py175 class ConversionCase(ShaderCase): class in inherits:ShaderCase
268 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py246 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
H A Dgen-conversions.py188 class ConversionCase(ShaderCase): class in inherits:ShaderCase
294 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]

Completed in 156 milliseconds