Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dencoding.h133 #define ICU_PIVOT_BUF_SIZE 1024 macro
137 UChar pivot_buf[ICU_PIVOT_BUF_SIZE];
/third_party/libxml2/
Dencoding.c1905 cd->pivot_buf + ICU_PIVOT_BUF_SIZE, 0, flush, &err); in xmlUconvWrapper()
1911 cd->pivot_buf + ICU_PIVOT_BUF_SIZE, 0, flush, &err); in xmlUconvWrapper()
/third_party/chromium/patch/
D0001-cve.patch118836 +#define ICU_PIVOT_BUF_SIZE 1024
118841 + UChar pivot_buf[ICU_PIVOT_BUF_SIZE];
121822 -#define ICU_PIVOT_BUF_SIZE 1024
121826 - UChar pivot_buf[ICU_PIVOT_BUF_SIZE];