Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dlocale.c5651 const lconv_offset_t * category_strings = strings[i]; in S_populate_hash_from_C_localeconv() local
5656 assert(category_strings[1].name != NULL); in S_populate_hash_from_C_localeconv()
5667 while ((category_strings + stop_early)->name) { in S_populate_hash_from_C_localeconv()
5669 category_strings->name, in S_populate_hash_from_C_localeconv()
5670 strlen(category_strings->name), in S_populate_hash_from_C_localeconv()
5674 category_strings++; in S_populate_hash_from_C_localeconv()
5680 category_strings++; in S_populate_hash_from_C_localeconv()
5944 const lconv_offset_t * category_strings = strings[i]; in S_populate_hash_from_localeconv() local
5965 const bool calculate_utf8ness_here = category_strings[1].name; in S_populate_hash_from_localeconv()
5970 while (category_strings->name) { in S_populate_hash_from_localeconv()
[all …]