Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dnumrange_capi.cpp129 const char* first, int32_t firstLen, in unumrf_formatDecimalRange()
140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
127 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumrange_capi.cpp130 const char* first, int32_t firstLen, in unumrf_formatDecimalRange()
141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
128 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_capi.cpp127 const char* first, int32_t firstLen, in unumrf_formatDecimalRange()
136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
125 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dunumberrangeformatter.h303 * @param firstLen The length of the first decimal number string.
314 int32_t firstLen,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dunumberrangeformatter.h303 * @param firstLen The length of the first decimal number string.
314 int32_t firstLen,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dunumberrangeformatter.h305 * @param firstLen The length of the first decimal number string.
316 int32_t firstLen,
/third_party/node/lib/
H A Dpath.js458 const firstLen = firstPart.length;
459 if (firstLen > 1 &&
462 if (firstLen > 2) {
/third_party/icu/icu4c/source/test/cintltst/
H A 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()

Completed in 10 milliseconds