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

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

Completed in 82 milliseconds