Lines Matching refs:u_char
38 typedef unsigned char u_char; typedef
93 u_char i_cInputChar ) const;
101 const u_char * sInput;
103 const u_char * pInputEnd;
105 u_char * sOutput; // DYN
110 u_char cChar2Branch[C_NR_OF_POSSIBLE_CHARS];
111 u_char c_AE, c_OE, c_UE, c_ae, c_oe, c_ue;
114 const u_char * pInputCurTokenStart;
115 const u_char * pInputPosition;
116 u_char * pOutputPosition;
121 u_char cCurHotkey; // Letter which is used as hotkey
122 u_char cCurHotkeySign; // Letter which is used to assign hotkey ('~'or '&') .
147 WordTransTree::CalculateBranch(u_char i_cInputChar) const in CalculateBranch()