Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c63 enum { t_base = 0x11A7}; enumerator
81 t = t_base + s_index % t_count; in hangul_decomp()
83 if (t != t_base) in hangul_decomp()
89 if (t != t_base) in hangul_decomp()
114 if (in[1] < t_base || in[1] >= t_base + t_count) in hangul_composition()
116 t_index = in[1] - t_base; in hangul_composition()