OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumCMaps
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/test/
cmap_editing_test.cc
60
ASSERT_EQ(1, cmap_table->
NumCMaps
());
95
ASSERT_EQ(cmap_table->
NumCMaps
(), new_cmap_table->
NumCMaps
());
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
520
int32_t
NumCMaps
();
531
static int32_t
NumCMaps
(ReadableFontData* data);
567
virtual int32_t
NumCMaps
();
cmap_table.cc
61
if (index < 0 || index >
NumCMaps
()) {
110
int32_t CMapTable::
NumCMaps
() {
162
if (table_index_ < table_->
NumCMaps
()) {
168
for (; table_index_ < table_->
NumCMaps
(); ++table_index_) {
[
all
...]
Completed in 55 milliseconds