Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java90 private static int shortLength = 2; field in TypesLengths
150 return shortLength; in getTypeLength()
234 shortLength = typeLength; in setTypeLength()
/external/skia/modules/skparagraph/src/
DTextWrapper.cpp110 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in lookAhead() local
111 !breaker.breakLine(shortLength)) { in lookAhead()