Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 12 of 12) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi.h416 forUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in forUtf8()
423 static PropNameID forUtf8(Runtime& runtime, const std::string& utf8) { in forUtf8()
447 std::string utf8(Runtime& runtime) const { in utf8() function
532 createFromUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in createFromUtf8()
539 static String createFromUtf8(Runtime& runtime, const std::string& utf8) { in createFromUtf8()
550 std::string utf8(Runtime& runtime) const { in utf8() function
H A DABI47_0_0decorator.h175 PropNameID createPropNameIDFromUtf8(const uint8_t* utf8, size_t length) in createPropNameIDFromUtf8()
185 std::string utf8(const PropNameID& id) override { in utf8() function
199 String createStringFromUtf8(const uint8_t* utf8, size_t length) override { in createStringFromUtf8()
202 std::string utf8(const String& s) override { in utf8() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi.h457 forUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in forUtf8()
464 static PropNameID forUtf8(Runtime& runtime, const std::string& utf8) { in forUtf8()
488 std::string utf8(Runtime& runtime) const { in utf8() function
620 createFromUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in createFromUtf8()
627 static String createFromUtf8(Runtime& runtime, const std::string& utf8) { in createFromUtf8()
638 std::string utf8(Runtime& runtime) const { in utf8() function
H A DABI49_0_0decorator.h175 PropNameID createPropNameIDFromUtf8(const uint8_t* utf8, size_t length) in createPropNameIDFromUtf8()
185 std::string utf8(const PropNameID& id) override { in utf8() function
218 String createStringFromUtf8(const uint8_t* utf8, size_t length) override { in createStringFromUtf8()
221 std::string utf8(const String& s) override { in utf8() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi.h454 forUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in forUtf8()
461 static PropNameID forUtf8(Runtime& runtime, const std::string& utf8) { in forUtf8()
485 std::string utf8(Runtime& runtime) const { in utf8() function
617 createFromUtf8(Runtime& runtime, const uint8_t* utf8, size_t length) { in createFromUtf8()
624 static String createFromUtf8(Runtime& runtime, const std::string& utf8) { in createFromUtf8()
635 std::string utf8(Runtime& runtime) const { in utf8() function
H A DABI48_0_0decorator.h175 PropNameID createPropNameIDFromUtf8(const uint8_t* utf8, size_t length) in createPropNameIDFromUtf8()
185 std::string utf8(const PropNameID& id) override { in utf8() function
218 String createStringFromUtf8(const uint8_t* utf8, size_t length) override { in createStringFromUtf8()
221 std::string utf8(const String& s) override { in utf8() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI49_0_0testlib.cpp51 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
82 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
128 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
821 uint8_t utf8[] = "[null, 2, \"c\", \"emoji: \xf0\x9f\x86\x97\", {}]"; in TEST_P() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI48_0_0testlib.cpp51 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
82 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
128 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
821 uint8_t utf8[] = "[null, 2, \"c\", \"emoji: \xf0\x9f\x86\x97\", {}]"; in TEST_P() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI47_0_0testlib.cpp51 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
82 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
128 uint8_t utf8[] = {0xF0, 0x9F, 0x86, 0x97}; in TEST_P() local
821 uint8_t utf8[] = "[null, 2, \"c\", \"emoji: \xf0\x9f\x86\x97\", {}]"; in TEST_P() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/
H A DABI47_0_0JSCRuntime.cpp651 const uint8_t *utf8, in createPropNameIDFromUtf8()
671 std::string JSCRuntime::utf8(const jsi::PropNameID &sym) { in utf8() function in ABI47_0_0facebook::jsc::JSCRuntime
700 std::string JSCRuntime::utf8(const jsi::String &str) { in utf8() function in ABI47_0_0facebook::jsc::JSCRuntime
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DABI49_0_0JSCRuntime.cpp668 const uint8_t *utf8, in createPropNameIDFromUtf8()
688 std::string JSCRuntime::utf8(const jsi::PropNameID &sym) { in utf8() function in ABI49_0_0facebook::jsc::JSCRuntime
741 std::string JSCRuntime::utf8(const jsi::String &str) { in utf8() function in ABI49_0_0facebook::jsc::JSCRuntime
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/
H A DABI48_0_0JSCRuntime.cpp666 const uint8_t *utf8, in createPropNameIDFromUtf8()
686 std::string JSCRuntime::utf8(const jsi::PropNameID &sym) { in utf8() function in ABI48_0_0facebook::jsc::JSCRuntime
739 std::string JSCRuntime::utf8(const jsi::String &str) { in utf8() function in ABI48_0_0facebook::jsc::JSCRuntime