Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h224 size_t privateCommandSize = privateCommand.size(); in IsPrivateCommandValid() local
227 if (privateCommandSize == 0 || privateCommandSize > maxSize) { in IsPrivateCommandValid()
260 size_t privateCommandSize = privateCommand.size(); in IsSystemPrivateCommand() local
261 if (privateCommandSize == 0 || privateCommandSize > MAX_PRIVATE_COMMAND_COUNT) { in IsSystemPrivateCommand()