Home
last modified time | relevance | path

Searched refs:utf8cnv (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5398 UConverter *utf8cnv; in TestJitterbug981() local
5402 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()