Home
last modified time | relevance | path

Searched refs:TEST_VALUES (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtext_encoding_test.py42 TEST_VALUES = [ variable
59 for escaped, escaped_utf8, unescaped in TEST_VALUES:
66 for escaped, escaped_utf8, unescaped in TEST_VALUES:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DUnicodeMapBoilerplateTest.java26 private static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapBoilerplateTest
52 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
DUnicodeMapTest.java323 static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapTest
335 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in TestUnicodeMapRandom()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapBoilerplateTest.java23 private static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapBoilerplateTest
49 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
DUnicodeMapTest.java320 static String[] TEST_VALUES = {"A", "B", "C", "D", "E", "F"}; field in UnicodeMapTest
332 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in TestUnicodeMapRandom()