Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java52 return bTop-maxSame; in getBCount()
76 aTop = bTop = maxSame; in checkMatch()
80 bTop = bCount; in checkMatch()
90 bTop = match; in checkMatch()
95 bTop = bCount-EQUALSIZE; in checkMatch()
134 if (bTop != 0) { in flush()
135 int newCount = bCount-bTop; in flush()
136 System.arraycopy(b, bTop, b, 0, newCount); in flush()
138 bTop = 0; in flush()
152 private int maxSame = 0, aTop = 0, bTop = 0; field in IntDiffer
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp424 bool bTop = mgUI.GetTopInset(fTopInset); in GetUIMargin() local
431 if (!bLeft || !bTop || !bRight || !bBottom) { in GetUIMargin()
434 if (!bTop) in GetUIMargin()