Home
last modified time | relevance | path

Searched refs:han (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp454 uint32_t han = (uint32_t) hanList[h]; in CollData() local
456 if (han < minHan) { in CollData()
457 minHan = han; in CollData()
460 if (han > maxHan) { in CollData()
461 maxHan = han; in CollData()
564 // all han have implicit orders which in minLengthInChars()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuset.h110 * cpuset_read_memory_pressure(han) - [optional] Read cpuset current memory_pressure
111 * cpuset_close_memory_pressure(han) - [optional] Close handle to read memory pressure
198 int cpuset_read_memory_pressure(int han);
199 void cpuset_close_memory_pressure(int han);
H A Dlibcpuset.c758 int cpuset_read_memory_pressure(int han) in cpuset_read_memory_pressure() argument
762 if (pread(han, buf, sizeof(buf), 0L) < 0) in cpuset_read_memory_pressure()
768 void cpuset_close_memory_pressure(int han) in cpuset_close_memory_pressure() argument
770 close(han); in cpuset_close_memory_pressure()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp754 SortedLines han(exemplarUSet, gExcludeSet, probe, logger, debug); in processCollator()
755 han.sort(true, true); in processCollator()
756 han.classifyRepertoire(); in processCollator()
757 han.getBounds(status); in processCollator()
759 tailoringBundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true); in processCollator()
760 bundle->log(han.toOutput(outputFormat, myLoc, platforms[gPlatformIndexes[0]].name, NULL, true, false, false), true); in processCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java426 // testing han numbers in TestNumeric()
427 int han[] = {0x96f6, 0, 0x58f9, 1, 0x8cb3, 2, 0x53c3, 3, in TestNumeric()
432 for (int i = 0; i < han.length; i += 2) { in TestNumeric()
433 if (UCharacter.getHanNumericValue(han[i]) != han[i + 1]) { in TestNumeric()
435 Integer.toHexString(han[i]) + " expected to be " + in TestNumeric()
436 han[i + 1]); in TestNumeric()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java423 // testing han numbers in TestNumeric()
424 int han[] = {0x96f6, 0, 0x58f9, 1, 0x8cb3, 2, 0x53c3, 3, in TestNumeric()
429 for (int i = 0; i < han.length; i += 2) { in TestNumeric()
430 if (UCharacter.getHanNumericValue(han[i]) != han[i + 1]) { in TestNumeric()
432 Integer.toHexString(han[i]) + " expected to be " + in TestNumeric()
433 han[i + 1]); in TestNumeric()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java306 Transliterator han = Transliterator.getInstance("Han-Latin"); in TestHan()
307 String target = han.transliterate(source); in TestHan()
309 UnicodeSet allHan = new UnicodeSet("[:han:]"); in TestHan()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java291 Transliterator han = Transliterator.getInstance("Han-Latin"); in TestHan()
292 String target = han.transliterate(source); in TestHan()
294 UnicodeSet allHan = new UnicodeSet("[:han:]"); in TestHan()

Completed in 26 milliseconds