Searched refs:secondLen (Results 1 – 1 of 1) sorted by relevance
1886 int32_t secondLen = (int32_t)strlen((const char *)second); in tMemCmp() local1887 return memcmp(first, second, uprv_min(firstLen, secondLen)); in tMemCmp()