Home
last modified time | relevance | path

Searched refs:star (Results 1 - 25 of 70) sorted by relevance

123

/third_party/icu/icu4c/source/common/
H A Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/node/deps/icu-small/source/common/
H A Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/skia/docs/examples/
H A Dstar.cpp4 REG_FIDDLE(star, 256, 256, false, 0) { in REG_FIDDLE()
5 SkPath star() { in REG_FIDDLE() function
23 SkPath path(star()); in REG_FIDDLE()
H A Dflag_us_1960.cpp17 SkPath star; in REG_FIDDLE() local
21 &star); in REG_FIDDLE()
27 canvas->drawPath(star, paint); in REG_FIDDLE()
H A Dflag_us_1792.cpp17 SkPath star; in REG_FIDDLE() local
18 SkParsePath::FromSVGString("M 0 -150 L 88 121 L -143 -46 L 143 -46 L -88 121 Z", &star); in REG_FIDDLE()
25 canvas->drawPath(star, paint); in REG_FIDDLE()
H A DSkParsePath_ToSVGString.cpp5 SkPath star() { in REG_FIDDLE() function
18 SkParsePath::ToSVGString(star(), &s); in REG_FIDDLE()
H A Dstar2.cpp5 SkPath star() { in REG_FIDDLE() function
23 SkPath path(star()); in REG_FIDDLE()
H A Dskpaint_discrete_path_effect.cpp5 SkPath star() { in REG_FIDDLE() function
22 SkPath path(star()); in REG_FIDDLE()
H A Dskpaint_corner_path_effects.cpp5 SkPath star() { in REG_FIDDLE() function
22 SkPath path(star()); in REG_FIDDLE()
H A Ddefault3.cpp5 SkPath star() { in REG_FIDDLE() function
24 SkPath path(star()); in REG_FIDDLE()
H A Dskpaint_sum_path_effect.cpp5 SkPath star() { in REG_FIDDLE() function
23 SkPath path(star()); in REG_FIDDLE()
H A Dsum_path_effect.cpp5 SkPath star() { in REG_FIDDLE() function
24 SkPath path(star()); in REG_FIDDLE()
H A Dskpaint_dash_path_effect.cpp5 SkPath star() { in REG_FIDDLE() function
24 SkPath path(star()); in REG_FIDDLE()
H A Ddiscrete_path.cpp5 SkPath star() { in REG_FIDDLE() function
24 SkPath path(star()); in REG_FIDDLE()
H A Dskpaint_compose_path_effect.cpp5 SkPath star() { in REG_FIDDLE() function
26 SkPath path(star()); in REG_FIDDLE()
H A Dcompose_path.cpp5 SkPath star() { in REG_FIDDLE() function
27 SkPath path(star()); in REG_FIDDLE()
H A Dnot_path_gradient.cpp5 SkPath star() { in REG_FIDDLE() function
27 SkPath path(star()); in REG_FIDDLE()
H A Dshader.cpp5 SkPath star() { in REG_FIDDLE() function
25 SkPath path(star()); in REG_FIDDLE()
/third_party/skia/third_party/externals/tint/tools/src/match/
H A Dmatch.go49 star = "•"
61 subbed = strings.ReplaceAll(subbed, "*", star)
68 regex = strings.ReplaceAll(regex, star, "[^/]*")
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java259 boolean star = false; in getBestIndexAndDistance()
283 star = true; in getBestIndexAndDistance()
306 if (star || flags != 0) { in getBestIndexAndDistance()
325 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
439 boolean star = false; in getRegionPartitionsDistance()
451 } else if (star) { in getRegionPartitionsDistance()
455 star = true; in getRegionPartitionsDistance()
468 } else if (!star) { in getRegionPartitionsDistance()
475 star = true; in getRegionPartitionsDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleDistance.java264 boolean star = false; in getBestIndexAndDistance()
288 star = true; in getBestIndexAndDistance()
311 if (star || flags != 0) { in getBestIndexAndDistance()
330 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
444 boolean star = false; in getRegionPartitionsDistance()
456 } else if (star) { in getRegionPartitionsDistance()
460 star = true; in getRegionPartitionsDistance()
473 } else if (!star) { in getRegionPartitionsDistance()
480 star = true; in getRegionPartitionsDistance()
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
H A Dindex.js63 const star = pickManifest(packument, '*', looseOpts)
64 if (!star || !star._shouldAvoid) {
66 ...star,
/third_party/toybox/toys/posix/
H A Dod.c37 unsigned types, leftover, star;
140 if (!TT.star) { in od_outline()
142 TT.star++; in od_outline()
147 TT.star = 0; in od_outline()
159 if (TT.star) return; in od_outline()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_skeletons.cpp351 const char16_t* star; in wildcardCharacters() member
361 UnicodeString star(cas.star); in wildcardCharacters()
363 status.setScope(star); in wildcardCharacters()
367 assertEquals("Plus should normalize to star", star, normalized); in wildcardCharacters()

Completed in 13 milliseconds

123