Searched refs:utf8cnv (Results 1 – 1 of 1) sorted by relevance
5386 UConverter *utf8cnv; in TestJitterbug981() local5390 utf8cnv = ucnv_open ("utf8", &status); in TestJitterbug981()5398 ucnv_close(utf8cnv); in TestJitterbug981()5406 ucnv_close(utf8cnv); in TestJitterbug981()5409 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv); in TestJitterbug981()5414 ucnv_reset(utf8cnv); in TestJitterbug981()5420 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap, in TestJitterbug981()5430 ucnv_close(utf8cnv); in TestJitterbug981()