Searched refs:testStruct (Results 1 – 10 of 10) sorted by relevance
/external/xmlrpcpp/test/ |
D | TestValuesWin32.cpp | 130 void testStruct() in testStruct() function 248 testStruct(); in main()
|
D | TestValues.cpp | 127 void testStruct() in testStruct() function 230 testStruct(); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1636 } testStruct[] = { in TestGetLocale() local 1653 for(i = 0; i<(int32_t)UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale() 1655 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale() 1657 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale() 1665 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale() 1667 testStruct[i].requestedLocale, in TestGetLocale() 1668 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1672 if(locale != testStruct[i].validLocale) { in TestGetLocale() 1674 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1677 if(locale != testStruct[i].actualLocale) { in TestGetLocale() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1412 } testStruct[] = { in TestGetLocale() local 1420 for(i = 0; i<sizeof(testStruct)/sizeof(testStruct[0]); i++) { in TestGetLocale() 1422 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale() 1424 …log_err_status(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, … in TestGetLocale() 1434 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale() 1435 …%s]: Error in requested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1439 if(strcmp(locale, testStruct[i].validLocale) != 0) { in TestGetLocale() 1440 …oll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale() 1443 if(strcmp(locale, testStruct[i].actualLocale) != 0) { in TestGetLocale() 1444 …ll %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[… in TestGetLocale()
|
/external/clang/test/CodeGen/ |
D | c11atomics-ios.c | 97 void testStruct(_Atomic(S) *fp) { in testStruct() function
|
D | c11atomics.c | 248 void testStruct(_Atomic(S) *fp) { in testStruct() function
|
/external/clang/test/SemaObjCXX/ |
D | boxing-illegal-types.mm | 31 void testStruct() { function
|
/external/clang/test/SemaObjC/ |
D | boxing-illegal.m | 31 void testStruct() { function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 993 String[][] testStruct = { 1009 for(i = 0; i<testStruct.length; i++) { 1010 String requestedLocale = testStruct[i][0]; 1011 String validLocale = testStruct[i][1]; 1012 String actualLocale = testStruct[i][2];
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 989 String[][] testStruct = { 1005 for(i = 0; i<testStruct.length; i++) { 1006 String requestedLocale = testStruct[i][0]; 1007 String validLocale = testStruct[i][1]; 1008 String actualLocale = testStruct[i][2];
|