Searched refs:outBufLength (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | unum.cpp | 433 int32_t outBufLength, in unum_parseDecimal() argument 439 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) { in unum_parseDecimal() 448 } else if (sp.size() > outBufLength) { in unum_parseDecimal() 450 } else if (sp.size() == outBufLength) { in unum_parseDecimal() 454 U_ASSERT(outBufLength > 0); in unum_parseDecimal()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | unum.cpp | 436 int32_t outBufLength, in unum_parseDecimal() argument 442 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | unum.cpp | 449 int32_t outBufLength, in unum_parseDecimal() argument 455 if ((outBuf == nullptr && outBufLength != 0) || outBufLength < 0) { in unum_parseDecimal() 464 } else if (sp.size() > outBufLength) { in unum_parseDecimal() 466 } else if (sp.size() == outBufLength) { in unum_parseDecimal() 470 U_ASSERT(outBufLength > 0); in unum_parseDecimal()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 895 int32_t outBufLength,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unum.h | 888 int32_t outBufLength,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | unum.h | 841 int32_t outBufLength,
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 1723 … text, int32_t textLength, int32_t * parsePos, char * outBuf, int32_t outBufLength, UErrorCode * s… in unum_parseDecimal() argument 1724 …TRY_POINT_RENAME(unum_parseDecimal)(fmt, text, textLength, parsePos, outBuf, outBufLength, status); in unum_parseDecimal()
|