[][src]Struct pure_rust_locales::mnw_MM::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["ဒ\u{102d}\u{102f}တ\u{103a}", "စန\u{103a}", "ၚာ", "ဝါ", "တ\u{102d}", "သ\u{102d}\u{102f}က\u{103a}", "သဝ\u{103a}"]

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

$["ဂျာန\u{103a}", "ဝ\u{103e}ေဝ\u{103a}", "မာတ\u{103a}", "အေ", "မေ", "ဂျ\u{102f}န\u{103a}", "ဂျ\u{1030}", "အဝ\u{103a}", "သ\u{102d}ပ\u{103a}", "အ\u{1036}က\u{103a}", "နဝ\u{103a}", "ဒ\u{1033}"]

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

$["၀၀", "၀၁", "၀၂", "၀၃", "၀၄", "၀၅", "၀၆", "၀၇", "၀၈", "၀၉", "၁၀", "၁၁", "၁၂", "၁၃", "၁၄", "၁၅", "၁၆", "၁၇", "၁၈", "၁၉", "၂၀", "၂၁", "၂၂", "၂၃", "၂၄", "၂၅", "၂၆", "၂၇", "၂၈", "၂၉", "၃၀", "၃၁", "၃၂", "၃၃", "၃၄", "၃၅", "၃၆", "၃၇", "၃၈", "၃၉", "၄၀", "၄၁", "၄၂", "၄၃", "၄၄", "၄၅", "၄၆", "၄၇", "၄၈", "၄၉", "၅၀", "၅၁", "၅၂", "၅၃", "၅၄", "၅၅", "၅၆", "၅၇", "၅၈", "၅၉", "၆၀", "၆၁", "၆၂", "၆၃", "၆၄", "၆၅", "၆၆", "၆၇", "၆၈", "၆၉", "၇၀", "၇၁", "၇၂", "၇၃", "၇၄", "၇၅", "၇၆", "၇၇", "၇၈", "၇၉", "၈၀", "၈၁", "၈၂", "၈၃", "၈၄", "၈၅", "၈၆", "၈၇", "၈၈", "၈၉", "၉၀", "၉၁", "၉၂", "၉၃", "၉၄", "၉၅", "၉၆", "၉၇", "၉၈", "၉၉"]

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

$["ဂယး", "တ\u{1039}ၚ\u{1032}စေၚ\u{103a}"]

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

"%OC%Oy %b %Od %A"

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

"%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z"

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

$["အဒ\u{102d}\u{102f}တ\u{103a}", "စန\u{103a}", "အၚာ", "ဗ\u{102f}ဒ\u{1039}ဓဝါ", "ဗြ\u{1034}ဗ\u{1039}တ\u{102d}", "သ\u{102d}\u{102f}က\u{103a}", "သ\u{1039}ၚ\u{102d}သဝ\u{103a}"]

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

$["ဂျာန\u{103a}နျ\u{1030}အာရ\u{1033}", "ဝ\u{103e}ေဝ\u{103a}ဗြ\u{1030}အာရ\u{1033}", "မာတ\u{103a}ချ\u{103a}", "အေပြေယ\u{103a}လ\u{103a}", "မေ", "ဂျ\u{102f}န\u{103a}", "ဂျ\u{1030}လာၚ\u{103a}", "အဝ\u{103a}ဂါတ\u{103a}", "သ\u{102d}ပ\u{103a}တ\u{102e}ဗာ", "အ\u{1036}က\u{103a}တဝ\u{103a}ဗာ", "နဝ\u{103a}ဝါမ\u{103a}ဗာ", "ဒ\u{1033}သ\u{102e}ဗာ"]

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]