Searched refs:resArray (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 262 UnicodeString **resArray = new UnicodeString*[col->count()]; in collectionToString() local 273 resArray[i++] = item; in collectionToString() 278 logln(*resArray[i]); in collectionToString() 281 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); in collectionToString() 283 result = *resArray[0]; in collectionToString() 287 result += *resArray[i]; in collectionToString() 298 delete [] resArray; in collectionToString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 891 UResourceBundle *resArray; in VerifyTranslation() local 979 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 988 end = ures_getSize(resArray); in VerifyTranslation() 997 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1008 ures_close(resArray); in VerifyTranslation() 1014 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1022 end = ures_getSize(resArray); in VerifyTranslation() 1026 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1037 ures_close(resArray); in VerifyTranslation()
|
D | creststn.c | 757 UResourceBundle* resArray = NULL; in TestEmptyTypes() local 838 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes() 870 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 871 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes() 886 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 887 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
|