Searched refs:code_point_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dunicode.h72 inline CacheEntry() : code_point_(kNoChar), offset_(0) { }
74 : code_point_(code_point),
76 uchar code_point_; member in struct:unibrow::Mapping::CacheEntry
H A Dunicode-inl.h30 if (entry.code_point_ == c) {

Completed in 349 milliseconds