Lines Matching refs:s32
52 for( s32 i = 0; i < cDicLangType_Max; ++i ) in ConfigArg()
72 …s32 mNumUserWord; ///< The number of user-registered words.<br/>You can specif…
75 …s32 mFrameRate; /// < Sets the frame rate.<br/>Specify <tt>1</tt> for 60 fps…
77 …s32 mFirstLockNo; ///< The initial state of the CAPS LOCK and SHIFT keys in pa…
108 s32 mStringBufSize; ///< Text string buffer size.
109 …s32 mFixedCharNumLimit; ///< Maximum number of characters in a fixed string. If the nu…
110 s32 mCursorPos; ///< Cursor position.
111 s32 mSelectFrom; ///< Selection start position.
149 …s32 mCursorPos; ///< The position of the text cursor.<br/>Specifying <tt>-1</tt> is …
152 …s32 mTextMax; ///< The maximum valid number of characters that can be input.<br/>I…
262 void setUserWord( UserWord* user_word_array, s32 num_user_word ) in setUserWord()
281 void setFrameRate( s32 frame_rate ) in setFrameRate()
293 void setFirstLockNo( s32 lockNo ) in setFirstLockNo()
301 , s32 cursor_pos = -1
303 , s32 text_max = -1