Lines Matching refs:rSep
499 const String& rSep = pFormatter->GetNumThousandSep(); in GetThousandSep() local
501 bool bSpaceBreak = rSep.GetChar(0) == 0xa0 && rString.GetChar(0) == 0x20 && in GetThousandSep()
502 rSep.Len() == 1 && rString.Len() == 1; in GetThousandSep()
503 if (!( (rString == rSep || bSpaceBreak) // nothing else in GetThousandSep()
522 nPos = nPos + rSep.Len(); in GetThousandSep()
733 const String& rSep = pFormatter->GetNumDecimalSep(); in GetDecSep() local
734 if ( rString.Equals( rSep, nPos, rSep.Len() ) ) in GetDecSep()
736 nPos = nPos + rSep.Len(); in GetDecSep()
751 const String& rSep = pFormatter->GetLocaleData()->getTime100SecSep(); in GetTime100SecSep() local
752 if ( rString.Equals( rSep, nPos, rSep.Len() ) ) in GetTime100SecSep()
754 nPos = nPos + rSep.Len(); in GetTime100SecSep()
2013 const String& rSep = pFormatter->GetLocaleData()->getLongDateDayOfWeekSep(); in ScanEndString() local
2014 if ( StringContains( rSep, rString, nPos ) ) in ScanEndString()
2016 nPos = nPos + rSep.Len(); in ScanEndString()