HomeSort by relevance Sort by last modified time
    Searched refs:unicode_str (Results 1 - 6 of 6) sorted by null

  /external/libtextclassifier/
textclassifier_jni.cc 102 const libtextclassifier::UnicodeText unicode_str = local
130 for (auto it = unicode_str.begin(); it != unicode_str.end();
  /external/libtextclassifier/smartselect/
token-feature-extractor.cc 265 icu::UnicodeString unicode_str(token.value.c_str(), token.value.size(),
276 regex_patterns_[i]->matcher(unicode_str, status));
text-classification-model.cc 49 const UnicodeText unicode_str = UTF8ToUnicodeText(str, /*do_copy=*/false); local
50 for (auto it = unicode_str.begin(); it != unicode_str.end(); ++it, ++i) {
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 626 CFX_WideString unicode_str = UnicodeFromCharCode(charcode); local
627 if (!unicode_str.IsEmpty())
628 unicode = unicode_str.GetAt(0);
723 CFX_WideString unicode_str = UnicodeFromCharCode(charcode); local
724 if (unicode_str.IsEmpty())
727 charcode = unicode_str.GetAt(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 7642 PyObject *unicode_str(PyUnicodeObject *self) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 7534 PyObject *unicode_str(PyUnicodeObject *self) function
    [all...]

Completed in 737 milliseconds