Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c6788 const char * localeconv_key; in S_emulate_langinfo() local
6813 localeconv_key = CURRENCY_SYMBOL_LITERAL; in S_emulate_langinfo()
6846 localeconv_key = THOUSANDS_SEP_LITERAL; in S_emulate_langinfo()
6914 localeconv_key = DECIMAL_POINT_LITERAL; in S_emulate_langinfo()
6931 SV* string = hv_delete(result_hv, localeconv_key, localeconv_klen, 0); in S_emulate_langinfo()