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

  /external/v8/src/
unicode.h 72 inline CacheEntry() : code_point_(kNoChar), offset_(0) { }
74 : code_point_(code_point),
76 uchar code_point_; member in struct:unibrow::Mapping::CacheEntry
unicode-inl.h 30 if (entry.code_point_ == c) {

Completed in 53 milliseconds