/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.c | 49 #define LIT_MAGIC_STRING_DEF(id, utf8_string) \ in lit_get_magic_string_utf8() argument 50 (const lit_utf8_byte_t *) utf8_string, in lit_get_magic_string_utf8() 74 #define LIT_MAGIC_STRING_DEF(id, utf8_string) \ in lit_get_magic_string_size() argument 75 sizeof(utf8_string) - 1, in lit_get_magic_string_size() 99 #define LIT_MAGIC_STRING_DEF(id, utf8_string) in lit_get_magic_string_size_block_start() argument
|
D | lit-strings.c | 812 … lit_utf8_byte_t *utf8_string, /**< destination utf-8 buffer pointer in lit_convert_cesu8_string_to_utf8_string() argument 819 lit_utf8_byte_t *utf8_pos = utf8_string; in lit_convert_cesu8_string_to_utf8_string() 820 lit_utf8_byte_t *utf8_end_pos = utf8_string + utf8_size; in lit_convert_cesu8_string_to_utf8_string() 846 utf8_pos = utf8_string + size; in lit_convert_cesu8_string_to_utf8_string()
|
D | lit-strings.h | 118 lit_utf8_byte_t *utf8_string,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | ms_funcs.c | 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() argument 32 u8 c = utf8_string[i]; in utf8_to_ucs2() 45 u8 c2 = utf8_string[++i]; in utf8_to_ucs2() 57 u8 c3 = utf8_string[++i]; in utf8_to_ucs2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | ms_funcs.c | 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() argument 32 u8 c = utf8_string[i]; in utf8_to_ucs2() 45 u8 c2 = utf8_string[++i]; in utf8_to_ucs2() 57 u8 c3 = utf8_string[++i]; in utf8_to_ucs2()
|
/third_party/node/src/ |
D | string_decoder.cc | 33 MaybeLocal<String> utf8_string = String::NewFromUtf8( in MakeString() local 38 if (utf8_string.IsEmpty()) { in MakeString() 42 return utf8_string; in MakeString()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.h | 453 inline UnicodeText UTF8ToUnicodeText(const string& utf8_string) { in UTF8ToUnicodeText() argument 454 return UTF8ToUnicodeText(utf8_string, true); in UTF8ToUnicodeText()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_split_test.cc | 688 std::string utf8_string = u8"\u03BA\u1F79\u03C3\u03BC\u03B5"; in TEST() local 691 std::string to_split = "a," + utf8_string; in TEST() 693 EXPECT_THAT(v, ElementsAre("a", utf8_string)); in TEST() 698 std::string to_split = "a," + utf8_string + ",b"; in TEST() 699 std::string unicode_delimiter = "," + utf8_string + ","; in TEST()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | unistr.h | 117 extern int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed);
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | arg.impl.h | 39 JERRYX_ARG_TRANSFORM_FUNC_WITH_OPTIONAL_AND_STRICT (utf8_string)
|
/third_party/jerryscript/jerry-ext/arg/ |
D | arg-transform-functions.c | 528 JERRYX_ARG_TRANSFORM_OPTIONAL (utf8_string) in JERRYX_ARG_TRANSFORM_OPTIONAL()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | unistr.c | 1675 int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, argument 1690 utf8_string, kCFStringEncodingUTF8);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1471 const char *utf8_string = "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"; in Ticket10562() local 1472 UText *utf8Text = utext_openUTF8(NULL, utf8_string, -1, &status); in Ticket10562()
|
D | ustrtest.cpp | 1899 std::string utf8_string((const char *)utf8, sizeof(utf8)); in TestUTF8() local 1900 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); in TestUTF8()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 504 optional string utf8_string = 6 [default = "\341\210\264"]; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 504 optional string utf8_string = 6 [default = "\341\210\264"]; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 504 optional string utf8_string = 6 [default = "\341\210\264"]; field
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest.proto | 624 optional string utf8_string = 6 [default = "\341\210\264"]; field
|
/third_party/protobuf/csharp/protos/ |
D | unittest.proto | 614 optional string utf8_string = 6 [default = "\341\210\264"]; field
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1167 self.assertEqual(u'\u1234', proto.utf8_string)
|