OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_BIDICLASS_AL
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_bidi.cpp
33
case
FX_BIDICLASS_AL
:
fx_arabic.h
42
#define FX_BCAL
FX_BIDICLASS_AL
fx_arabic.cpp
341
FX_BIDICLASS_EN,
FX_BIDICLASS_AL
, FX_BIDICLASS_NSM, FX_BIDICLASS_CS,
664
FXSYS_assert(iClsCur <
FX_BIDICLASS_AL
);
706
FXSYS_assert(iCls > FX_BIDICLASS_ON && iCls <
FX_BIDICLASS_AL
);
[
all
...]
/external/pdfium/core/include/fxcrt/
fx_ucd.h
20
FX_BIDICLASS_AL
= 5, // Arabic Letter
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
325
(iBidiCls == FX_BIDICLASS_R || iBidiCls ==
FX_BIDICLASS_AL
)
[
all
...]
Completed in 70 milliseconds