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

  /external/webrtc/webrtc/base/objc/
RTCLogging.mm 30 const char* utf8_string = log_string.UTF8String;
31 LOG_V(RTCGetNativeLoggingSeverity(severity)) << utf8_string;
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 1177 const unsigned char utf8_string[] = { local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 18 * @utf8_string: UTF-8 string (IN)
19 * @utf8_string_len: Length of utf8_string (IN)
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len,
32 u8 c = utf8_string[i];
45 u8 c2 = utf8_string[++i];
57 u8 c3 = utf8_string[++i];
  /external/regex-re2/re2/testing/
re2_test.cc 990 const char utf8_string[] = { local
1005 CHECK(RE2::FullMatch(utf8_string, re_test1));
1007 CHECK(RE2::FullMatch(utf8_string, re_test2));
1013 CHECK(RE2::PartialMatch(utf8_string, re_test3, &s));
1016 CHECK(RE2::PartialMatch(utf8_string, re_test4, &s));
1020 RE2 re_test5(utf8_string, RE2::Latin1);
1021 CHECK(RE2::FullMatch(utf8_string, re_test5));
1022 RE2 re_test6(utf8_string);
1023 CHECK(RE2::FullMatch(utf8_string, re_test6));
1027 CHECK(!RE2::FullMatch(utf8_string, re_test7))
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.cpp 136 xcb_intern_atom_cookie_t utf8_string_cookie = intern_atom_cookie(c_, "UTF8_STRING");
142 xcb_atom_t utf8_string = intern_atom(c_, utf8_string_cookie); local
145 utf8_string, 8, settings_.name.size(), settings_.name.c_str());
  /external/v8/src/
i18n.cc 53 v8::String::Utf8Value utf8_string(
55 *setting = icu::UnicodeString::fromUTF8(*utf8_string);
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 1470 const char *utf8_string = "\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41"; local
    [all...]
ustrtest.cpp     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 571 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]

Completed in 224 milliseconds