Home
last modified time | relevance | path

Searched refs:applied_second (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairPosFormat2.hh156 bool applied_first = false, applied_second = false; in apply() local
212 applied_first = applied_second = kern != 0; in apply()
228applied_second = len2 && valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx]… in apply()
230 if (applied_first || applied_second) in apply()
246 if (applied_first || applied_second) in apply()
DPairSet.hh127 …bool applied_second = len2 && valueFormats[1].apply_value (c, this, &record->values[len1], buffer-… in apply() local
129 if (applied_first || applied_second) in apply()
144 if (applied_first || applied_second) in apply()
/external/python/cpython3/Lib/test/
Dtest_decorators.py332 def applied_second(x): function
335 @applied_second