Home
last modified time | relevance | path

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

/external/v8/src/strings/
Dstring-search.h36 static const int kUC16AlphabetSize = Isolate::kUC16AlphabetSize; variable
90 return kUC16AlphabetSize; in AlphabetSize()
143 int equiv_class = char_code % kUC16AlphabetSize; in CharOccurrence()
/external/v8/src/execution/
Disolate.h411 V(int, bad_char_shift_table, kUC16AlphabetSize) \
938 static const int kUC16AlphabetSize = 256; // See StringSearchBase. variable