Home | History | Annotate | Download | only in i18n

Lines Matching refs:resStrLen

488     int32_t resStrLen,ovrStrLen = 0;
511 resStrLen, &status);
515 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
528 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
543 resStr = ures_getString(currentBundle, &resStrLen, &status);
547 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
560 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
575 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
576 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
589 resStr = ures_getString(currentBundle, &resStrLen, &status);
593 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
604 fPattern.setTo(TRUE, resStr, resStrLen);
615 resStr = ures_getString(currentBundle, &resStrLen, &status);
619 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
630 fPattern.setTo(TRUE, resStr, resStrLen);