Home
last modified time | relevance | path

Searched refs:upb_Unicode_FromPair (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/lex/
H A Dunicode.h44 UPB_INLINE uint32_t upb_Unicode_FromPair(uint32_t high, uint32_t low) { in upb_Unicode_FromPair() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/lex/
Dunicode.h62 UPB_INLINE uint32_t upb_Unicode_FromPair(uint32_t high, uint32_t low) { in upb_Unicode_FromPair() function
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/
H A Dtokenizer.c842 *code_point = upb_Unicode_FromPair(*code_point, trail_surrogate); in FetchUnicodePoint()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/
Dtokenizer.c862 *code_point = upb_Unicode_FromPair(*code_point, trail_surrogate); in FetchUnicodePoint()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Ddecode.c387 cp = upb_Unicode_FromPair(cp, low); in jsondec_unicode()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Ddecode.c413 cp = upb_Unicode_FromPair(cp, low); in jsondec_unicode()