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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 241 CFX_WideString wsLanguage;
242 this->GetParser()->GetNotify()->GetAppProvider()->GetLanguage(wsLanguage);
244 (CXFA_Node*)this->GetXFANode(XFA_HASHCODE_LocaleSet), wsLanguage);
xfa_script_hostpseudomodel.cpp 109 CFX_WideString wsLanguage;
110 pNotify->GetAppProvider()->GetLanguage(wsLanguage);
111 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsLanguage));

Completed in 173 milliseconds