Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h137 UChar pivot_buf[ICU_PIVOT_BUF_SIZE]; member
/external/libxml2/
Dencoding.c113 conv->pivot_source = conv->pivot_buf; in openIcuConverter()
114 conv->pivot_target = conv->pivot_buf; in openIcuConverter()
1883 &ucv_in, ucv_in + *inlen, cd->pivot_buf, in xmlUconvWrapper()
1885 cd->pivot_buf + ICU_PIVOT_BUF_SIZE, 0, flush, &err); in xmlUconvWrapper()
1889 &ucv_in, ucv_in + *inlen, cd->pivot_buf, in xmlUconvWrapper()
1891 cd->pivot_buf + ICU_PIVOT_BUF_SIZE, 0, flush, &err); in xmlUconvWrapper()
1898 cd->pivot_source = cd->pivot_target = cd->pivot_buf; in xmlUconvWrapper()