/third_party/icu/icu4c/source/common/ |
H A D | locdistance.cpp | 126 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 D | locdistance.cpp | 126 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 D | locdistance.cpp | 126 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 D | star.cpp | 4 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 D | flag_us_1960.cpp | 17 SkPath star; in REG_FIDDLE() local 21 &star); in REG_FIDDLE() 27 canvas->drawPath(star, paint); in REG_FIDDLE()
|
H A D | flag_us_1792.cpp | 17 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 D | SkParsePath_ToSVGString.cpp | 5 SkPath star() { in REG_FIDDLE() function 18 SkParsePath::ToSVGString(star(), &s); in REG_FIDDLE()
|
H A D | star2.cpp | 5 SkPath star() { in REG_FIDDLE() function 23 SkPath path(star()); in REG_FIDDLE()
|
H A D | skpaint_discrete_path_effect.cpp | 5 SkPath star() { in REG_FIDDLE() function 22 SkPath path(star()); in REG_FIDDLE()
|
H A D | skpaint_corner_path_effects.cpp | 5 SkPath star() { in REG_FIDDLE() function 22 SkPath path(star()); in REG_FIDDLE()
|
H A D | default3.cpp | 5 SkPath star() { in REG_FIDDLE() function 24 SkPath path(star()); in REG_FIDDLE()
|
H A D | skpaint_sum_path_effect.cpp | 5 SkPath star() { in REG_FIDDLE() function 23 SkPath path(star()); in REG_FIDDLE()
|
H A D | sum_path_effect.cpp | 5 SkPath star() { in REG_FIDDLE() function 24 SkPath path(star()); in REG_FIDDLE()
|
H A D | skpaint_dash_path_effect.cpp | 5 SkPath star() { in REG_FIDDLE() function 24 SkPath path(star()); in REG_FIDDLE()
|
H A D | discrete_path.cpp | 5 SkPath star() { in REG_FIDDLE() function 24 SkPath path(star()); in REG_FIDDLE()
|
H A D | skpaint_compose_path_effect.cpp | 5 SkPath star() { in REG_FIDDLE() function 26 SkPath path(star()); in REG_FIDDLE()
|
H A D | compose_path.cpp | 5 SkPath star() { in REG_FIDDLE() function 27 SkPath path(star()); in REG_FIDDLE()
|
H A D | not_path_gradient.cpp | 5 SkPath star() { in REG_FIDDLE() function 27 SkPath path(star()); in REG_FIDDLE()
|
H A D | shader.cpp | 5 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 D | match.go | 49 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 D | LocaleDistance.java | 259 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 D | LocaleDistance.java | 264 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 D | index.js | 63 const star = pickManifest(packument, '*', looseOpts) 64 if (!star || !star._shouldAvoid) { 66 ...star,
|
/third_party/toybox/toys/posix/ |
H A D | od.c | 37 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 D | numbertest_skeletons.cpp | 351 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()
|