Home | History | Annotate | Download | only in i18n

Lines Matching refs:resStr

492         const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
498 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
500 str.setTo(TRUE, resStr, len);