Searched refs:nbchars (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c3052 int nbchars = 0; local
3074 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3075 if (nbchars < 0) {
3082 nbchars = len;
3083 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
3090 nbchars, in->buffer->use, in->buffer->size);
3092 return(nbchars);
3127 int nbchars = 0; local
3185 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3186 if (nbchars <
3246 int nbchars = 0; /* number of chars to output to I/O */ local
3410 int nbchars = 0; /* number of chars to output to I/O */ local
3563 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1153 int nbchars; local
1238 nbchars = xmlCharEncInFunc(input->buf->encoder,
1248 nbchars = xmlCharEncFirstLineInt(input->buf->encoder,
1253 if (nbchars < 0) {
H A Dparser.c2512 int nbchars = 0; local
2547 COPY_BUF(0,buffer,nbchars,val);
2549 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2566 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2567 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2583 buffer[nbchars++] = *current++;
2584 if (nbchars >
2586 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2598 buffer[nbchars++] = '&';
2599 if (nbchars > buffer_siz
11754 int nbchars; local
[all...]
H A DHTMLparser.c3509 int nbchars; local
3517 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3520 if (nbchars < 0) {
5934 int nbchars; local
5936 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5937 if (nbchars < 0) {
/external/libxml2/
H A DxmlIO.c3178 int nbchars = 0; local
3200 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3201 if (nbchars < 0) {
3208 nbchars = len;
3209 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
3216 nbchars, in->buffer->use, in->buffer->size);
3218 return(nbchars);
3253 int nbchars = 0; local
3311 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3312 if (nbchars <
3372 int nbchars = 0; /* number of chars to output to I/O */ local
3536 int nbchars = 0; /* number of chars to output to I/O */ local
3689 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1153 int nbchars; local
1238 nbchars = xmlCharEncInFunc(input->buf->encoder,
1248 nbchars = xmlCharEncFirstLineInt(input->buf->encoder,
1253 if (nbchars < 0) {
H A Dparser.c2633 int nbchars = 0; local
2668 COPY_BUF(0,buffer,nbchars,val);
2670 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2687 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2688 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2704 buffer[nbchars++] = *current++;
2705 if (nbchars >
2707 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2719 buffer[nbchars++] = '&';
2720 if (nbchars > buffer_siz
11749 int nbchars; local
[all...]
H A DHTMLparser.c3514 int nbchars; local
3522 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3525 if (nbchars < 0) {
5939 int nbchars; local
5941 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5942 if (nbchars < 0) {

Completed in 106 milliseconds