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