Searched refs:ValueFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | ValueRecords.h | 22 typedef le_uint16 ValueFormat; typedef 29 le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const; 30 le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const; 31 void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 33 …void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &g… 36 static le_int16 getSize(ValueFormat valueFormat); 39 static le_int16 getFieldCount(ValueFormat valueFormat); 40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
|
D | ValueRecords.cpp | 20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const in getFieldValue() 28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field… in getFieldValue() 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIte… in adjustPosition() 141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIt… in adjustPosition() 245 le_int16 ValueRecord::getSize(ValueFormat valueFormat) in getSize() 250 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat) in getFieldCount() 278 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field) in getFieldIndex()
|
D | SinglePositioningSubtables.h | 31 ValueFormat valueFormat; 39 ValueFormat valueFormat;
|
D | PairPositioningSubtables.h | 40 ValueFormat valueFormat1; 41 ValueFormat valueFormat2;
|