Searched refs:outBufLength (Results 1 – 4 of 4) sorted by relevance
436 int32_t outBufLength, in unum_parseDecimal() argument442 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) { in unum_parseDecimal()451 } else if (sp.size() > outBufLength) { in unum_parseDecimal()453 } else if (sp.size() == outBufLength) { in unum_parseDecimal()457 U_ASSERT(outBufLength > 0); in unum_parseDecimal()
865 int32_t outBufLength,