HomeSort by relevance Sort by last modified time
    Searched full:upchar (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_ext.h 52 char upchar = std::toupper(c); local
53 return upchar > '9' ? upchar - 'A' + 10 : upchar - '0';

Completed in 45 milliseconds