Searched refs:IS_LETTER (Results 1 – 20 of 20) sorted by relevance
339 while (! (IS_LETTER(val=xmlStringCurrentChar(NULL, format+ix, &len)) || in xsltNumberFormatTokenize()403 while (IS_LETTER(val) || IS_DIGIT(val)) { in xsltNumberFormatTokenize()412 while (! (IS_LETTER(val) || IS_DIGIT(val))) { in xsltNumberFormatTokenize()
1329 if (!IS_LETTER(val) && (val != '_')) in xsltScanNCName()1332 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xsltScanNCName()
199 #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c)) macro
232 #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c)) macro
827 if (!IS_LETTER(val) && (val != '_') && (val != ':')) in xmlPatScanName()830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName()865 if (!IS_LETTER(val) && (val != '_')) in xmlPatScanNCName()868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
403 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateNCName()407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName()490 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateQName()494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()503 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateQName()507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()574 if ((!IS_LETTER(c)) && (c != '_') && (c != ':')) in xmlValidateName()578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName()645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
2257 if ((!IS_LETTER(c) && (c != '_') && (c != ':'))) { in xmlParseSGMLCatalogName()2261 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
2886 if (!IS_LETTER(first) && (first != '_')) { in xmlSplitQName()2997 if (IS_LETTER(c) || (c == '_') || (c == ':')) in xmlIsNameStartChar()3032 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar()3121 (!IS_LETTER(c) && (c != '_') && in xmlParseNameComplex()3130 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
9862 (!IS_LETTER(c) && (c != '_') && in xmlXPathParseNameComplex()9868 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex()9889 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex()10439 (!IS_LETTER(c) && (c != '_') && in xmlXPathScanName()10445 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
2458 (!IS_LETTER(c) && (c != '_') && in htmlParseNameComplex()2464 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
3435 if (IS_LETTER(c) || (c == '_') || (c == ':')) in xmlIsDocNameStartChar()3469 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsDocNameChar()
2807 ret = (IS_LETTER(codepoint) || in xmlRegCheckCharacterRange()2813 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()
831 if (!IS_LETTER(val) && (val != '_') && (val != ':')) in xmlPatScanName()834 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanName()869 if (!IS_LETTER(val) && (val != '_')) in xmlPatScanNCName()872 while ((IS_LETTER(val)) || (IS_DIGIT(val)) || in xmlPatScanNCName()
406 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateNCName()410 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateNCName()493 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateQName()497 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()506 if ((!IS_LETTER(c)) && (c != '_')) in xmlValidateQName()510 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || in xmlValidateQName()577 if ((!IS_LETTER(c)) && (c != '_') && (c != ':')) in xmlValidateName()581 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateName()648 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()653 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') || in xmlValidateNMToken()
2253 if ((!IS_LETTER(c) && (c != '_') && (c != ':'))) { in xmlParseSGMLCatalogName()2257 while (((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseSGMLCatalogName()
9993 (!IS_LETTER(c) && (c != '_') && in xmlXPathParseNameComplex()9999 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathParseNameComplex()10023 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */ in xmlXPathParseNameComplex()10583 (!IS_LETTER(c) && (c != '_') && in xmlXPathScanName()10589 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlXPathScanName()
3063 if (!IS_LETTER(first) && (first != '_')) { in xmlSplitQName()3174 if (IS_LETTER(c) || (c == '_') || (c == ':')) in xmlIsNameStartChar()3209 if ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlIsNameChar()3298 (!IS_LETTER(c) && (c != '_') && in xmlParseNameComplex()3307 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in xmlParseNameComplex()
2498 (!IS_LETTER(c) && (c != '_') && in htmlParseNameComplex()2504 ((IS_LETTER(c)) || (IS_DIGIT(c)) || in htmlParseNameComplex()
2815 ret = (IS_LETTER(codepoint) || in xmlRegCheckCharacterRange()2821 ret = (IS_LETTER(codepoint) || IS_DIGIT(codepoint) || in xmlRegCheckCharacterRange()