Home
last modified time | relevance | path

Searched refs:firstLen (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_capi.cpp127 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() argument
136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_capi.cpp130 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() argument
141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
/third_party/icu/icu4c/source/i18n/
Dnumrange_capi.cpp129 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() argument
140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberrangeformatter.h314 int32_t firstLen,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberrangeformatter.h314 int32_t firstLen,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberrangeformatter.h316 int32_t firstLen,
/third_party/node/lib/
Dpath.js458 const firstLen = firstPart.length;
459 if (firstLen > 1 &&
462 if (firstLen > 2) {
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2009 int32_t firstLen = (int32_t)strlen((const char *)first); in tMemCmp() local
2011 return memcmp(first, second, uprv_min(firstLen, secondLen)); in tMemCmp()