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()
1644 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in ScanMidString() local
1646 const String& rTime = pLoc->getTimeSep(); in ScanMidString()
1672 SkipString( pLoc->getLongDateMonthSep(), rString, nPos ); in ScanMidString()
1690 SkipString( pLoc->getLongDateMonthSep(), rString, nPos ); in ScanMidString()
1750 if (nMonthPos == 1 && pLoc->getLongDateFormat() == MDY) in ScanMidString()
1753 if (SkipString( pLoc->getLongDateDaySep(), rString, nPos )) in ScanMidString()
1903 const LocaleDataWrapper* pLoc = pFormatter->GetLocaleData(); in ScanEndString() local
1905 const String& rTime = pLoc->getTimeSep(); in ScanEndString()