Home
last modified time | relevance | path

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

/locale/
A Dcategories.def33 The various value types for the items are `string', `stringarray', `byte'
151 DEFINE_ELEMENT (INT_FRAC_DIGITS, "int_frac_digits", std, byte)
152 DEFINE_ELEMENT (FRAC_DIGITS, "frac_digits", std, byte)
168 DEFINE_ELEMENT (_NL_MONETARY_DUO_INT_FRAC_DIGITS, "duo_int_frac_digits", std, byte)
169 DEFINE_ELEMENT (_NL_MONETARY_DUO_FRAC_DIGITS, "duo_frac_digits", std, byte)
242 DEFINE_ELEMENT (_NL_TIME_WEEK_NDAYS, "week-ndays", std, byte)
244 DEFINE_ELEMENT (_NL_TIME_WEEK_1STWEEK, "week-1stweek", std, byte)
245 DEFINE_ELEMENT (_NL_TIME_FIRST_WEEKDAY, "first_weekday", std, byte)
246 DEFINE_ELEMENT (_NL_TIME_FIRST_WORKDAY, "first_workday", std, byte)
247 DEFINE_ELEMENT (_NL_TIME_CAL_DIRECTION, "cal_direction", std, byte)
[all …]
A Dlocaleinfo.h119 byte, enumerator
/locale/programs/
A Dlinereader.c348 unsigned int byte = 0; in get_toplvl_escape() local
379 byte = ch - '0'; in get_toplvl_escape()
381 byte = tolower (ch) - 'a' + 10; in get_toplvl_escape()
388 byte *= base; in get_toplvl_escape()
390 byte += ch - '0'; in get_toplvl_escape()
392 byte += tolower (ch) - 'a' + 10; in get_toplvl_escape()
397 byte *= base; in get_toplvl_escape()
398 byte += ch - '0'; in get_toplvl_escape()
403 bytes[nbytes++] = byte; in get_toplvl_escape()
A Dlocale.c885 case byte: in print_item()

Completed in 11 milliseconds