Searched defs:kUC16AlphabetSize (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dstring-search.h37 static const int kUC16AlphabetSize = Isolate::kUC16AlphabetSize; member in class:v8::internal::StringSearchBase
92 return kUC16AlphabetSize;
153 int equiv_class = char_code % kUC16AlphabetSize;
H A Disolate.h384 V(int, bad_char_shift_table, kUC16AlphabetSize) \
810 static const int kUC16AlphabetSize = 256; // See StringSearchBase. member in class:v8::internal::Isolate

Completed in 190 milliseconds