Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/swkbd/
Dswkbd_demo.cpp259 wchar_t text_buf[11]; in nnMain() local
260 memset( text_buf, 0, sizeof( text_buf ) ); in nnMain()
262 …memcpy( text_buf, &buf[kbd_param.config.inputText], kbd_param.config.inputTextLength * sizeof( wch… in nnMain()
266 NN_LOG("%d\n", text_buf[i]); in nnMain()