Home
last modified time | relevance | path

Searched refs:cIntntlComma (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
83 cIntntlComma = (char)cDecimalSep; in ImpScan()
89 cIntntlComma = cNonIntntlComma; in ImpScan()
95 cNonIntntlComma = cIntntlComma; in ImpScan()
111 if( isdigit( *p ) ||( (*p == cNonIntntlComma || *p == cIntntlComma || in ImpScan()
121 if( cIntntlComma != cNonIntntlComma ) in ImpScan()
122 aSearchStr += cIntntlComma; in ImpScan()
136 if( *p == cNonIntntlComma || *p == cIntntlComma ) in ImpScan()

Completed in 21 milliseconds