HomeSort by relevance Sort by last modified time
    Searched defs:UPP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 279 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
300 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
    [all...]
  /external/libxml2/
HTMLparser.c 282 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
303 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
    [all...]

Completed in 186 milliseconds