Lines Matching refs:textLength
369 int32_t textLength, in parseRes() argument
376 const UnicodeString src((UBool)(textLength == -1), text, textLength); in parseRes()
397 int32_t textLength, in unum_parse() argument
402 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parse()
409 int32_t textLength, in unum_parseInt64() argument
414 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseInt64()
421 int32_t textLength, in unum_parseDouble() argument
426 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDouble()
433 int32_t textLength, in unum_parseDecimal() argument
447 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDecimal()
466 int32_t textLength, in unum_parseDoubleCurrency() argument
475 const UnicodeString src((UBool)(textLength == -1), text, textLength); in unum_parseDoubleCurrency()
905 int32_t textLength, in unum_parseToUFormattable() argument
910 if (fmt == NULL || (text==NULL && textLength!=0)) { in unum_parseToUFormattable()
917 parseRes(*(Formattable::fromUFormattable(result)), fmt, text, textLength, parsePos, status); in unum_parseToUFormattable()