Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds