Home
last modified time | relevance | path

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

/third_party/libxml2/
DxmlIO.c85 #define MINLEN 40 macro
87 #define MINLEN 4000 macro
3247 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3248 len = MINLEN; in xmlParserInputBufferGrow()
3377 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3378 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3394 if ((xmlBufUse(out->buffer) < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
3423 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3592 if ((xmlBufUse(out->buffer) < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3622 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c116 #define MINLEN 40 macro
118 #define MINLEN 4000 macro
3247 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3248 len = MINLEN; in xmlParserInputBufferGrow()
3377 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3378 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3394 if ((xmlBufUse(out->buffer) < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
3416 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3583 if ((xmlBufUse(out->buffer) < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3606 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/third_party/icu/icu4c/source/common/
Duloc_tag.cpp60 #define MINLEN 2 macro
2067 if (tagLen < MINLEN) { in ultag_parse()
/third_party/node/deps/icu-small/source/common/
Duloc_tag.cpp60 #define MINLEN 2 macro
2067 if (tagLen < MINLEN) { in ultag_parse()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp57 #define MINLEN 2 macro
2099 if (tagLen < MINLEN) { in ultag_parse()
/third_party/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp60 #define MINLEN 2 macro
2067 if (tagLen < MINLEN) { in ultag_parse()