Searched defs:chars (Results 1 – 3 of 3) sorted by relevance
427 static const wchar_t chars[] = L"Hello\u0666 World"; in TEST() local432 static const wchar_t chars[] = L"Hello\u0666 World"; in TEST() local445 static const wchar_t chars[] = L"Hello\u0666 World"; in TEST() local450 static const wchar_t chars[] = L"Hello\u0666 World"; in TEST() local
157 const wchar_t chars[] = { L'h', L'e', L'l', L'l', L'o', 0 }; in TEST() local
124 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), member