OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueFormat
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
ValueRecords.h
22
typedef le_uint16
ValueFormat
;
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 &glyphIterator,
36
static le_int16 getSize(
ValueFormat
valueFormat)
[
all
...]
/external/harfbuzz/src/
harfbuzz-gpos-private.h
194
HB_UShort
ValueFormat
; /* format of ValueRecord table */
Completed in 71 milliseconds