Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfsplus/
H A Dunicode.c99 #define Hangul_NCount (Hangul_VCount * Hangul_TCount) macro
318 l = Hangul_LBase + index / Hangul_NCount; in hfsplus_try_decompose_hangul()
319 v = Hangul_VBase + (index % Hangul_NCount) / Hangul_TCount; in hfsplus_try_decompose_hangul()