Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimplePatternFormatter.java196 int offsetLength = formatReturningOffsetLength(result, offsets, placeholderValues); in formatAndReplace() local
200 if (offsetLength > placeholderAtStart) { in formatAndReplace()
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1775 const float offsetLength = (scene.lineWidth - 1.0f) / 2.0f; in verifySinglesampleWideLineGroupInterpolation() local
1777 const tcu::Vec2 offset = offsetDirection * offsetLength; in verifySinglesampleWideLineGroupInterpolation()