Searched refs:resArray (Results 1 – 4 of 4) 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/perfetto/ui/src/controller/ |
D | controller.ts | 63 const resArray = this.run(); constant 68 if (resArray !== undefined) { 69 for (const childConfig of resArray) {
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 897 UResourceBundle *resArray; in VerifyTranslation() local 990 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 999 end = ures_getSize(resArray); in VerifyTranslation() 1008 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1019 ures_close(resArray); in VerifyTranslation() 1025 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1033 end = ures_getSize(resArray); in VerifyTranslation() 1037 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1048 ures_close(resArray); in VerifyTranslation()
|
D | creststn.c | 790 UResourceBundle* resArray = NULL; in TestEmptyTypes() local 871 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes() 903 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 904 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes() 919 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 920 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
|