Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dlanginfo.h135 #define ALT_DIGITS 55 /* alternative symbols for digits */ macro
/titanic_50/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c130 case ALT_DIGITS: in nl_langinfo_l()
/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmlocale.c491 #ifdef ALT_DIGITS
492 ALT_DIGITS, TM_DIGITS,
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c223 _dtconv.alt_digits = strdup(nl_langinfo(ALT_DIGITS)); in localedtconv()