Home
last modified time | relevance | path

Searched refs:kBidirectional (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc65 constexpr char32 kBidirectional[] = {0x061C, 0x200E, 0x200F, 0x202A, variable
68 constexpr int kNumBidirectional = ARRAYSIZE(kBidirectional);
528 return GetMatchIndex(kBidirectional, kNumBidirectional, codepoint) >= 0; in IsBidirectional()
/external/cronet/net/third_party/quiche/src/quiche/web_transport/
Dweb_transport.h63 kBidirectional, enumerator
/external/cronet/net/third_party/quiche/src/quiche/common/
Dcapsule.h195 return stream_type == webtransport::StreamType::kBidirectional in capsule_type()
Dcapsule_test.cc355 StreamType::kBidirectional; in TEST_F()
Dcapsule.cc595 : webtransport::StreamType::kBidirectional; in ParseCapsulePayload()