Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1161 char cSeperator; in AFNumber_Format() local
1163 cSeperator = ','; in AFNumber_Format()
1165 cSeperator = '.'; in AFNumber_Format()
1173 strValue.Insert(iDecPositive, cSeperator); in AFNumber_Format()
1497 char cSeperator; in AFPercent_Format() local
1499 cSeperator = ','; in AFPercent_Format()
1501 cSeperator = '.'; in AFPercent_Format()
1509 strValue.Insert(iDecPositive,cSeperator); in AFPercent_Format()