Home | History | Annotate | Download | only in i18n

Lines Matching refs:resStrLen

572     int32_t resStrLen,ovrStrLen = 0;
595 resStr = ures_getString(currentBundle, &resStrLen, &status);
599 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
612 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
627 resStr = ures_getString(currentBundle, &resStrLen, &status);
631 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
644 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
659 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
660 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
673 resStr = ures_getString(currentBundle, &resStrLen, &status);
677 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
688 fPattern.setTo(TRUE, resStr, resStrLen);
699 resStr = ures_getString(currentBundle, &resStrLen, &status);
703 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
714 fPattern.setTo(TRUE, resStr, resStrLen);