Lines Matching refs:from
75 uint32_t *from; member
87 uint32_t from; member
413 struct localedef_t *from = locale; in ctype_finish() local
416 from = find_locale (LC_CTYPE, from->copy_name[LC_CTYPE], in ctype_finish()
417 from->repertoire_name, charmap); in ctype_finish()
418 while (from->categories[LC_CTYPE].ctype == NULL in ctype_finish()
419 && from->copy_name[LC_CTYPE] != NULL); in ctype_finish()
422 = from->categories[LC_CTYPE].ctype; in ctype_finish()
655 int nbytes = charmap->width_rules[cnt].from->nbytes; in ctype_finish()
663 memcpy (bytes, charmap->width_rules[cnt].from->bytes, nbytes); in ctype_finish()
889 if (runp->from < cmpp->from) in ctype_finish()
1082 add_locale_uint32 (&file, runp->from); in ctype_output()
1352 unsigned long int from; in charclass_symbolic_ellipsis() local
1375 from = strtoul (cp, &endp, base); in charclass_symbolic_ellipsis()
1376 if ((from == UINT_MAX && errno == ERANGE) || *endp != '\0') in charclass_symbolic_ellipsis()
1381 || (endp - nowstr) != now->val.str.lenmb || from >= to) in charclass_symbolic_ellipsis()
1388 while ((from += step) <= to) in charclass_symbolic_ellipsis()
1396 from); in charclass_symbolic_ellipsis()
1697 if (trunp->from[0] == wch && trunp->from[1] == 0) in find_translit2()
1732 if (tirunp->from <= wch && tirunp->to >= wch) in find_translit2()
1736 for (wi = tirunp->from; wi <= wch; wi += tirunp->step) in find_translit2()
1872 result->from = from_wstr; in read_translit_entry()
1951 uint32_t from; in read_translit_ignore_entry() local
1968 from = now->val.ucs4; in read_translit_ignore_entry()
1971 from = repertoire_find_value (repertoire, now->val.str.startmb, in read_translit_ignore_entry()
1974 if (from == ILLEGAL_CHAR_VALUE) in read_translit_ignore_entry()
1983 newp->from = from; in read_translit_ignore_entry()
1984 newp->to = from; in read_translit_ignore_entry()
2030 if (to >= from) in read_translit_ignore_entry()
2038 (to | from) < 65536 ? 4 : 8, to, in read_translit_ignore_entry()
2039 (to | from) < 65536 ? 4 : 8, from); in read_translit_ignore_entry()
2854 int bitpos, int from, int to) in set_one_default() argument
2863 for (ch = from; ch <= to; ++ch) in set_one_default()
2899 #define set_default(bitpos, from, to) \ in set_class_defaults() argument
2900 set_one_default (ctype, charmap, bitpos, from, to) in set_class_defaults()
3792 int nbytes = charmap->width_rules[cnt].from->nbytes; in allocate_arrays()
3800 memcpy (bytes, charmap->width_rules[cnt].from->bytes, nbytes); in allocate_arrays()
3906 int res = wcscmp ((const wchar_t *) sorted[idx]->from, in allocate_arrays()
3907 (const wchar_t *) runp->from); in allocate_arrays()
3944 from_len += wcslen ((const wchar_t *) sorted[cnt]->from) + 1; in allocate_arrays()
3972 len = wcslen ((const wchar_t *) sorted[cnt]->from) + 1; in allocate_arrays()
3974 (const wchar_t *) sorted[cnt]->from, len); in allocate_arrays()