Home
last modified time | relevance | path

Searched refs:secondLen (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_capi.cpp128 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/
Dnumrange_capi.cpp131 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/
Dnumrange_capi.cpp130 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/
Dunumberrangeformatter.h316 int32_t secondLen,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberrangeformatter.h316 int32_t secondLen,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberrangeformatter.h318 int32_t secondLen,
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2010 int32_t secondLen = (int32_t)strlen((const char *)second); in tMemCmp() local
2011 return memcmp(first, second, uprv_min(firstLen, secondLen)); in tMemCmp()