| /AOO42X/main/i18npool/source/calendar/ |
| H A D | calendar_gregorian.cxx | 799 sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode, sal_Int16 value ) in NatNumForCalendar() argument 810 switch (nNativeNumberMode) { in NatNumForCalendar() 813 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM4 : NativeNumberMode::NATNUM7; in NatNumForCalendar() 817 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM5 : NativeNumberMode::NATNUM8; in NatNumForCalendar() 828 return nNativeNumberMode; in NatNumForCalendar() 958 Calendar_gregorian::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString() argument 1030 return getDisplayString( CalendarDisplayCode::SHORT_ERA, nNativeNumberMode ) + in getDisplayString() 1031 getDisplayString( CalendarDisplayCode::SHORT_YEAR, nNativeNumberMode ); in getDisplayString() 1034 return getDisplayString( CalendarDisplayCode::LONG_ERA, nNativeNumberMode ) + in getDisplayString() 1035 getDisplayString( CalendarDisplayCode::LONG_YEAR, nNativeNumberMode ); in getDisplayString() [all …]
|
| H A D | calendar_jewish.cxx | 291 Calendar_jewish::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString() argument 294 nNativeNumberMode = NativeNumberMode::NATNUM2; // make Hebrew number for Jewish calendar in getDisplayString() 298 return aNatNum.getNativeNumberString(OUString::valueOf(value), aLocale, nNativeNumberMode ); in getDisplayString() 301 return Calendar_gregorian::getDisplayString(nCalendarDisplayCode, nNativeNumberMode ); in getDisplayString()
|
| H A D | calendarImpl.cxx | 290 CalendarImpl::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString() argument 294 return xCalendar->getDisplayString(nCalendarDisplayCode, nNativeNumberMode); in getDisplayString()
|
| /AOO42X/main/i18npool/source/nativenumber/ |
| H A D | nativenumbersupplier.cxx | 529 sal_Int16 nNativeNumberMode, Sequence< sal_Int32 >& offset) throw (RuntimeException) in getNativeNumberString() argument 534 if (isValidNatNum(rLocale, nNativeNumberMode)) { in getNativeNumberString() 536 switch (nNativeNumberMode) { in getNativeNumberString() 598 nNativeNumberMode == NativeNumberMode::NATNUM2); in getNativeNumberString() 607 sal_Int16 nNativeNumberMode) throw (RuntimeException) in getNativeNumberString() argument 610 return getNativeNumberString(aNumberString, rLocale, nNativeNumberMode, offset); in getNativeNumberString() 613 …berChar( const sal_Unicode inChar, const Locale& rLocale, sal_Int16 nNativeNumberMode ) throw(com:… in getNativeNumberChar() argument 615 if (nNativeNumberMode == NativeNumberMode::NATNUM0) { // Ascii in getNativeNumberChar() 622 else if (isNumber(inChar) && isValidNatNum(rLocale, nNativeNumberMode)) { in getNativeNumberChar() 624 switch (nNativeNumberMode) { in getNativeNumberChar() [all …]
|
| /AOO42X/main/unotools/source/i18n/ |
| H A D | nativenumberwrapper.cxx | 95 sal_Int16 nNativeNumberMode ) const in getNativeNumberString() 100 return xNNS->getNativeNumberString( rNumberString, rLocale, nNativeNumberMode ); in getNativeNumberString() 114 sal_Int16 nNativeNumberMode ) const in isValidNatNum() 119 return xNNS->isValidNatNum( rLocale, nNativeNumberMode ); in isValidNatNum() 133 sal_Int16 nNativeNumberMode ) const in convertToXmlAttributes() 138 return xNNS->convertToXmlAttributes( rLocale, nNativeNumberMode ); in convertToXmlAttributes()
|
| H A D | calendarwrapper.cxx | 657 …endarWrapper::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) const in getDisplayString() 662 return xC->getDisplayString( nCalendarDisplayCode, nNativeNumberMode ); in getDisplayString()
|
| /AOO42X/main/offapi/com/sun/star/i18n/ |
| H A D | XNativeNumberSupplier.idl | 47 @param nNativeNumberMode 53 [in] short nNativeNumberMode ); 58 @param nNativeNumberMode 63 [in] short nNativeNumberMode ); 69 @param nNativeNumberMode 75 [in] short nNativeNumberMode );
|
| H A D | XExtendedCalendar.idl | 65 @param nNativeNumberMode 74 string getDisplayString( [in] long nCalendarDisplayCode, [in] short nNativeNumberMode );
|
| /AOO42X/main/i18npool/inc/ |
| H A D | nativenumbersupplier.hxx | 48 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ) 52 sal_Int16 nNativeNumberMode ) 56 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ) 73 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode, 77 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode )
|
| H A D | calendar_gregorian.hxx | 80 …AL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com… 165 …AL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com…
|
| H A D | calendar_jewish.hxx | 41 …AL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com…
|
| H A D | transliteration_Numeric.hxx | 56 sal_Int16 nNativeNumberMode; member in com::sun::star::i18n::transliteration_Numeric
|
| H A D | calendarImpl.hxx | 81 …AL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com…
|
| /AOO42X/main/unotools/inc/unotools/ |
| H A D | nativenumberwrapper.hxx | 56 sal_Int16 nNativeNumberMode ) const; 60 sal_Int16 nNativeNumberMode ) const; 64 sal_Int16 nNativeNumberMode ) const;
|
| H A D | calendarwrapper.hxx | 103 String getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) const;
|
| /AOO42X/main/i18npool/source/transliteration/ |
| H A D | transliteration_Numeric.cxx | 127 …eOffset).getNativeNumberString( inStr.copy(startPos, nCount), aLocale, nNativeNumberMode, offset ); in transliterate() 142 return NativeNumberSupplier().getNativeNumberChar( inChar, aLocale, nNativeNumberMode ); in transliterateChar2Char()
|
| H A D | texttonum.cxx | 40 nNativeNumberMode = 0; \
|
| H A D | chartonum.cxx | 40 nNativeNumberMode = 0; \
|
| H A D | numtochar.cxx | 40 nNativeNumberMode = number; \
|
| H A D | numtotext_cjk.cxx | 37 nNativeNumberMode = number; \
|