HomeSort by relevance Sort by last modified time
    Searched defs:input_str (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/utils/intents/
intent-generator.cc 314 ScopedLocalRef<jstring> input_str = jni_cache_->ConvertToJavaString(input); local
315 if (jni_cache_->ExceptionCheckAndClear() || input_str == nullptr) {
323 input_str.get(), jni_cache_->string_utf8.get())));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 265 char *input_str; local
268 input_str = PyString_AS_STRING(pystr);
272 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
277 c = (Py_UNICODE)(unsigned char)input_str[j];
281 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
311 memcpy(&output[1], input_str, i);
314 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 265 char *input_str; local
268 input_str = PyString_AS_STRING(pystr);
272 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
277 c = (Py_UNICODE)(unsigned char)input_str[j];
281 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
311 memcpy(&output[1], input_str, i);
314 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
    [all...]
  /external/python/cpython2/Modules/
_json.c 275 char *input_str; local
278 input_str = PyString_AS_STRING(pystr);
282 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
287 c = (Py_UNICODE)(unsigned char)input_str[j];
291 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
329 memcpy(&output[1], input_str, i);
332 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
    [all...]

Completed in 183 milliseconds