OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConversionCase
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/scripts/
gen-conversions.py
175
class
ConversionCase
(ShaderCase):
268
return [
ConversionCase
(inValues, convFunc) for (inValues, convFunc) in combinations]
/external/icu/icu4c/source/test/intltest/
convtest.h
31
struct
ConversionCase
{
83
ToUnicodeCase(
ConversionCase
&cc, UConverterToUCallback callback, const char *option);
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,
/external/deqp/modules/gles3/scripts/
gen-conversions.py
188
class
ConversionCase
(ShaderCase):
294
return [
ConversionCase
(inValues, convFunc) for (inValues, convFunc) in combinations]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java
52
private class
ConversionCase
{
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
cc, CharsetDecoder decoder
[
all
...]
Completed in 789 milliseconds