Home
last modified time | relevance | path

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

/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_locale.txt79 //ldml/units/unitLength[@type="long"]/alias[@source="locale"][@path="../unitLength[@type='short']"]
81 //ldml/units/unitLength[@type="narrow"]/alias[@source="locale"][@path="../unitLength[@type='short']…
319 //ldml/units/unitLength[@type="narrow"]/unit[@type="(\w++)-(%A)"]/displayName ; /unitsNarrow/$1/$2/…
320 //ldml/units/unitLength[@type="short"]/unit[@type="(\w++)-(%A)"]/displayName ; /unitsShort/$1/$2/dn…
321 //ldml/units/unitLength[@type="long"]/unit[@type="(\w++)-(%A)"]/displayName ; /units/$1/$2/dnam
324 //ldml/units/unitLength[@type="narrow"]/unit[@type="(\w++)-(%A)"]/unitPattern[@count="(%A)"][@case=…
325 //ldml/units/unitLength[@type="short"]/unit[@type="(\w++)-(%A)"]/unitPattern[@count="(%A)"][@case="…
326 //ldml/units/unitLength[@type="long"]/unit[@type="(\w++)-(%A)"]/unitPattern[@count="(%A)"][@case="(…
327 //ldml/units/unitLength[@type="narrow"]/unit[@type="(\w++)-(%A)"]/unitPattern[@count="(%A)"] ; /uni…
328 //ldml/units/unitLength[@type="short"]/unit[@type="(\w++)-(%A)"]/unitPattern[@count="(%A)"] ; /unit…
[all …]
/third_party/skia/gm/
Ddashcircle.cpp70 SkScalar unitLength = arcLength / dashUnits; in onDraw() local
74 SkScalar span = dashExample.pattern[i2] * unitLength; in onDraw()
78 angle += span + (dashExample.pattern[i2 + 1]) * unitLength; in onDraw()
/third_party/flutter/skia/gm/
Ddashcircle.cpp71 SkScalar unitLength = arcLength / dashUnits; in onDraw() local
75 SkScalar span = dashExample.pattern[i2] * unitLength; in onDraw()
79 angle += span + (dashExample.pattern[i2 + 1]) * unitLength; in onDraw()