Lines Matching defs:XMLCh
661 typedef unsigned int XMLCh;
968 Element *parse(XMLCh *buf,int pos,int len);
973 XMLCh *parsebuf;
1176 XMLCh ch = parsebuf[i];
1190 XMLCh ch = parsebuf[i];
1237 XMLCh ch = (XMLCh)str[i];
1290 XMLCh b = peek(p);
1304 XMLCh b = peek(p);
1323 XMLCh b = peek(p);
1376 XMLCh ch = peek(p);
1413 XMLCh ch = peek(p);
1439 XMLCh ch = peek(p);
1636 Element *Parser::parse(XMLCh *buf,int pos,int len)
1650 XMLCh *charbuf = new XMLCh[len + 1];
1653 charbuf[i] = (XMLCh)buf[i];
1664 XMLCh *charbuf = new XMLCh[len + 1];
1667 charbuf[i] = (XMLCh)buf[i];
1678 //##### LOAD INTO A CHAR BUF, THEN CONVERT TO XMLCh
1692 XMLCh *charbuf = new XMLCh[filelen + 1];
1693 for (XMLCh *p=charbuf ; !feof(f) ; p++)
1695 *p = (XMLCh)fgetc(f);
2067 XMLCh ch = (XMLCh) path[i];
2069 npath.push_back((XMLCh)'\\');
2360 portStr.push_back((XMLCh)ch);
2362 authority.push_back((XMLCh)ch);
2380 path.push_back((XMLCh)'/');
2387 path.push_back((XMLCh)ch);
2396 path.push_back((XMLCh)ch);
2416 query.push_back((XMLCh)ch);
2438 fragment.push_back((XMLCh)ch);
2501 XMLCh ch = (XMLCh) str[i];
2503 tmp.push_back((XMLCh)'/');