OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodingId
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
name_table.cc
252
container()->
EncodingId
(name_index_),
455
int32_t NameTable::
EncodingId
(int32_t index) {
499
return ConvertFromNameBytes(&b, PlatformId(index),
EncodingId
(index));
518
EncodingId
(index),
cmap_table.cc
69
int32_t encoding_id =
EncodingId
(index);
115
return NewCMapId(PlatformId(index),
EncodingId
(index));
123
int32_t CMapTable::
EncodingId
(int32_t index) {
[
all
...]
Completed in 222 milliseconds