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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieTest.java 57 private static final class SetRange
59 SetRange(int start, int limit, int value, boolean overwrite)
200 private void _testTrieRanges(SetRange setRanges[], int countSetRanges,
220 ok &= newTrie.setRange(start, limit, value, overwrite);
357 private void _testTrieRanges2(SetRange setRanges[],
369 private void _testTrieRanges4(SetRange setRanges[], int countSetRanges,
382 private static SetRange setRanges1[]={
383 new SetRange(0, 0x20, 0, false),
384 new SetRange(0x20, 0xa7, 0x1234, false),
385 new SetRange(0xa7, 0x3400, 0, false)
    [all...]
  /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/lzma/CPP/Windows/Control/
Trackbar.h 15 void SetRange(int minimum, int maximum, bool redraw = true)
ProgressBar.h 17 LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMessage(PBM_SETRANGE, 0, MAKELPARAM(minValue, maxValue)); }
  /external/pdfium/xfa/include/fwl/lightwidget/
scrollbar.h 18 FWL_ERR SetRange(FX_FLOAT fMin, FX_FLOAT fMax);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 77 void CProgressDialog::SetRange(UInt64 range)
111 SetRange(total);
ProgressDialog.h 96 void SetRange(UInt64 range);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
scrollbar.cpp 40 FWL_ERR CFWL_ScrollBar::SetRange(FX_FLOAT fMin, FX_FLOAT fMax) {
43 return static_cast<IFWL_ScrollBar*>(m_pIface)->SetRange(fMin, fMax);
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_scrollbar.h 55 FWL_ERR SetRange(FX_FLOAT fMin, FX_FLOAT fMax);
  /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/xfa/src/fwl/src/basewidget/include/
fwl_scrollbarimp.h 32 virtual FWL_ERR SetRange(FX_FLOAT fMin, FX_FLOAT fMax);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 32 FWL_ERR IFWL_ScrollBar::SetRange(FX_FLOAT fMin, FX_FLOAT fMax) {
33 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetRange(fMin, fMax);
171 FWL_ERR CFWL_ScrollBarImp::SetRange(FX_FLOAT fMin, FX_FLOAT fMax) {
fwl_editimp.cpp     [all...]
fwl_listboximp.cpp 826 m_pVertScrollBar->SetRange(szRange.x, szRange.y);
861 m_pHorzScrollBar->SetRange(szRange.x, szRange.y);
    [all...]
  /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 407 milliseconds