Home | Sort by relevance Sort by last modified time |
/external/sfntly/cpp/src/sfntly/table/core/ | |
cmap_table.cc | 799 next_char_set_(false) { 803 if (next_char_set_) 810 next_char_set_ = true; 815 next_char_set_ = true; 825 if (!next_char_set_) { 834 next_char_set_ = false; [all...] |
cmap_table.h | 418 bool next_char_set_; member in class:sfntly::CMapTable::CMapFormat4::CharacterIterator |