Home | History | Annotate | Download | only in i18n

Lines Matching full:textlength

325          int32_t         textLength,
332 const UnicodeString src((UBool)(textLength == -1), text, textLength);
353 int32_t textLength,
358 parseRes(res, fmt, text, textLength, parsePos, status);
365 int32_t textLength,
370 parseRes(res, fmt, text, textLength, parsePos, status);
377 int32_t textLength,
382 parseRes(res, fmt, text, textLength, parsePos, status);
389 int32_t textLength,
403 parseRes(res, fmt, text, textLength, parsePos, status);
422 int32_t textLength,
431 const UnicodeString src((UBool)(textLength == -1), text, textLength);
814 int32_t textLength,
819 if (fmt == NULL || (text==NULL && textLength!=0)) {
826 parseRes(*(Formattable::fromUFormattable(result)), fmt, text, textLength, parsePos, status);