Lines Matching refs:pIntlWrapper
145 const IntlWrapper * pIntlWrapper in GetPresentation()
150 if (pIntlWrapper) in GetPresentation()
152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation()
154 rText += pIntlWrapper->getLocaleData()->getTime(aDateTime); in GetPresentation()
241 const IntlWrapper * pIntlWrapper in GetPresentation()
244 DBG_ASSERT(pIntlWrapper, in GetPresentation()
252 pIntlWrapper ? in GetPresentation()
253 pIntlWrapper->getLocale() : in GetPresentation()
256 else if (pIntlWrapper) in GetPresentation()
258 rText = pIntlWrapper->getLocaleData()->getDate(GetDateTime()); in GetPresentation()
260 rText += pIntlWrapper->getLocaleData()->getTime(GetDateTime()); in GetPresentation()