OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFormat2
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.cpp
56
le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(
valueFormat2
));
73
if (
valueFormat2
!= 0) {
76
valueRecord2->adjustPosition(SWAPW(
valueFormat2
), (char *) this, *glyphIterator, fontInstance);
101
le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(
valueFormat2
));
112
if (
valueFormat2
!= 0) {
115
valueRecord2->adjustPosition(SWAPW(
valueFormat2
), (const char *) this, *glyphIterator, fontInstance);
PairPositioningSubtables.h
41
ValueFormat
valueFormat2
;
Completed in 112 milliseconds