Searched defs:utf8 (Results 1 – 3 of 3) sorted by relevance
54 const uint8_t *utf8 = reinterpret_cast<const uint8_t *>("test"); in TEST_F() local
73 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()268 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size()
932 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()