Searched refs:thawed (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 621 USet *thawed; in TestFreezable() local 649 thawed=uset_cloneAsThawed(frozen); in TestFreezable() 651 if (thawed == NULL) { in TestFreezable() 658 uset_addRange(thawed, 0xd802, 0xd805); in TestFreezable() 660 …if(uset_isFrozen(thawed) || uset_equals(thawed, idSet) || !uset_containsRange(thawed, 0xd802, 0xd8… in TestFreezable() 666 uset_close(thawed); in TestFreezable()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 4 After we cancel the sleep process should eventually reach the thawed 12 after the cgroup is thawed. 30 sleep process to wakeup almost immediately after the cgroup is thawed,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1998 TimeZone thawed = thawedZones[i].cloneAsThawed(); in checkThawed() local 1999 if (thawed.isFrozen() || !thawedZones[i].equals(thawed)) { in checkThawed() 2105 TimeZone thawed = frozenZones[i].cloneAsThawed(); in checkFrozen() local 2106 if (thawed.isFrozen() || !frozenZones[i].equals(thawed)) { in checkFrozen()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 1984 TimeZone thawed = thawedZones[i].cloneAsThawed(); in checkThawed() local 1985 if (thawed.isFrozen() || !thawedZones[i].equals(thawed)) { in checkThawed() 2091 TimeZone thawed = frozenZones[i].cloneAsThawed(); in checkFrozen() local 2092 if (thawed.isFrozen() || !frozenZones[i].equals(thawed)) { in checkFrozen()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TestMessageFormat.java | 2035 MessagePattern thawed = pattern.cloneAsThawed(); in TestMessagePatternFreezable() local 2036 assertFalse("thawed", thawed.isFrozen()); in TestMessagePatternFreezable() 2038 assertTrue("frozen!=thawed", pattern != thawed); in TestMessagePatternFreezable() 2039 thawed.parse("fo"); in TestMessagePatternFreezable() 2040 assertEquals("thawed+parse", "fo", thawed.autoQuoteApostropheDeep()); in TestMessagePatternFreezable()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 2032 MessagePattern thawed = pattern.cloneAsThawed(); in TestMessagePatternFreezable() local 2033 assertFalse("thawed", thawed.isFrozen()); in TestMessagePatternFreezable() 2035 assertTrue("frozen!=thawed", pattern != thawed); in TestMessagePatternFreezable() 2036 thawed.parse("fo"); in TestMessagePatternFreezable() 2037 assertEquals("thawed+parse", "fo", thawed.autoQuoteApostropheDeep()); in TestMessagePatternFreezable()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2304 UnicodeSet *thawed=frozen.cloneAsThawed(); in TestFreezable() local 2305 if(thawed->isFrozen() || *thawed!=frozen || thawed->containsSome(0xd802, 0xd805)) { in TestFreezable() 2308 thawed->add(0xd802, 0xd805); in TestFreezable() 2309 if(!thawed->contains(0xd802, 0xd805)) { in TestFreezable() 2312 delete thawed; in TestFreezable()
|
/third_party/icu/docs/userguide/icu/ |
D | design.md | 129 never be "thawed". For example, a `Collator` can be created, various attributes
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 4498 the snow having thawed as it fell, and the day being finer and a
|