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

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid");
42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16);
fx_locale.cpp 740 CFX_WideString wsLCID;
742 wsLCID += pStr[ccf++];
744 return wsLCID;
777 CFX_WideString wsLCID;
779 wsLCID += pStr[ccf++];
781 pLocale = GetPatternLocale(wsLCID);
836 CFX_WideString wsLCID;
838 wsLCID += pStr[ccf++];
840 pLocale = GetPatternLocale(wsLCID);
    [all...]

Completed in 46 milliseconds