Searched refs:resArray (Results 1 – 4 of 4) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | selector.ts | 56 type ResStyle<T> = Partial<{resArray: T[], watchValue: T}>; 154 applyStyleRes.resArray = []; 159 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets); 172 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets); 178 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets); 185 applyStyleRes.resArray = applyStyleRes.resArray.concat(rets); 197 const arr = applyStyleRes.resArray;
|
/third_party/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()
|
/third_party/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 | 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()
|