Home | History | Annotate | Download | only in i18n

Lines Matching refs:resStr

582     const UChar *resStr,*ovrStr;
606 resStr = ures_getString(currentBundle, &resStrLen, &status);
610 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
623 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
638 resStr = ures_getString(currentBundle, &resStrLen, &status);
642 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
655 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
670 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
671 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
684 resStr = ures_getString(currentBundle, &resStrLen, &status);
688 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
699 fPattern.setTo(TRUE, resStr, resStrLen);
710 resStr = ures_getString(currentBundle, &resStrLen, &status);
714 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
725 fPattern.setTo(TRUE, resStr, resStrLen);