Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getStringByIndex

201                     const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
202 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
232 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
602 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
603 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
1000 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1002 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1029 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1031 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));