Home
last modified time | relevance | path

Searched refs:UTF8_IntStream (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3intstream.inl1201 void UTF8_IntStream<ImplTraits, SuperType>::setupIntStream(bool, bool)
1218 const ANTLR_UINT32* UTF8_IntStream<ImplTraits, SuperType>::TrailingBytesForUTF8()
1239 const UTF32* UTF8_IntStream<ImplTraits, SuperType>::OffsetsFromUTF8()
1257 void UTF8_IntStream<ImplTraits, SuperType>::consume()
1260 const ANTLR_UINT32* trailingBytesForUTF8 = UTF8_IntStream::TrailingBytesForUTF8();
1261 const UTF32* offsetsFromUTF8 = UTF8_IntStream::OffsetsFromUTF8();
1326 ANTLR_UCHAR UTF8_IntStream<ImplTraits, SuperType>::_LA(ANTLR_INT32 la)
1329 const ANTLR_UINT32* trailingBytesForUTF8 = UTF8_IntStream::TrailingBytesForUTF8();
1330 const UTF32* offsetsFromUTF8 = UTF8_IntStream::OffsetsFromUTF8();
H A Dantlr3intstream.hpp239 class UTF8_IntStream : public IntStream<ImplTraits, SuperType> class