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

  /external/pdfium/core/include/fxcrt/
fx_ucd.h 50 #define FX_BIDICLASSBITS 6
51 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS)
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 27 FX_INT32 iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
fx_unicode.cpp 32 FX_INT32 iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;

Completed in 82 milliseconds