HomeSort by relevance Sort by last modified time
    Searched refs:kUC16AlphabetSize (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
string-search.h 57 static const int kUC16AlphabetSize = Isolate::kUC16AlphabetSize;
112 return kUC16AlphabetSize;
165 int equiv_class = char_code % kUC16AlphabetSize;
isolate.h 312 V(int, bad_char_shift_table, kUC16AlphabetSize) \
758 static const int kUC16AlphabetSize = 256; // See StringSearchBase.
    [all...]

Completed in 94 milliseconds