Searched defs:s1H (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DUnicode.cpp312 int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2) argument
314 const char16_t* e1 = s1H+n1;
317 while (s1H < e1 && s2N < e2) {
319 const int d = (int)*s1H++ - (int)c2;
329 ? ((int)*s1H - 0)

Completed in 315 milliseconds