uchar 52 src/interpreter-irregexp.cc unibrow::uchar old_char = subject[from++];
uchar 53 src/interpreter-irregexp.cc unibrow::uchar new_char = subject[current++];
uchar 55 src/interpreter-irregexp.cc unibrow::uchar old_string[1] = { old_char };
uchar 56 src/interpreter-irregexp.cc unibrow::uchar new_string[1] = { new_char };
uchar 1569 src/jsregexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 1651 src/jsregexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 2486 src/jsregexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 5187 src/jsregexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 5216 src/jsregexp.cc unibrow::uchar range[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 5728 src/jsregexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 3528 src/profile-generator.cc unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor);
uchar 237 src/regexp-macro-assembler.cc unibrow::uchar c1 = substring1[i];
uchar 238 src/regexp-macro-assembler.cc unibrow::uchar c2 = substring2[i];
uchar 240 src/regexp-macro-assembler.cc unibrow::uchar s1[1] = { c1 };
uchar 243 src/regexp-macro-assembler.cc unibrow::uchar s2[1] = { c2 };
uchar 6188 src/runtime.cc unibrow::uchar chars[Converter::kMaxWidth];
uchar 6663 src/runtime.cc unibrow::uchar chars[unibrow::ToUppercase::kMaxWidth];
uchar 183 src/scanner-character-streams.cc static const unibrow::uchar kMaxUtf16Character = 0xffff;
uchar 193 src/scanner-character-streams.cc unibrow::uchar c = raw_data_[raw_data_pos_];
uchar 154 src/scanner.h bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); }
uchar 155 src/scanner.h bool IsIdentifierPart(unibrow::uchar c) { return kIsIdentifierPart.get(c); }
uchar 156 src/scanner.h bool IsLineTerminator(unibrow::uchar c) { return kIsLineTerminator.get(c); }
uchar 157 src/scanner.h bool IsWhiteSpace(unibrow::uchar c) { return kIsWhiteSpace.get(c); }
uchar 35 src/unicode-inl.h template <class T, int s> bool Predicate<T, s>::get(uchar code_point) {
uchar 42 src/unicode-inl.h uchar code_point) {
uchar 48 src/unicode-inl.h template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
uchar 49 src/unicode-inl.h uchar* result) {
uchar 63 src/unicode-inl.h template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
uchar 64 src/unicode-inl.h uchar* result) {
uchar 81 src/unicode-inl.h unsigned Utf8::Encode(char* str, uchar c, int previous) {
uchar 112 src/unicode-inl.h uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor) {
uchar 123 src/unicode-inl.h unsigned Utf8::Length(uchar c, int previous) {
uchar 139 src/unicode-inl.h uchar CharacterStream::GetNext() {
uchar 140 src/unicode-inl.h uchar result = DecodeCharacter(buffer_, &cursor_);
uchar 160 src/unicode-inl.h bool CharacterStream::EncodeAsciiCharacter(uchar c, byte* buffer,
uchar 168 src/unicode-inl.h bool CharacterStream::EncodeNonAsciiCharacter(uchar c, byte* buffer,
uchar 171 src/unicode-inl.h if ((aligned + sizeof(uchar)) > capacity)
uchar 174 src/unicode-inl.h IF_LITTLE(*reinterpret_cast<uchar*>(buffer + aligned) = (c << 8) | 0x80);
uchar 175 src/unicode-inl.h IF_BIG(*reinterpret_cast<uchar*>(buffer + aligned) = c | (1 << 31));
uchar 178 src/unicode-inl.h IF_LITTLE(*reinterpret_cast<uchar*>(buffer + aligned) = c << 8);
uchar 179 src/unicode-inl.h IF_BIG(*reinterpret_cast<uchar*>(buffer + aligned) = c);
uchar 181 src/unicode-inl.h offset = aligned + sizeof(uchar);
uchar 185 src/unicode-inl.h bool CharacterStream::EncodeCharacter(uchar c, byte* buffer, unsigned capacity,
uchar 194 src/unicode-inl.h uchar CharacterStream::DecodeCharacter(const byte* buffer, unsigned* offset) {
uchar 201 src/unicode-inl.h *offset = aligned + sizeof(uchar);
uchar 202 src/unicode-inl.h IF_LITTLE(return *reinterpret_cast<const uchar*>(buffer + aligned) >> 8);
uchar 203 src/unicode-inl.h IF_BIG(return *reinterpret_cast<const uchar*>(buffer + aligned) &
uchar 38 src/unicode.cc static const uchar kSentinel = static_cast<uchar>(-1);
uchar 51 src/unicode.cc static inline uchar TableGet(const int32_t* table, int index) {
uchar 55 src/unicode.cc static inline uchar GetEntry(int32_t entry) {
uchar 80 src/unicode.cc uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
uchar 98 src/unicode.cc uchar entry = GetEntry(field);
uchar 105 src/unicode.cc static const uchar kEndOfEncoding = kSentinel;
uchar 106 src/unicode.cc uchar chars[kW];
uchar 135 src/unicode.cc uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
uchar 153 src/unicode.cc uchar entry = GetEntry(field);
uchar 175 src/unicode.cc uchar mapped = mapping.chars[length];
uchar 210 src/unicode.cc uchar Utf8::CalculateValue(const byte* str,
uchar 229 src/unicode.cc uchar code_point = ((first << 6) | second) & kMaxTwoByteChar;
uchar 247 src/unicode.cc uchar code_point = ((((first << 6) | second) << 6) | third)
uchar 266 src/unicode.cc uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
uchar 305 src/unicode.cc uchar c = data[offset];
uchar 345 src/unicode.cc uchar c = GetNext();
uchar 1815 src/unicode.cc const uchar UnicodeData::kMaxCodePoint = 65533;
uchar 53 src/unicode.h inline bool get(uchar c);
uchar 56 src/unicode.h bool CalculateValue(uchar c);
uchar 59 src/unicode.h inline CacheEntry(uchar code_point, bool value)
uchar 62 src/unicode.h uchar code_point_ : 21;
uchar 78 src/unicode.h inline int get(uchar c, uchar n, uchar* result);
uchar 81 src/unicode.h int CalculateValue(uchar c, uchar n, uchar* result);
uchar 84 src/unicode.h inline CacheEntry(uchar code_point, signed offset)
uchar 87 src/unicode.h uchar code_point_;
uchar 100 src/unicode.h static const uchar kMaxCodePoint;
uchar 129 src/unicode.h static inline int CombineSurrogatePair(uchar lead, uchar trail) {
uchar 133 src/unicode.h static const uchar kMaxNonSurrogateCharCode = 0xffff;
uchar 143 src/unicode.h static inline uchar LeadSurrogate(int char_code) {
uchar 146 src/unicode.h static inline uchar TrailSurrogate(int char_code) {
uchar 154 src/unicode.h static inline uchar Length(uchar chr, int previous);
uchar 156 src/unicode.h char* out, uchar c, int previous);
uchar 159 src/unicode.h static uchar CalculateValue(const byte* str,
uchar 162 src/unicode.h static const uchar kBadChar = 0xFFFD;
uchar 177 src/unicode.h static inline uchar ValueOf(const byte* str,
uchar 186 src/unicode.h inline uchar GetNext();
uchar 193 src/unicode.h static inline bool EncodeCharacter(uchar c, byte* buffer, unsigned capacity,
uchar 195 src/unicode.h static inline bool EncodeAsciiCharacter(uchar c, byte* buffer,
uchar 197 src/unicode.h static inline bool EncodeNonAsciiCharacter(uchar c, byte* buffer,
uchar 199 src/unicode.h static inline uchar DecodeCharacter(const byte* buffer, unsigned* offset);
uchar 259 src/unicode.h static bool Is(uchar c);
uchar 262 src/unicode.h static bool Is(uchar c);
uchar 265 src/unicode.h static bool Is(uchar c);
uchar 268 src/unicode.h static bool Is(uchar c);
uchar 271 src/unicode.h static bool Is(uchar c);
uchar 274 src/unicode.h static bool Is(uchar c);
uchar 277 src/unicode.h static bool Is(uchar c);
uchar 280 src/unicode.h static bool Is(uchar c);
uchar 283 src/unicode.h static bool Is(uchar c);
uchar 287 src/unicode.h static int Convert(uchar c,
uchar 288 src/unicode.h uchar n,
uchar 289 src/unicode.h uchar* result,
uchar 294 src/unicode.h static int Convert(uchar c,
uchar 295 src/unicode.h uchar n,
uchar 296 src/unicode.h uchar* result,
uchar 301 src/unicode.h static int Convert(uchar c,
uchar 302 src/unicode.h uchar n,
uchar 303 src/unicode.h uchar* result,
uchar 308 src/unicode.h static int Convert(uchar c,
uchar 309 src/unicode.h uchar n,
uchar 310 src/unicode.h uchar* result,
uchar 315 src/unicode.h static int Convert(uchar c,
uchar 316 src/unicode.h uchar n,
uchar 317 src/unicode.h uchar* result,
uchar 1462 test/cctest/test-regexp.cc unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth];
uchar 1478 test/cctest/test-regexp.cc unibrow::uchar uncanon[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 1489 test/cctest/test-regexp.cc unibrow::uchar upper[unibrow::ToUppercase::kMaxWidth];
uchar 1504 test/cctest/test-regexp.cc unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth];
uchar 1525 test/cctest/test-regexp.cc unibrow::uchar first[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 1528 test/cctest/test-regexp.cc unibrow::uchar succ[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 1545 test/cctest/test-regexp.cc unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
uchar 1549 test/cctest/test-regexp.cc unibrow::uchar chars2[unibrow::Ecma262UnCanonicalize::kMaxWidth];