Lines Matching refs:pLoc
703 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in GetTimeAmPm() local
704 if ( StringContains( pChr->upper( pLoc->getTimeAM() ), rString, nPos ) ) in GetTimeAmPm()
707 nPos = nPos + pLoc->getTimeAM().Len(); in GetTimeAmPm()
710 else if ( StringContains( pChr->upper( pLoc->getTimePM() ), rString, nPos ) ) in GetTimeAmPm()
713 nPos = nPos + pLoc->getTimePM().Len(); in GetTimeAmPm()
998 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in GetDateRef() local
1010 DateFmt = pLoc->getDateFormat(); in GetDateRef()
1020 DateFmt = pLoc->getDateFormat(); in GetDateRef()
1032 DateFmt = pLoc->getDateFormat(); in GetDateRef()
1367 pCal->loadCalendar( aOrgCalendar, pLoc->getLocale() ); // restore calendar in GetDateRef()
1649 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in ScanMidString() local
1651 const String& rTime = pLoc->getTimeSep(); in ScanMidString()
1677 SkipString( pLoc->getLongDateMonthSep(), rString, nPos ); in ScanMidString()
1695 SkipString( pLoc->getLongDateMonthSep(), rString, nPos ); in ScanMidString()
1755 if (nMonthPos == 1 && pLoc->getLongDateFormat() == MDY) in ScanMidString()
1758 if (SkipString( pLoc->getLongDateDaySep(), rString, nPos )) in ScanMidString()
1908 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in ScanEndString() local
1910 const String& rTime = pLoc->getTimeSep(); in ScanEndString()