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 985 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 994 end = ures_getSize(resArray); in VerifyTranslation() 1003 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1014 ures_close(resArray); in VerifyTranslation() 1020 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 1028 end = ures_getSize(resArray); in VerifyTranslation() 1032 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() 1043 ures_close(resArray); in VerifyTranslation()
|
D | creststn.c | 762 UResourceBundle* resArray = NULL; in TestEmptyTypes() local 843 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes() 875 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 876 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes() 891 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 892 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
|