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

  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]
fpdf_text.cpp 291 void NormalizeCompositeChar(FX_WCHAR wChar, CFX_WideString& sDest)
293 wChar = FX_GetMirrorChar(wChar, TRUE, FALSE);
295 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst);
297 sDest += wChar;
301 FX_Unicode_GetNormalization(wChar, pDst);
text_int.h 214 void NormalizeCompositeChar(FX_WCHAR wChar, CFX_WideString& sDest);

Completed in 3573 milliseconds