Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp817 char cSeparator; in AFNumber_Format() local
819 cSeparator = ','; in AFNumber_Format()
821 cSeparator = '.'; in AFNumber_Format()
824 strValue.Insert(iDecPositive, cSeparator); in AFNumber_Format()