Home
last modified time | relevance | path

Searched refs:__fm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dtime.h481 const string_type& __fm = this->__c(); in do_get() local
482 …__b = get(__b, __e, __iob, __err, __tm, __fm.data(), __fm.data() + __fm.size()… in do_get()
489 const char_type __fm[] = {'%', 'm', '/', '%', 'd', '/', '%', 'y'}; in do_get() local
490 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0… in do_get()
493 const char_type __fm[] = {'%', 'Y', '-', '%', 'm', '-', '%', 'd'}; in do_get() local
494 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0… in do_get()
519 const char_type __fm[] = {'%', 'I', ':', '%', 'M', ':', '%', 'S', ' ', '%', 'p'}; in do_get() local
520 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0… in do_get()
523 const char_type __fm[] = {'%', 'H', ':', '%', 'M'}; in do_get() local
524 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0… in do_get()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale1924 const string_type& __fm = this->__c();
1925 …__b = get(__b, __e, __iob, __err, __tm, __fm.data(), __fm.data() + __fm.size()…
1932 const char_type __fm[] = {'%', 'm', '/', '%', 'd', '/', '%', 'y'};
1933 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0…
1936 const char_type __fm[] = {'%', 'Y', '-', '%', 'm', '-', '%', 'd'};
1937 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0…
1962 const char_type __fm[] = {'%', 'I', ':', '%', 'M', ':', '%', 'S', ' ', '%', 'p'};
1963 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0…
1966 const char_type __fm[] = {'%', 'H', ':', '%', 'M'};
1967 …b = get(__b, __e, __iob, __err, __tm, __fm, __fm + sizeof(__fm) / sizeof(__fm[0…
[all …]