Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
unicode.h | 58 inline CacheEntry() : code_point_(0), value_(0) { } 60 : code_point_(code_point), 62 uchar code_point_ : 21; member in struct:unibrow::Predicate::CacheEntry 83 inline CacheEntry() : code_point_(kNoChar), offset_(0) { } 85 : code_point_(code_point), 87 uchar code_point_; member in struct:unibrow::Mapping::CacheEntry |
unicode-inl.h | 37 if (entry.code_point_ == code_point) return entry.value_; 51 if (entry.code_point_ == c) { |