Searched defs:outBufLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp387 int32_t outBufLength,
393 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) {
402 } else if (sp.size() > outBufLength) {
404 } else if (sp.size() == outBufLength) {
408 U_ASSERT(outBufLength > 0);
382 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Dunum.cpp391 int32_t outBufLength,
397 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) {
406 } else if (sp.size() > outBufLength) {
408 } else if (sp.size() == outBufLength) {
412 U_ASSERT(outBufLength > 0);
386 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument

Completed in 287 milliseconds