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

  /external/pdfium/xfa/fxfa/parser/
cxfa_data.cpp 22 while (FXSYS_iswspace(str[cc]) && cc < len)
37 while (FXSYS_iswspace(str[cc]) && cc < len)
49 while (FXSYS_iswspace(str[cc]) && cc < len)
xfa_localevalue.cpp 223 while (FXSYS_iswspace(str[cc]) && cc < len) {
299 while (FXSYS_iswspace(str[cc]) && cc < len) {
  /external/pdfium/core/fxcrt/
fx_ext.h 51 inline bool FXSYS_iswspace(FX_WCHAR c) {
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 127 while (cc < len && FXSYS_iswspace(str[cc]))
    [all...]

Completed in 746 milliseconds