Home
last modified time | relevance | path

Searched refs:SetRange (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieTest.java53 private static final class SetRange class in TrieTest
55 SetRange(int start, int limit, int value, boolean overwrite) in SetRange() method in TrieTest.SetRange
199 private void _testTrieRanges(SetRange setRanges[], int countSetRanges, in _testTrieRanges()
356 private void _testTrieRanges2(SetRange setRanges[], in _testTrieRanges2()
368 private void _testTrieRanges4(SetRange setRanges[], int countSetRanges, in _testTrieRanges4()
381 private static SetRange setRanges1[]={
382 new SetRange(0, 0x20, 0, false),
383 new SetRange(0x20, 0xa7, 0x1234, false),
384 new SetRange(0xa7, 0x3400, 0, false),
385 new SetRange(
[all...]
H A DCodePointTrieTest.java37 private static class SetRange { class in CodePointTrieTest
38 SetRange(int start, int limit, int value) { in SetRange() method in CodePointTrieTest.SetRange
569 SetRange setRanges[], CheckRange checkRanges[]) { in makeTrieWithRanges()
600 testTrieRanges(String testName, boolean withClone, SetRange setRanges[], CheckRange checkRanges[]) { in testTrieRanges()
611 private static final SetRange
613 new SetRange(0, 0x40, 0 ),
614 new SetRange(0x40, 0xe7, 0x34),
615 new SetRange(0xe7, 0x3400, 0 ),
616 new SetRange(0x3400, 0x9fa6, 0x61),
617 new SetRange(
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieTest.java50 private static final class SetRange class in TrieTest
52 SetRange(int start, int limit, int value, boolean overwrite) in SetRange() method in TrieTest.SetRange
196 private void _testTrieRanges(SetRange setRanges[], int countSetRanges, in _testTrieRanges()
353 private void _testTrieRanges2(SetRange setRanges[], in _testTrieRanges2()
365 private void _testTrieRanges4(SetRange setRanges[], int countSetRanges, in _testTrieRanges4()
378 private static SetRange setRanges1[]={
379 new SetRange(0, 0x20, 0, false),
380 new SetRange(0x20, 0xa7, 0x1234, false),
381 new SetRange(0xa7, 0x3400, 0, false),
382 new SetRange(
[all...]
H A DCodePointTrieTest.java34 private static class SetRange { class in CodePointTrieTest
35 SetRange(int start, int limit, int value) { in SetRange() method in CodePointTrieTest.SetRange
566 SetRange setRanges[], CheckRange checkRanges[]) { in makeTrieWithRanges()
597 testTrieRanges(String testName, boolean withClone, SetRange setRanges[], CheckRange checkRanges[]) { in testTrieRanges()
608 private static final SetRange
610 new SetRange(0, 0x40, 0 ),
611 new SetRange(0x40, 0xe7, 0x34),
612 new SetRange(0xe7, 0x3400, 0 ),
613 new SetRange(0x3400, 0x9fa6, 0x61),
614 new SetRange(
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrietest.c39 typedef struct SetRange { struct
43 } SetRange; typedef
259 const SetRange setRanges[], int32_t countSetRanges, in testTrieRangesWithMalloc()
448 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges()
656 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges2()
684 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges4()
706 static const SetRange
745 static const SetRange
783 static const SetRange
H A Dtrie2test.c33 typedef struct SetRange { struct
37 } SetRange; typedef
833 const SetRange setRanges[], int32_t countSetRanges, in makeTrieWithRanges()
893 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges()
908 static const SetRange
947 static const SetRange
1020 static const SetRange
1047 static const SetRange
1058 static const SetRange
1295 const SetRange setRange in makeNewTrie1WithRanges()
[all...]
H A Ducptrietest.c27 typedef struct SetRange { struct
30 } SetRange; typedef
1003 const SetRange setRanges[], int32_t countSetRanges, in makeTrieWithRanges()
1055 const SetRange setRanges[], int32_t countSetRanges, in testTrieRanges()
1071 static const SetRange
1110 static const SetRange
1151 static const SetRange
1178 static const SetRange
1189 static const SetRange
1466 static const SetRange in TrieTestGetRangesFixedSurr()
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp79 void CProgressDialog::SetRange(UInt64 range) in SetRange() function in CProgressDialog
113 SetRange(total); in OnTimer()
H A DProgressDialog.h102 void SetRange(UInt64 range);
/third_party/lzma/CPP/Windows/Control/
H A DTrackbar.h14 void SetRange(int minimum, int maximum, bool redraw = true) in SetRange() function in NWindows::NControl::CTrackbar
/third_party/node/deps/v8/src/heap/
H A Dmarking.h161 void SetRange(uint32_t start_index, uint32_t end_index);
271 void ConcurrentBitmap<mode>::SetRange(uint32_t start_index, in SetRange() function in v8::internal::ConcurrentBitmap
H A Dspaces.cc179 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackArea()
191 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackAreaBackground()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc221 void SetRange(byte value, int count);
928 void RegExpBytecodePeephole::SetRange(byte value, int count) { in SetRange() function in v8::internal::__anon14964::RegExpBytecodePeephole
997 SetRange(0x00, arg.new_length - arg.length); in EmitArgument()

Completed in 15 milliseconds