[][src]Struct pure_rust_locales::or_IN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

pub fn abday() -> &'static [&'static str][src]

$["ରବ\u{b3f}", "ସୋମ", "ମଙ\u{b4d}ଗଳ", "ବ\u{b41}ଧ", "ଗ\u{b41}ର\u{b41}", "ଶ\u{b41}କ\u{b4d}ର", "ଶନ\u{b3f}"]

pub fn abmon() -> &'static [&'static str][src]

$["ଜ\u{b3e}ନ\u{b41}ଆରୀ", "ଫେବ\u{b43}ଆରୀ", "ମ\u{b3e}ର\u{b4d}ଚ\u{b4d}ଚ", "ଅପ\u{b4d}ରେଲ", "ମଇ", "ଜ\u{b41}ନ", "ଜ\u{b41}ଲ\u{b3e}ଇ", "ଅଗଷ\u{b4d}ଟ", "ସେପ\u{b4d}ଟେମ\u{b4d}ବର", "ଅକ\u{b4d}ଟୋବର", "ନଭେମ\u{b4d}ବର", "ଡ\u{b3f}ସେମ\u{b4d}ବର"]

pub fn alt_digits() -> &'static [&'static str][src]

$["୦", "୧", "୨", "୩", "୪", "୫", "୬", "୭", "୮", "୯", "୧୦", "୧୧", "୧୨", "୧୩", "୧୪", "୧୫", "୧୬", "୧୭", "୧୮", "୧୯", "୨୦", "୨୧", "୨୨", "୨୩", "୨୪", "୨୫", "୨୬", "୨୭", "୨୮", "୨୯", "୩୦", "୩୧", "୩୨", "୩୩", "୩୪", "୩୫", "୩୬", "୩୭", "୩୮", "୩୯", "୪୦", "୪୧", "୪୨", "୪୩", "୪୪", "୪୫", "୪୬", "୪୭", "୪୮", "୪୯", "୫୦", "୫୧", "୫୨", "୫୩", "୫୪", "୫୫", "୫୬", "୫୭", "୫୮", "୫୯", "୬୦", "୬୧", "୬୨", "୬୩", "୬୪", "୬୫", "୬୬", "୬୭", "୬୮", "୬୯", "୭୦", "୭୧", "୭୨", "୭୩", "୭୪", "୭୫", "୭୬", "୭୭", "୭୮", "୭୯", "୮୦", "୮୧", "୮୨", "୮୩", "୮୪", "୮୫", "୮୬", "୮୭", "୮୮", "୮୯", "୯୦", "୯୧", "୯୨", "୯୩", "୯୪", "୯୫", "୯୬", "୯୭", "୯୮", "୯୯"]

pub fn am_pm() -> &'static [&'static str][src]

$["AM", "PM"]

pub fn d_fmt() -> &'static str[src]

"%Od-%Om-%Oy"

pub fn d_t_fmt() -> &'static str[src]

"%Oe %B %Oy %OI:%OM:%OS %p %Z"

pub fn day() -> &'static [&'static str][src]

$["ରବ\u{b3f}ବ\u{b3e}ର", "ସୋମବ\u{b3e}ର", "ମଙ\u{b4d}ଗଳବ\u{b3e}ର", "ବ\u{b41}ଧବ\u{b3e}ର", "ଗ\u{b41}ର\u{b41}ବ\u{b3e}ର", "ଶ\u{b41}କ\u{b4d}ରବ\u{b3e}ର", "ଶନ\u{b3f}ବ\u{b3e}ର"]

pub fn mon() -> &'static [&'static str][src]

$["ଜ\u{b3e}ନ\u{b41}ଆରୀ", "ଫେବ\u{b43}ଆରୀ", "ମ\u{b3e}ର\u{b4d}ଚ\u{b4d}ଚ", "ଅପ\u{b4d}ରେଲ", "ମଇ", "ଜ\u{b41}ନ", "ଜ\u{b41}ଲ\u{b3e}ଇ", "ଅଗଷ\u{b4d}ଟ", "ସେପ\u{b4d}ଟେମ\u{b4d}ବର", "ଅକ\u{b4d}ଟୋବର", "ନଭେମ\u{b4d}ବର", "ଡ\u{b3f}ସେମ\u{b4d}ବର"]

pub fn t_fmt() -> &'static str[src]

"%OI:%OM:%OS %p"

pub fn t_fmt_ampm() -> &'static str[src]

"%OI:%OM:%OS %p"

pub fn week() -> &'static [i64][src]

&[7, 19971130, 1]

Auto Trait Implementations

impl Unpin for LC_TIME

impl Send for LC_TIME

impl Sync for LC_TIME

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]