| /trunk/main/i18npool/source/calendar/ |
| H A D | calendar_gregorian.cxx | 798 sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode, sal_Int16 value ) in NatNumForCalendar() argument 809 switch (nNativeNumberMode) { in NatNumForCalendar() 812 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM4 : NativeNumberMode::NATNUM7; in NatNumForCalendar() 816 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM5 : NativeNumberMode::NATNUM8; in NatNumForCalendar() 827 return nNativeNumberMode; in NatNumForCalendar() 956 Calendar_gregorian::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString() argument 1027 return getDisplayString( CalendarDisplayCode::SHORT_ERA, nNativeNumberMode ) + in getDisplayString() 1028 getDisplayString( CalendarDisplayCode::SHORT_YEAR, nNativeNumberMode ); in getDisplayString() 1031 return getDisplayString( CalendarDisplayCode::LONG_ERA, nNativeNumberMode ) + in getDisplayString() 1032 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 293 nNativeNumberMode = NativeNumberMode::NATNUM2; // make Hebrew number for Jewish calendar in getDisplayString() 297 return aNatNum.getNativeNumberString(OUString::valueOf(value), aLocale, nNativeNumberMode ); in getDisplayString() 300 return Calendar_gregorian::getDisplayString(nCalendarDisplayCode, nNativeNumberMode ); in getDisplayString()
|
| H A D | calendarImpl.cxx | 289 CalendarImpl::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString() argument 292 return xCalendar->getDisplayString(nCalendarDisplayCode, nNativeNumberMode); in getDisplayString()
|
| /trunk/main/i18npool/source/nativenumber/ |
| H A D | nativenumbersupplier.cxx | 529 sal_Int16 nNativeNumberMode, Sequence< sal_Int32 >& offset) 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) in getNativeNumberString() argument 610 return getNativeNumberString(aNumberString, rLocale, nNativeNumberMode, offset); in getNativeNumberString() 613 …getNativeNumberChar( const sal_Unicode inChar, const Locale& rLocale, sal_Int16 nNativeNumberMode ) 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 …]
|
| /trunk/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()
|
| /trunk/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 );
|
| /trunk/main/i18npool/inc/ |
| H A D | nativenumbersupplier.hxx | 48 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ); 51 sal_Int16 nNativeNumberMode ); 54 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ); 66 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode, 69 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode ) ;
|
| H A D | calendar_gregorian.hxx | 80 …:OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ); 165 …:OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode );
|
| H A D | calendar_jewish.hxx | 41 …:OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode );
|
| H A D | transliteration_Numeric.hxx | 50 sal_Int16 nNativeNumberMode; member in com::sun::star::i18n::transliteration_Numeric
|
| H A D | calendarImpl.hxx | 81 …:OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode );
|
| /trunk/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;
|
| /trunk/main/i18npool/source/transliteration/ |
| H A D | transliteration_Numeric.cxx | 124 …eOffset).getNativeNumberString( inStr.copy(startPos, nCount), aLocale, nNativeNumberMode, offset ); in transliterate() 139 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; \
|