Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Diconv_test.cpp54 const char* utf8 = "a٦ᄀ"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
80 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
109 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
137 const char* utf8 = "a٦ᄀz"; // U+0666 ٦ 0xd9 0xa6 // U+1100 ᄀ 0xe1 0x84 0x80 in TEST() local
163 const char* utf8 = "a\xd9z"; // 0xd9 is the first byte of the two-byte U+0666 ٦. in TEST() local
196 const char* utf8 = "a\xd9"; // 0xd9 is the first byte of the two-byte U+0666 ٦. in TEST() local
223 const char* utf8 = "abc"; in TEST() local
293 const char* utf8 = "$€��"; // U+0024, U+20AC, U+10437. in RoundTrip() local