Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1655 } testStruct[] = { in TestGetLocale() local
1684 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1686 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale()
1688 errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)); in TestGetLocale()
1696 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale()
1698 testStruct[i].requestedLocale, in TestGetLocale()
1699 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1703 if(locale != testStruct[ in TestGetLocale()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1536 } testStruct[] = { in TestGetLocale() local
1544 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1546 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1548 log_err_status(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, u_errorName(status)); in TestGetLocale()
1558 strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale()
1559 log_err("[Coll %s]: Error in requested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i].requestedLocale, locale); in TestGetLocale()
1563 if(strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale()
1564 log_err("[Coll %s]: Error in valid locale, expected %s, got %s\n", testStruct[ in TestGetLocale()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java1086 String[][] testStruct = { in TestGetLocale()
1114 for(i = 0; i<testStruct.length; i++) { in TestGetLocale()
1115 String requestedLocale = testStruct[i][0]; in TestGetLocale()
1116 String validLocale = testStruct[i][1]; in TestGetLocale()
1117 String actualLocale = testStruct[i][2]; in TestGetLocale()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java1089 String[][] testStruct = { in TestGetLocale()
1117 for(i = 0; i<testStruct.length; i++) { in TestGetLocale()
1118 String requestedLocale = testStruct[i][0]; in TestGetLocale()
1119 String validLocale = testStruct[i][1]; in TestGetLocale()
1120 String actualLocale = testStruct[i][2]; in TestGetLocale()
/third_party/protobuf/php/tests/
H A DWellKnownTest.php268 public function testStruct() function
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types_test.py755 def testStruct(self): member in StructTest
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java815 public void testStruct() throws Exception { in testStruct() method in JsonFormatTest

Completed in 16 milliseconds