Lines Matching refs:textLength
335 int32_t textLength, in parseRes() argument
342 const UnicodeString src((UBool)(textLength == -1), text, textLength); in parseRes()
363 int32_t textLength, in unum_parse() argument
368 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parse()
375 int32_t textLength, in unum_parseInt64() argument
380 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseInt64()
387 int32_t textLength, in unum_parseDouble() argument
392 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDouble()
399 int32_t textLength, in unum_parseDecimal() argument
413 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDecimal()
432 int32_t textLength, in unum_parseDoubleCurrency() argument
441 const UnicodeString src((UBool)(textLength == -1), text, textLength); in unum_parseDoubleCurrency()
824 int32_t textLength, in unum_parseToUFormattable() argument
829 if (fmt == NULL || (text==NULL && textLength!=0)) { in unum_parseToUFormattable()
836 parseRes(*(Formattable::fromUFormattable(result)), fmt, text, textLength, parsePos, status); in unum_parseToUFormattable()