Searched refs:secondLen (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_capi.cpp | 128 const char* second, int32_t secondLen, in unumrf_formatDecimalRange() argument 137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numrange_capi.cpp | 131 const char* second, int32_t secondLen, in unumrf_formatDecimalRange() argument 142 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
/third_party/icu/icu4c/source/i18n/ |
D | numrange_capi.cpp | 130 const char* second, int32_t secondLen, in unumrf_formatDecimalRange() argument 141 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unumberrangeformatter.h | 316 int32_t secondLen,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | unumberrangeformatter.h | 316 int32_t secondLen,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unumberrangeformatter.h | 318 int32_t secondLen,
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2010 int32_t secondLen = (int32_t)strlen((const char *)second); in tMemCmp() local 2011 return memcmp(first, second, uprv_min(firstLen, secondLen)); in tMemCmp()
|