Home | History | Annotate | Download | only in base

Lines Matching refs:char16

480 bool IsIDNComponentInSingleScript(const char16* str, int str_len) {
599 bool IsIDNComponentSafe(const char16* str,
698 bool IDNToUnicodeOneComponent(const char16* comp,
707 static const char16 kIdnPrefix[] = {'x', 'n', '-', '-'};
709 !memcmp(comp, kIdnPrefix, arraysize(kIdnPrefix) * sizeof(char16))) {