Searched refs:Key (Results 76 - 81 of 81) sorted by relevance

1234

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h166 bool Key(const Ch* str, SizeType length, bool copy);
196 bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); } function in struct:BaseReaderHandler
649 success = (isKey ? handler.Key(str, SizeType(length), false) : handler.String(str, SizeType(length), false));
657 success = (isKey ? handler.Key(str, length, true) : handler.String(str, length, true));
H A Ddocument.h1547 if (!handler.Key(m->name.GetString(), m->name.GetStringLength(), (m->name.flags_ & kCopyFlag) != 0))
2035 bool Key(const Ch* str, SizeType length, bool copy) { return String(str, length, copy); } function in class:GenericDocument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetNavigateMoreKeysBase.java88 final Key actualKey = keyboard.getKey(code);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java47 /** Key code for switching to full-width HIRAGANA mode */
50 /** Key code for switching to full-width KATAKANA mode */
53 /** Key code for switching to full-width alphabet mode */
56 /** Key code for switching to full-width number mode */
59 /** Key code for switching to half-width KATAKANA mode */
62 /** Key code for switching to half-width alphabet mode */
65 /** Key code for switching to half-width number mode */
68 /** Key code for case toggle key */
71 /** Key code for EISU-KANA conversion */
74 /** Key cod
[all...]
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dreadertest.cpp1141 bool Key (const Ch*, SizeType, bool) { RAPIDJSON_ASSERT(LogCount < LogCapacity); Logs[LogCount++] = LOG_KEY; return true; }
1318 bool Key(const char*, SizeType, bool) { return e != 9; }
H A Dvaluetest.cpp1326 bool Key(const char*, SizeType, bool) { return e != 9; } function in struct:TerminateHandler

Completed in 236 milliseconds

1234