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

/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
333 const char16_t* e2 = s2N+n2;
335 while (s1H < e1 && s2N < e2) {
336 const char16_t c2 = ntohs(*s2N);
338 s2N++;
345 ? (0 - (int)ntohs(*s2N))
/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);

Completed in 75 milliseconds