Home
last modified time | relevance | path

Searched refs:cIntntl1000 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx76 char cIntntlComma, cIntntl1000; in ImpScan() local
84 cIntntl1000 = (char)cThousandSep; in ImpScan()
90 cIntntl1000 = cNonIntntlComma; // Unschaedlich machen in ImpScan()
96 cIntntl1000 = (char)cThousandSep; in ImpScan()
112 *p == cIntntl1000) && isdigit( *(p+1 ) ) ) ) in ImpScan()
124 aSearchStr += cIntntl1000; in ImpScan()
129 if( bOnlyIntntl && *p == cIntntl1000 ) in ImpScan()

Completed in 19 milliseconds