Home
last modified time | relevance | path

Searched refs:strcmp16 (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/include/utils/
DString16.h305 return strcmp16(mString, other) < 0;
310 return strcmp16(mString, other) <= 0;
315 return strcmp16(mString, other) == 0;
320 return strcmp16(mString, other) != 0;
325 return strcmp16(mString, other) >= 0;
330 return strcmp16(mString, other) > 0;
DUnicode.h26 int strcmp16(const char16_t *, const char16_t *);
/system/core/libutils/
DString16_test.cpp25 if (strcmp16(a, b) != 0) { in Char16_tStringEquals()
DUnicode.cpp192 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function