Searched refs:fromBundleStr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 602 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode); in compareArrays() local 604 if (fromBundleStr && toBundleStr && u_strcmp(fromBundleStr, toBundleStr) != 0) in compareArrays() 610 austrdup(fromBundleStr), in compareArrays() 1000 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() local 1005 …strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar… in VerifyTranslation() 1029 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation() local 1034 …strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar… in VerifyTranslation()
|