• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:CUR

1467  *   CUR     returns the current xmlChar value, i.e. a 8 bit value if compiled
1471 * RAW same as CUR but in the input buffer, bypass any token
1473 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1493 #define CUR (*ctxt->input->cur)
1603 * It's Okay to use CUR/NEXT here since all the blanks are on
1628 cur = CUR;
1631 cur = CUR;
1637 cur = CUR;
1673 return(CUR);
1722 * Using RAW/CUR/NEXT is okay since we are working on ASCII range here
1734 val = val * 16 + (CUR - '0');
1736 val = val * 16 + (CUR - 'a') + 10;
1738 val = val * 16 + (CUR - 'A') + 10;
1765 val = val * 10 + (CUR - '0');
3379 cur = CUR;
3400 cur = CUR;
3404 cur = CUR;
3728 if (!IS_BLANK_CH(CUR)) {
3739 if (!IS_BLANK_CH(CUR)) {
3752 if (!IS_BLANK_CH(CUR)) {
4195 cur = CUR;
4296 if (!IS_BLANK_CH(CUR)) {
4308 if (!IS_BLANK_CH(CUR)) {
4504 if ((RAW != '>') && (!IS_BLANK_CH(CUR))) {
4511 if (!IS_BLANK_CH(CUR)) {
4638 if (!IS_BLANK_CH(CUR)) {
4779 if (!IS_BLANK_CH(CUR)) {
4891 if (!IS_BLANK_CH(CUR)) {
4919 if (!IS_BLANK_CH(CUR)) {
4932 if (!IS_BLANK_CH(CUR)) {
4952 if (!IS_BLANK_CH(CUR)) {
5186 if (type == 0) type = CUR;
5191 else if (type != CUR) {
5226 if (type == 0) type = CUR;
5231 else if (type != CUR) {
5453 if (!IS_BLANK_CH(CUR)) {
5466 if (!IS_BLANK_CH(CUR)) {
5583 } else if (IS_BLANK_CH(CUR)) {
5705 if (CUR == '<') {
5777 if (!IS_BLANK_CH(CUR)) {
5790 if (!IS_BLANK_CH(CUR)) {
5863 (RAW == '%') || IS_BLANK_CH(CUR)) {
5870 } else if (IS_BLANK_CH(CUR)) {
7466 if (CUR == ':') {
7477 if (CUR == ':') {
7492 if (CUR == ':') {
8686 cur = CUR;
8705 cur=CUR;
8775 cur = CUR;
8786 cur = CUR;
8806 cur = CUR;
8810 cur = CUR;
9093 IS_BLANK_CH(CUR)) {
9096 } else if (IS_BLANK_CH(CUR)) {
9159 if (CUR == 0) {
9319 if (CUR == 0) {