Lines Matching refs:textLength
364 int32_t textLength, in parseRes() argument
371 const UnicodeString src((UBool)(textLength == -1), text, textLength); in parseRes()
392 int32_t textLength, in unum_parse() argument
397 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parse()
404 int32_t textLength, in unum_parseInt64() argument
409 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseInt64()
416 int32_t textLength, in unum_parseDouble() argument
421 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDouble()
428 int32_t textLength, in unum_parseDecimal() argument
442 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDecimal()
461 int32_t textLength, in unum_parseDoubleCurrency() argument
470 const UnicodeString src((UBool)(textLength == -1), text, textLength); in unum_parseDoubleCurrency()
900 int32_t textLength, in unum_parseToUFormattable() argument
905 if (fmt == NULL || (text==NULL && textLength!=0)) { in unum_parseToUFormattable()
912 parseRes(*(Formattable::fromUFormattable(result)), fmt, text, textLength, parsePos, status); in unum_parseToUFormattable()