Home
last modified time | relevance | path

Searched refs:valueFormat1 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DPairPositioningSubtables.cpp55 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
69 if (valueFormat1 != 0) { in process()
70 …pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fon… in process()
100 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
108 if (valueFormat1 != 0) { in process()
109 …class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontIn… in process()
DPairPositioningSubtables.h40 ValueFormat valueFormat1; member