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