Searched refs:secondLen (Results 1 – 4 of 4) sorted by relevance
128 const char* second, int32_t secondLen, in unumrf_formatDecimalRange() argument137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
318 int32_t secondLen,
1889 int32_t secondLen = (int32_t)strlen((const char *)second); in tMemCmp() local1890 return memcmp(first, second, uprv_min(firstLen, secondLen)); in tMemCmp()