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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 121 int CPDF_Font::CountChar(const FX_CHAR* pString, int size) const {
fpdf_font_cid.cpp 679 int CPDF_CMap::CountChar(const FX_CHAR* pString, int size) const {
cpdf_cidfont.cpp 749 int CPDF_CIDFont::CountChar(const FX_CHAR* pString, int size) const {
750 return m_pCMap->CountChar(pString, size);

Completed in 54 milliseconds