Searched refs:TestNextUChar (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 29 static void TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t res… 174 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], cons… in TestNextUChar() function 1839 TestNextUChar(cnv, source, limit, results, "UTF-7"); in TestUTF7() 1882 TestNextUChar(cnv, source, limit, results, "IMAP-mailbox-name"); in TestIMAP() 1944 TestNextUChar(cnv, source, limit, results, "UTF-8"); in TestUTF8() 1952 TestNextUChar(cnv, source, limit, results2, "UTF-8"); in TestUTF8() 2015 TestNextUChar(cnv, source, limit, results, "CESU-8"); in TestCESU8() 2023 TestNextUChar(cnv, source, limit, results2, "CESU-8"); in TestCESU8() 2069 TestNextUChar(cnv, source, limit, results1, "UTF-16"); in TestUTF16() 2073 TestNextUChar(cnv, source, limit, results2, "UTF-16"); in TestUTF16() [all …]
|