Home | History | Annotate | Download | only in cintltst

Lines Matching defs:localeStr

198                     const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
199 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
200 if (u_strcmp(rootStr, localeStr) != 0) {
228 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
247 if (localeStr[0] == (UChar)0x20) {
254 else if ((localeStr[localeStrLen - 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) {
265 const UChar *localeStrItr = localeStr;
309 && u_charDigitValue(localeStr[0]) != 0)