HomeSort by relevance Sort by last modified time
    Searched refs:SetRange (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieTest.java 53 private static final class SetRange
55 SetRange(int start, int limit, int value, boolean overwrite)
196 private void _testTrieRanges(SetRange setRanges[], int countSetRanges,
216 ok &= newTrie.setRange(start, limit, value, overwrite);
353 private void _testTrieRanges2(SetRange setRanges[],
365 private void _testTrieRanges4(SetRange setRanges[], int countSetRanges,
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)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trietest.c 38 typedef struct SetRange {
42 } SetRange;
257 const SetRange setRanges[], int32_t countSetRanges,
446 const SetRange setRanges[], int32_t countSetRanges,
654 const SetRange setRanges[], int32_t countSetRanges,
682 const SetRange setRanges[], int32_t countSetRanges,
704 static const SetRange
743 static const SetRange
781 static const SetRange
trie2test.c 29 typedef struct SetRange {
33 } SetRange;
796 const SetRange setRanges[], int32_t countSetRanges,
856 const SetRange setRanges[], int32_t countSetRanges,
871 static const SetRange
    [all...]
  /external/pdfium/core/src/fxcrt/
extension.h 69 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) FX_OVERRIDE
198 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size) FX_OVERRIDE
  /external/pdfium/core/include/fxcrt/
fx_stream.h 123 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size)
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 311 // Takes a deep copy of the elements unlike ArrayList.SetRange
312 void SetRange(int index, const std::vector< CTYPE >& values) throw (std::out_of_range) {
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
JetCtrls.py 414 self.spin.SetRange(-999,999)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 308 virtual HRESULT WINAPI SetRange(__LONG32 cpActive,__LONG32 cpOther) = 0;
370 HRESULT (WINAPI *SetRange)(ITextRange *This,__LONG32 cpActive,__LONG32 cpOther);
434 #define ITextRange_SetRange(This,cpActive,cpOther) (This)->lpVtbl->SetRange(This,cpActive,cpOther)
    [all...]
oledb.h     [all...]
d3drmobj.h     [all...]

Completed in 458 milliseconds