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

  /external/icu/icu4c/source/common/
ruleiter.h 184 * parse the string returned by lookahead(), then call jumpahead() to
198 void jumpahead(int32_t count);
ruleiter.cpp 75 jumpahead(offset);
123 void RuleCharacterIterator::jumpahead(int32_t count) { function in class:RuleCharacterIterator
uniset_props.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 166 jumpahead(offset[0]);
265 * parse the string returned by lookahead(), then call jumpahead() to
283 public void jumpahead(int count) { method in class:RuleCharacterIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 165 jumpahead(offset[0]);
264 * parse the string returned by lookahead(), then call jumpahead() to
282 public void jumpahead(int count) { method in class:RuleCharacterIterator
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 35 jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n): member in class:Random
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n): member in class:WichmannHill
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stu
900 jumpahead = _inst.jumpahead variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 49 self.gen.jumpahead(100)
52 self.gen.jumpahead(100)
57 self.assertRaises(TypeError, self.gen.jumpahead) # needs an arg
58 self.assertRaises(TypeError, self.gen.jumpahead, 2, 3) # too many
63 self.gen.jumpahead(13550674232554645900)
171 # tests that jumpahead(n) semantics correspond to n calls to random()
174 self.gen.jumpahead(N)
223 self.gen.jumpahead(100)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 469 milliseconds