Searched refs:johab (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/iconv/
H A Djohab_hangul.h45 * + 21 * 28 * (jamo_initial_index[(johab >> 10) & 31] - 1)
46 * + 28 * (jamo_medial_index[(johab >> 5) & 31] - 1)
47 * + jamo_final_index[johab & 31]
112 unsigned int johab = (c1 << 8) | c2; local
113 unsigned int bitspart1 = (johab >> 10) & 31;
114 unsigned int bitspart2 = (johab >> 5) & 31;
115 unsigned int bitspart3 = johab & 31;
245 johab = 0x8441, which doesn't exist. */
H A Dencodings.def887 johab,

Completed in 15 milliseconds