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

  /external/chromium_org/v8/src/
unicode.h 35 inline CacheEntry() : code_point_(0), value_(0) { }
37 : code_point_(code_point),
39 uchar code_point_ : 21; member in struct:unibrow::Predicate::CacheEntry
60 inline CacheEntry() : code_point_(kNoChar), offset_(0) { }
62 : code_point_(code_point),
64 uchar code_point_; member in struct:unibrow::Mapping::CacheEntry
unicode-inl.h 16 if (entry.code_point_ == code_point) return entry.value_;
30 if (entry.code_point_ == c) {

Completed in 984 milliseconds