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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.cpp 87 CXML_Element* pNumberSymbols =
89 if (!pNumberSymbols) {
92 wsDtSymbol = pNumberSymbols->GetContent(0);
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 111 CXML_Element* pNumberSymbols =
113 if (!pNumberSymbols) {
117 FX_GetXMLContent(bsSpace, pNumberSymbols, "numberSymbol", wsName);
124 CXML_Element* pNumberSymbols =
126 if (!pNumberSymbols) {
129 wsDtSymbol = pNumberSymbols->GetContent(0);
    [all...]

Completed in 441 milliseconds