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

  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 101 def getBucket(buckets, line):
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
141 getBucket(buckets, domain[0]).add(domain.strip())
147 getBucket(buckets, 'xn--').add(result[2:-1])
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 86 unsigned getBucket() const { return Index; }
126 if (T *Ptr = pop(Cap.getBucket()))
137 push(Cap.getBucket(), Ptr);
  /external/clang/include/clang/Lex/
HeaderMap.h 70 HMapBucket getBucket(unsigned BucketNo) const;
  /external/clang/lib/Lex/
HeaderMap.cpp 131 /// getBucket - Return the specified hash table bucket from the header map,
134 HMapBucket HeaderMap::getBucket(unsigned BucketNo) const {
186 HMapBucket B = getBucket(i);
221 HMapBucket B = getBucket(Bucket & (NumBuckets-1));
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
FlagSet.java 126 private long getBucket(int bucketIndex) {
136 if (getBucket(i) != other.getBucket(i)) {
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 71 inline bucket_type* getBucket() {
77 inline const bucket_type* getBucket() const {
175 inline bucket_type* getBucket() {
181 inline const bucket_type* getBucket() const {
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 80 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) {
130 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++;
149 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i);
158 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start);
195 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const {
197 return icu::getBucket(*buckets_->immutableVisibleList_, index);
513 Bucket *singleBucket = getBucket(*bucketList, i);
588 Bucket *nextBucket = getBucket(*bucketList, i);
590 bucket = getBucket(*bucketList, i);
610 bucket = getBucket(*bucketList, i)
    [all...]
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 34 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
377 const AlphabeticIndex::Bucket *bucket = immIndex->getBucket(bucketIndex);
390 TEST_ASSERT(immIndex->getBucket(-1) == NULL);
391 TEST_ASSERT(immIndex->getBucket(bucketIndex) == NULL);
644 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
672 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
673 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
674 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
675 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
676 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel())
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 401 labels.get(bucketIndex), immIndex.getBucket(bucketIndex).getLabel());
403 bucket.getLabelType(), immIndex.getBucket(bucketIndex).getLabelType());
436 assertNull("immutable getBucket(-1)", immIndex.getBucket(-1));
437 assertNull("immutable getBucket(count)", immIndex.getBucket(bucketIndex));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 165 * <li>ImmutableIndex.getBucket(index) provides random access to all
167 * <li>The AlphabeticIndex bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
176 * const UnicodeString &label = immutableIndex.getBucket(bucketIndex)->getLabel(); // optional
191 * and returned by ImmutableIndex.getBucket().
263 * Use getBucket() to get the bucket's properties.
278 const Bucket *getBucket(int32_t index) const;
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 171 const icu::AlphabeticIndex::Bucket* bucket = ii->getBucket(index);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 102 * <li>ImmutableIndex.getBucket(index) provides random access to all
113 * String label = immutableIndex.getBucket(bucketIndex).getLabel(); // optional
190 * Use {@link #getBucket(int)} to get the bucket's properties.
207 public Bucket<V> getBucket(int index) {
885 * returned by {@link AlphabeticIndex.ImmutableIndex#getBucket(int)},
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 719 milliseconds