Home
last modified time | relevance | path

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

/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.cpp104 const char *utf8chars[] = {"à", "ß", "ñ", "é", "ç", "ä", NULL}; in TestUTF8() local
115 for(int i = 0; utf8chars[i] != 0; i++) { in TestUTF8()
117 _TestChar(BUnicodeChar::FromUTF8(utf8chars[i]), results[i]); in TestUTF8()