Home
last modified time | relevance | path

Searched refs:kUC16AlphabetSize (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dstring-search.h37 static const int kUC16AlphabetSize = Isolate::kUC16AlphabetSize; member in v8::internal::StringSearchBase
91 return kUC16AlphabetSize; in AlphabetSize()
147 int equiv_class = char_code % kUC16AlphabetSize; in CharOccurrence()
/third_party/node/src/
H A Dstring_search.h72 static const int kUC16AlphabetSize = 256; member in node::stringsearch::StringSearchBase
80 int bad_char_shift_table_[kUC16AlphabetSize];
134 return kUC16AlphabetSize; in AlphabetSize()
160 int equiv_class = char_code % kUC16AlphabetSize; in CharOccurrence()
/third_party/node/deps/v8/src/execution/
H A Disolate.h453 V(int, bad_char_shift_table, kUC16AlphabetSize) \
1059 static const int kUC16AlphabetSize = 256; // See StringSearchBase. member in v8::internal::final

Completed in 7 milliseconds