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

  /external/libtextclassifier/util/utf8/
unilib-icu.cc 30 icu::UnicodeString utf8_string = icu::UnicodeString::fromUTF8( local
33 const int32 integer = unum_parse(format_alias, utf8_string.getBuffer(),
34 utf8_string.length(), &parse_index, &status);
37 if (U_FAILURE(status) || parse_index != utf8_string.length()) {
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.cpp 117 xcb_intern_atom_cookie_t utf8_string_cookie = intern_atom_cookie(c_, "UTF8_STRING");
123 xcb_atom_t utf8_string = intern_atom(c_, utf8_string_cookie); local
125 xcb_change_property(c_, XCB_PROP_MODE_REPLACE, win_, _net_wm_name, utf8_string, 8, settings_.name.size(),
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 1177 const unsigned char utf8_string[] = { local
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 1467 const char *utf8_string = "\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41"; local
    [all...]

Completed in 87 milliseconds