Searched defs:utf8 (Results 1 – 4 of 4) sorted by relevance
54 const uint8_t *utf8 = reinterpret_cast<const uint8_t *>("test"); in TEST_F() local
75 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()279 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
740 std::wstring Helpers::Utf8ToUtf16(const std::string &utf8) in Utf8ToUtf16()
1217 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()