Home
last modified time | relevance | path

Searched refs:didSomething (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp235 UBool didSomething = false; in main() local
270 didSomething=true; in main()
274 didSomething = true; in main()
279 didSomething = true; in main()
292 didSomething = true; in main()
297 didSomething = true; in main()
300 if(!didSomething) { in main()
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/
H A Dicuinfo.cpp235 UBool didSomething = FALSE; in main() local
270 didSomething=TRUE; in main()
274 didSomething = TRUE; in main()
279 didSomething = TRUE; in main()
292 didSomething = TRUE; in main()
297 didSomething = TRUE; in main()
300 if(!didSomething) { in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleBuilder.java345 boolean didSomething; in optimizeTables()
347 didSomething = false; in optimizeTables()
355 didSomething = true; in optimizeTables()
358 didSomething = true; in optimizeTables()
360 } while (didSomething); in optimizeTables()
/third_party/icu/icu4c/source/common/
H A Drbbirb.cpp339 bool didSomething; in optimizeTables() local
341 didSomething = false; in optimizeTables()
350 didSomething = true; in optimizeTables()
354 didSomething = true; in optimizeTables()
356 } while (didSomething); in optimizeTables()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBIRuleBuilder.java335 boolean didSomething; in optimizeTables()
337 didSomething = false; in optimizeTables()
345 didSomething = true; in optimizeTables()
348 didSomething = true; in optimizeTables()
350 } while (didSomething); in optimizeTables()
/third_party/node/deps/icu-small/source/common/
H A Drbbirb.cpp338 bool didSomething; in optimizeTables() local
340 didSomething = false; in optimizeTables()
349 didSomething = true; in optimizeTables()
353 didSomething = true; in optimizeTables()
355 } while (didSomething); in optimizeTables()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbirb.cpp339 bool didSomething; in optimizeTables() local
341 didSomething = false; in optimizeTables()
350 didSomething = true; in optimizeTables()
354 didSomething = true; in optimizeTables()
356 } while (didSomething); in optimizeTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp721 bool didSomething = false; in runOnMachineFunction()
773 didSomething = true; in runOnMachineFunction()
782 if (didSomething) in runOnMachineFunction()
787 return didSomething; in runOnMachineFunction()
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go192 didSomething := false
224 didSomething = true
286 didSomething = true
289 if !didSomething {
/third_party/node/deps/minimatch/
H A Dindex.js1234 let didSomething = false;
1236 didSomething = false;
1243 didSomething = true;
1249 didSomething = true;
1257 didSomething = true;
1262 } while (didSomething);
1284 let didSomething = false;
1286 didSomething = false;
1305 didSomething = true;
1318 didSomething
[all...]

Completed in 8 milliseconds