Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Ddcigettext.c437 const char *categoryvalue; in DCIGETTEXT() local
563 categoryvalue = guess_category_value (category, categoryname); in DCIGETTEXT()
575 single_locale = (char *) alloca (strlen (categoryvalue) + 1); in DCIGETTEXT()
584 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') in DCIGETTEXT()
585 ++categoryvalue; in DCIGETTEXT()
586 if (categoryvalue[0] == '\0') in DCIGETTEXT()
598 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') in DCIGETTEXT()
599 *cp++ = *categoryvalue++; in DCIGETTEXT()