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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
243 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
2853 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2854 (UPP(2) == 'S') && (UPP(3) == 'T') &&
2855 (UPP(4) == 'E') && (UPP(5) == 'M')) {
2867 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
2868 (UPP(2) == 'B') && (UPP(
[all...]

Completed in 38 milliseconds