Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp990 char cSeperator; in AFNumber_Format() local
992 cSeperator = ','; in AFNumber_Format()
994 cSeperator = '.'; in AFNumber_Format()
997 strValue.Insert(iDecPositive, cSeperator); in AFNumber_Format()
1274 char cSeperator; in AFPercent_Format() local
1276 cSeperator = ','; in AFPercent_Format()
1278 cSeperator = '.'; in AFPercent_Format()
1281 strValue.Insert(iDecPositive, cSeperator); in AFPercent_Format()