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

/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5388 UConverter *utf8cnv; local
5392 utf8cnv = ucnv_open ("utf8", &status);
5400 ucnv_close(utf8cnv);
5408 ucnv_close(utf8cnv);
5411 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv);
5416 ucnv_reset(utf8cnv);
5422 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap,
5432 ucnv_close(utf8cnv);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5383 UConverter *utf8cnv; local
5387 utf8cnv = ucnv_open ("utf8", &status);
5395 ucnv_close(utf8cnv);
5400 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv);
5405 ucnv_reset(utf8cnv);
5411 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap,
5421 ucnv_close(utf8cnv);

Completed in 1452 milliseconds