Searched refs:TestNextUChar (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 31 static void TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t res… 176 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], cons… in TestNextUChar() function 1851 TestNextUChar(cnv, source, limit, results, "UTF-7"); in TestUTF7() 1894 TestNextUChar(cnv, source, limit, results, "IMAP-mailbox-name"); in TestIMAP() 1956 TestNextUChar(cnv, source, limit, results, "UTF-8"); in TestUTF8() 1964 TestNextUChar(cnv, source, limit, results2, "UTF-8"); in TestUTF8() 2027 TestNextUChar(cnv, source, limit, results, "CESU-8"); in TestCESU8() 2035 TestNextUChar(cnv, source, limit, results2, "CESU-8"); in TestCESU8() 2081 TestNextUChar(cnv, source, limit, results1, "UTF-16"); in TestUTF16() 2085 TestNextUChar(cnv, source, limit, results2, "UTF-16"); in TestUTF16() [all …]
|