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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h29 struct ConversionCase { struct
79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
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,
H A Dconvtest.cpp88 ConversionCase cc;
200 ConversionCase cc;
758 stepToUnicode(ConversionCase &cc, UConverter *cnv,
948 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) {
1075 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
1159 stepFromUTF8(ConversionCase &cc,
1265 stepFromUnicode(ConversionCase &cc, UConverter *cnv,
1352 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) {
1526 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h29 struct ConversionCase { struct
79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
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,
H A Dconvtest.cpp88 ConversionCase cc;
209 ConversionCase cc;
785 stepToUnicode(ConversionCase &cc, UConverter *cnv,
975 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) {
1102 ConversionTest::checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
1186 stepFromUTF8(ConversionCase &cc,
1292 stepFromUnicode(ConversionCase &cc, UConverter *cnv,
1379 ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) {
1553 ConversionTest::checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py220 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
H A Dgen-conversions.py153 class ConversionCase(ShaderCase): class in inherits:ShaderCase
246 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py224 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
H A Dgen-conversions.py166 class ConversionCase(ShaderCase): class in inherits:ShaderCase
272 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]

Completed in 4560 milliseconds