[][src]Struct pure_rust_locales::bo_IN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["ཉ\u{f72}་", "ཟ\u{fb3}་", "མ\u{f72}ར་", "ལ\u{fb7}ག་", "པ\u{f74}ར་", "སངས་", "ས\u{fa4}\u{f7a}ན་"]

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

$["ཟ\u{fb3}་༡", "ཟ\u{fb3}་༢", "ཟ\u{fb3}་༣", "ཟ\u{fb3}་༤", "ཟ\u{fb3}་༥", "ཟ\u{fb3}་༦", "ཟ\u{fb3}་༧", "ཟ\u{fb3}་༨", "ཟ\u{fb3}་༩", "ཟ\u{fb3}་༡༠", "ཟ\u{fb3}་༡༡", "ཟ\u{fb3}་༡༢"]

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

$["ངས་ཆ", "ཕ\u{fb1}\u{f72}་ཆ"]

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

"པས\u{fb1}\u{f72}་ལ\u{f7c}%y\nཟལ%mཚ\u{f7a}ས%d"

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

"པས\u{fb1}\u{f72}་ལ\u{f7c}%yཟལ%mཚ\u{f7a}ས\n%dཆ\u{f74}་ཚ\u{f7c}ད%Hཀསར་མ\n%Mཀསར་ཆ%S"

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

$["གཟའ་ཉ\u{f72}་མ་", "གཟའ་ཟ\u{fb3}་བ་", "གཟའ་མ\u{f72}ག་དམར་", "གཟའ་ལ\u{fb7}ག་ཕ་", "གཟའ་པ\u{f74}ར་བ\u{f74}་", "གཟའ་པ་སངས་", "གཟའ་ས\u{fa4}\u{f7a}ན་ཕ་"]

pub fn first_weekday() -> i64[src]

2

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

$["ཟ\u{fb3}་བ་དང་པ་", "ཟ\u{fb3}་བ་གཉ\u{f72}ས་པ་", "ཟ\u{fb3}་བ་གས\u{f74}མ་པ་", "ཟ\u{fb3}་བ་བཞ\u{f72}་པ་", "ཟ\u{fb3}་བ་ལ\u{f94}་ཕ་", "ཟ\u{fb3}་བ་ད\u{fb2}\u{f74}ག་པ་", "ཟ\u{fb3}་བ་བད\u{f74}ནཔ་", "ཟ\u{fb3}་བ་བར\u{f92}\u{fb1}ད་པ་", "ཟ\u{fb3}་བ་དག\u{f74}་པ་", "ཟ\u{fb3}་བ་བཅ\u{f74}་པ་", "ཟ\u{fb3}་བ་བཅ\u{f74}་གཅ\u{f72}ག་པ་", "ཟ\u{fb3}་བ་བཅ\u{f74}་གཉ\u{f72}ས་པ་"]

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

"ཆ\u{f74}་ཚ\u{f7c}ད\n%Hཀསར་མ\n%Mཀསར་ཆ%S"

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

"ཆ\u{f74}་ཚ\u{f7c}ད\n%Iཀསར་མ\n%Mཀསར་ཆ%S \n%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]