Searched refs:utf8cnv (Results 1 – 1 of 1) sorted by relevance
5398 UConverter *utf8cnv; in TestJitterbug981() local5402 utf8cnv = ucnv_open ("utf8", &status); in TestJitterbug981()5410 ucnv_close(utf8cnv); in TestJitterbug981()5418 ucnv_close(utf8cnv); in TestJitterbug981()5421 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv); in TestJitterbug981()5426 ucnv_reset(utf8cnv); in TestJitterbug981()5432 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap, in TestJitterbug981()5442 ucnv_close(utf8cnv); in TestJitterbug981()