Home
last modified time | relevance | path

Searched defs:code_point (Results 1 – 25 of 26) sorted by relevance

12

/external/libchrome/base/strings/
Dutf_string_conversion_utils.h18 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint()
26 inline bool IsValidCharacter(uint32_t code_point) { in IsValidCharacter()
76 inline size_t WriteUnicodeCharacter(uint32_t code_point, std::wstring* output) { in WriteUnicodeCharacter()
Dutf_string_conversion_utils.cc20 int32_t code_point; in ReadUnicodeCharacter() local
35 uint32_t* code_point) { in ReadUnicodeCharacter()
60 uint32_t* code_point) { in ReadUnicodeCharacter()
71 size_t WriteUnicodeCharacter(uint32_t code_point, std::string* output) { in WriteUnicodeCharacter()
92 size_t WriteUnicodeCharacter(uint32_t code_point, string16* output) { in WriteUnicodeCharacter()
Dutf_string_conversions.cc32 uint32_t code_point; in ConvertUnicode() local
Dstring_util.cc371 base_icu::UChar32 code_point = 0; in TruncateUTF8ToByteSize() local
524 int32_t code_point; in IsStringUTF8() local
/external/libchrome/base/json/
Dstring_escape.cc35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint()
93 uint32_t code_point; in EscapeJSONStringImpl() local
Djson_parser.cc792 uint32_t code_point = in DecodeUTF16() local
/external/v8/src/
Dunicode-inl.h14 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) { in get()
21 uchar code_point) { in CalculateValue()
Dunicode.h40 inline CacheEntry(uchar code_point, bool value) in CacheEntry()
44 uchar code_point() const { return CodePointField::decode(bit_field_); } in code_point() function
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc927 static void AppendUTF8(uint32 code_point, string* output) { in AppendUTF8()
983 static inline bool IsHeadSurrogate(uint32 code_point) { in IsHeadSurrogate()
987 static inline bool IsTrailSurrogate(uint32 code_point) { in IsTrailSurrogate()
1011 static const char* FetchUnicodePoint(const char* ptr, uint32* code_point) { in FetchUnicodePoint()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DRubyTarget.java372 int code_point = 0; in getTargetCharLiteralFromANTLRCharLiteral() local
/external/vboot_reference/cgpt/
Dcgpt_common.c443 uint32_t code_point = 0; in UTF16ToUTF8() local
531 uint32_t code_point = 0; in UTF8ToUTF16() local
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h853 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint()
Dstrutil.cc2235 int EncodeAsUTF8Char(uint32 code_point, char* output) { in EncodeAsUTF8Char()
/external/flatbuffers/src/
Didl_parser.cpp310 int code_point = 0x10000 + in Next() local
/external/protobuf/gtest/src/
Dgtest.cc1456 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
/external/mesa3d/src/gtest/src/
Dgtest.cc1436 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc1436 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1435 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1435 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1436 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
/external/v8/testing/gtest/src/
Dgtest.cc1759 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1759 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
/external/googletest/googletest/src/
Dgtest.cc1756 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2796 char* CodePointToUtf8(UInt32 code_point, char* str) { in CodePointToUtf8()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc2920 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()

12