Searched refs:IsNum (Results 1 – 3 of 3) sorted by relevance
683 inline sal_Bool IsNum( sal_Unicode c ) in IsNum() function738 if( IsNum( c ) ) in ParseDouble()757 if( IsNum( c ) ) in ParseDouble()774 if( IsNum( c ) ) in ParseDouble()790 if( IsNum( c ) ) in ParseDouble()800 if( IsNum( c ) ) in ParseDouble()817 else if( !IsNum( c ) ) in ParseDouble()821 if( IsNum( c ) ) in ParseDouble()835 if( IsNum( c ) ) in ParseDouble()
120 IsNum[i] = sal_False; in Reset()384 IsNum[nAnzStrings] = sal_True; in NumberStringDivision()394 IsNum[nAnzStrings] = sal_False; in NumberStringDivision()505 && IsNum[nStringPos+1] )) // number follows in GetThousandSep()828 if ( i < nAnzStrings && IsNum[i] ) in GetNextNumber()
78 sal_Bool IsNum[SV_MAX_ANZ_INPUT_STRINGS]; // Whether a substring is numeric member in ImpSvNumberInputScan
Completed in 31 milliseconds