Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp1069 char cSeperator; in AFPercent_Format() local
1071 cSeperator = ','; in AFPercent_Format()
1073 cSeperator = '.'; in AFPercent_Format()
1076 strValue.Insert(iDecPositive, cSeperator); in AFPercent_Format()