Home
last modified time | relevance | path

Searched refs:charVal (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp177 FX_CHAR charVal; in UpdateWidgetProperty() local
189 if (pAcc->GetBarcodeAttribute_StartChar(charVal)) { in UpdateWidgetProperty()
190 pBarCodeWidget->SetStartChar(charVal); in UpdateWidgetProperty()
192 if (pAcc->GetBarcodeAttribute_EndChar(charVal)) { in UpdateWidgetProperty()
193 pBarCodeWidget->SetEndChar(charVal); in UpdateWidgetProperty()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java2141 int charVal = ANTLRLiteralEscapedCharValue[escChar]; in getCharValueFromGrammarCharLiteral() local
2142 if ( charVal==0 ) { in getCharValueFromGrammarCharLiteral()
2146 return charVal; in getCharValueFromGrammarCharLiteral()