Searched refs:FX_GetCharType (Results 1 – 5 of 5) sorted by relevance
98 FX_CHARTYPE FX_GetCharType(wchar_t wch);
154 FX_CHARTYPE FX_GetCharType(wchar_t wch) { in FX_GetCharType() function
23 FX_CHARTYPE dwRet = FX_GetCharType(wch); in IsCtrlCode()231 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar()716 FX_CHARTYPE chartype = FX_GetCharType(wch); in GetDisplayPos()730 if (FX_GetCharType(wNext) != FX_CHARTYPE::kCombination) in GetDisplayPos()745 } while (FX_GetCharType(wNext) == FX_CHARTYPE::kCombination); in GetDisplayPos()876 if (FX_GetCharType(wLast) == FX_CHARTYPE::kCombination) { in GetDisplayPos()
71 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar()752 FX_CHARTYPE dwCharType = FX_GetCharType(wch); in GetDisplayPos()
564 return FX_GetCharType(m_wCharCode); in GetCharType()