Searched refs:outBufLength (Results 1 – 2 of 2) sorted by relevance
404 int32_t outBufLength, in unum_parseDecimal() argument410 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) { in unum_parseDecimal()419 } else if (sp.size() > outBufLength) { in unum_parseDecimal()421 } else if (sp.size() == outBufLength) { in unum_parseDecimal()425 U_ASSERT(outBufLength > 0); in unum_parseDecimal()
766 int32_t outBufLength,