Searched refs:rThSep (Results 1 – 3 of 3) sorted by relevance
316 const String& rThSep = pFormatter->GetNumThousandSep(); in SkipThousands() local327 if ( StringPtrContains( rThSep, pHere-1, 0 ) ) in SkipThousands()331 pHere += rThSep.Len()-1; in SkipThousands()365 pHere -= nCounter + rThSep.Len(); // put back ThSep also in SkipThousands()
2718 const String& rThSep = GetNumThousandSep(); in GenerateFormat() local2726 sString += rThSep; in GenerateFormat()2736 sString.Insert( rThSep, 0 ); in GenerateFormat()2746 sString.Insert( rThSep, 0 ); in GenerateFormat()
619 const String& rThSep = GetFormatter().GetNumThousandSep(); in SvNumberformat() local620 if ( rThSep.GetChar(0) == cNBSp && rThSep.Len() == 1 ) in SvNumberformat()
Completed in 110 milliseconds