HomeSort by relevance Sort by last modified time
    Searched full:litr (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 291 ListIterator<Node> litr = _children.listIterator(); local
292 while (litr.hasNext()) {
293 Node next = litr.next();
295 litr.previous();
312 litr.add(new Node(subArray(text, offset), addValue(null, value), null));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 289 ListIterator<Node> litr = _children.listIterator(); local
290 while (litr.hasNext()) {
291 Node next = litr.next();
293 litr.previous();
310 litr.add(new Node(subArray(text, offset), addValue(null, value), null));
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 445 'litr' : litres,
AppleScript_Suite.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 445 'litr' : litres,
AppleScript_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 445 'litr' : litres,
AppleScript_Suite.py     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 141 iterator LItr = begin(), LEnd = end();
144 while (LItr != LEnd && RItr != REnd) {
145 if (&*LItr == &*RItr) {
146 LItr.skipSubTree();
151 if (!LItr->isElementEqual(&*RItr))
154 ++LItr;
158 return LItr == LEnd && RItr == REnd;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 141 iterator LItr = begin(), LEnd = end();
144 while (LItr != LEnd && RItr != REnd) {
145 if (*LItr == *RItr) {
146 LItr.skipSubTree();
151 if (!LItr->isElementEqual(*RItr))
154 ++LItr;
158 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 145 iterator LItr = begin(), LEnd = end();
148 while (LItr != LEnd && RItr != REnd) {
149 if (&*LItr == &*RItr) {
150 LItr.skipSubTree();
155 if (!LItr->isElementEqual(&*RItr))
158 ++LItr;
162 return LItr == LEnd && RItr == REnd;
    [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 684 typeLiters = FOUR_CHAR_CODE('litr')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 684 typeLiters = FOUR_CHAR_CODE('litr')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 684 typeLiters = FOUR_CHAR_CODE('litr')
    [all...]
  /external/hyphenation-patterns/en-GB/
hyph-en-gb.pat.txt 4234 3litr
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 667 milliseconds

1 2