Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
regexp_assembler.cc File Reference
#include "vm/regexp_assembler.h"
#include "unicode/uchar.h"
#include "platform/unicode.h"
#include "vm/flags.h"
#include "vm/regexp.h"
#include "vm/runtime_entry.h"
#include "vm/unibrow-inl.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

void dart::PrintUtf16 (uint16_t c)
 
uword dart::CaseInsensitiveCompareUCS2 (uword str_raw, uword lhs_index_raw, uword rhs_index_raw, uword length_raw)
 
uword dart::CaseInsensitiveCompareUTF16 (uword str_raw, uword lhs_index_raw, uword rhs_index_raw, uword length_raw)
 
 dart::DEFINE_RAW_LEAF_RUNTIME_ENTRY (CaseInsensitiveCompareUCS2, 4, false, CaseInsensitiveCompareUCS2)
 
 dart::DEFINE_RAW_LEAF_RUNTIME_ENTRY (CaseInsensitiveCompareUTF16, 4, false, CaseInsensitiveCompareUTF16)