Home | History | Annotate | Download | only in cintltst

Lines Matching refs:URES_ARRAY

159         else if (ures_getType(subBundle) == URES_ARRAY) {
164 && (ures_getType(subSubBundle) == URES_ARRAY || ures_getType(subSubRootBundle) == URES_ARRAY))
222 if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)rootStr[1] - 0x30) {