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

/system/core/include/utils/
H A DUnicode.h44 int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2);
/system/core/libutils/
H A DUnicode.cpp330 int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2) argument
332 const char16_t* e1 = s1H+n1;
335 while (s1H < e1 && s2N < e2) {
337 const int d = (int)*s1H++ - (int)c2;
347 ? ((int)*s1H - 0)

Completed in 83 milliseconds