Searched refs:l (Results 1 – 6 of 6) sorted by relevance
/locale/ |
A D | nl_langinfo_l.c | 30 __nl_langinfo_l (nl_item item, locale_t l) in __nl_langinfo_l() argument 43 return (char *) l->__names[category]; in __nl_langinfo_l() 58 data = l->__locales[category]; in __nl_langinfo_l()
|
A D | localeinfo.h | 313 _nl_lookup (locale_t l, int category, int item) 315 return l->__locales[category]->values[_NL_ITEM_INDEX (item)].string; 320 _nl_lookup_wstr (locale_t l, int category, int item) in _nl_lookup_wstr() argument 322 return (wchar_t *) l->__locales[category] in _nl_lookup_wstr() 328 _nl_lookup_word (locale_t l, int category, int item) in _nl_lookup_word() argument 330 return l->__locales[category]->values[_NL_ITEM_INDEX (item)].word; in _nl_lookup_word()
|
A D | Versions | 15 # l*
|
A D | C-translit.h.in | 124 "\x03bb" "l" # <U03BB> GREEK SMALL LETTER LAMDA 250 "\x043b" "l" # <U043B> CYRILLIC SMALL LETTER EL 279 "\x0459" "l`" # <U0459> CYRILLIC SMALL LETTER LJE 425 "\x2113" "l" # <U2113> SCRIPT SMALL L 493 "\x217c" "l" # <U217C> SMALL ROMAN NUMERAL FIFTY 623 "\x24a7" "(l)" # <U24A7> PARENTHESIZED LATIN SMALL LETTER L 675 "\x24db" "(l)" # <U24DB> CIRCLED LATIN SMALL LETTER L 960 "\xff4c" "l" # <UFF4C> FULLWIDTH LATIN SMALL LETTER L 1016 "\x0001d425" "l" # <U0001D425> MATHEMATICAL BOLD SMALL L 1067 "\x0001d459" "l" # <U0001D459> MATHEMATICAL ITALIC SMALL L [all …]
|
A D | iso-639.def | 363 DEFINE_LANGUAGE_CODE ("Norwegian Bokmål", nb, nob, nob)
|
/locale/programs/ |
A D | linereader.c | 433 #define ADDS(s, l) \ argument 436 size_t _l = (l); \
|
Completed in 15 milliseconds