Lines Matching refs:STRING_NOTFOUND
175 if( nPos!=STRING_NOTFOUND ) in LeftShiftDecimalPoint()
436 if( nPos!=STRING_NOTFOUND ) in GetPosFormatString()
455 if( nPos!=STRING_NOTFOUND ) in GetNegFormatString()
464 if( nPos==STRING_NOTFOUND ) in GetNegFormatString()
482 if( nPos!=STRING_NOTFOUND ) in Get0FormatString()
490 if( nPos!=STRING_NOTFOUND ) in Get0FormatString()
495 if( nPos==STRING_NOTFOUND ) in Get0FormatString()
514 if( nPos!=STRING_NOTFOUND ) in GetNullFormatString()
522 if( nPos!=STRING_NOTFOUND ) in GetNullFormatString()
527 if( nPos!=STRING_NOTFOUND ) in GetNullFormatString()
568 bGenerateThousandSeparator = sFormatStrg.Search( ',' ) != STRING_NOTFOUND; in AnalyseFormatString()