Searched refs:resArray (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 263 UnicodeString **resArray = new UnicodeString*[col->count()]; in collectionToString() local 274 resArray[i++] = item; in collectionToString() 279 logln(*resArray[i]); in collectionToString() 282 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); in collectionToString() 284 result = *resArray[0]; in collectionToString() 288 result += *resArray[i]; in collectionToString() 299 delete [] resArray; in collectionToString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 894 UResourceBundle *resArray; in VerifyTranslation() local 982 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 991 end = ures_getSize(resArray); in VerifyTranslation() 1000 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1011 ures_close(resArray); in VerifyTranslation() 1017 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1025 end = ures_getSize(resArray); in VerifyTranslation() 1029 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1040 ures_close(resArray); in VerifyTranslation()
|
D | creststn.c | 760 UResourceBundle* resArray = NULL; in TestEmptyTypes() local 841 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes() 873 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 874 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes() 889 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 890 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
|