OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_char_in_segment_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
796
first_char_in_segment_
(-1),
806
if (
first_char_in_segment_
< 0) {
807
first_char_in_segment_
= parent_->StartCode(segment_index_);
809
next_char_ =
first_char_in_segment_
;
819
first_char_in_segment_
= -1;
[
all
...]
cmap_table.h
415
int32_t
first_char_in_segment_
;
member in class:sfntly::CMapTable::CMapFormat4::CharacterIterator
Completed in 50 milliseconds