/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TrieTest.java | 53 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 D | CodePointTrieTest.java | 37 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 D | TrieTest.java | 50 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 D | CodePointTrieTest.java | 34 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 D | trietest.c | 39 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 D | trie2test.c | 33 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 D | ucptrietest.c | 27 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 D | ProgressDialog.cpp | 79 void CProgressDialog::SetRange(UInt64 range)
in SetRange() function in CProgressDialog 113 SetRange(total);
in OnTimer()
|
H A D | ProgressDialog.h | 102 void SetRange(UInt64 range);
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Trackbar.h | 14 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 D | marking.h | 161 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 D | spaces.cc | 179 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 D | regexp-bytecode-peephole.cc | 221 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()
|