HomeSort by relevance Sort by last modified time
    Searched refs:LESS (Results 26 - 50 of 64) sorted by null

12 3

  /external/chromium/third_party/icu/source/i18n/
sortkey.cpp 195 // An empty key is always LESS than a non-empty one
199 return Collator::LESS;
217 result = Collator::LESS;
236 return Collator::LESS;
244 return Collator::LESS;
  /external/icu4c/i18n/
sortkey.cpp 195 // An empty key is always LESS than a non-empty one
199 return Collator::LESS;
217 result = Collator::LESS;
236 return Collator::LESS;
244 return Collator::LESS;
  /external/chromium/third_party/icu/source/test/intltest/
tscoll.cpp 259 if(result == Collator::LESS) {
262 doTestVariant(col, target, source, Collator::LESS);
354 if (result == Collator::LESS)
356 target += "LESS";
mnkytst.cpp 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
thcoll.cpp 154 doTest(coll, lastWord, word, Collator::LESS);
261 expect = Collator::LESS;
dadrcoll.cpp 107 el.relation = Collator::LESS;
apicoll.cpp 130 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
131 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
133 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
150 doAssert((col->compare("ab", "AB", 2) == Collator::LESS), "ab < AB with length 2 comparison failed");
151 doAssert((col->compare("ab", "Aa", 1) == Collator::LESS), "ab < Aa with length 1 comparison failed");
154 doAssert((col->compare("black bird", "black-bird", 10) == Collator::LESS), "black bird < black-bird with length 10 comparison failed");
576 doAssert(sortkEmpty.compareTo(sortk1) == Collator::LESS, "Result should be (empty key) <<< \"Abcda\"");
    [all...]
regcoll.cpp 556 if (result != Collator::LESS)
1093 expectedResult = Collator::LESS;
    [all...]
  /external/icu4c/test/intltest/
tscoll.cpp 262 if(result == Collator::LESS) {
265 doTestVariant(col, target, source, Collator::LESS);
356 if (result == Collator::LESS)
358 target += "LESS";
mnkytst.cpp 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
thcoll.cpp 154 doTest(coll, lastWord, word, Collator::LESS);
261 expect = Collator::LESS;
dadrcoll.cpp 107 el.relation = Collator::LESS;
apicoll.cpp 135 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
136 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
138 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
156 doAssert((col->compare("ab", "AB", 2) == Collator::LESS), "ab < AB with length 2 comparison failed");
157 doAssert((col->compare("ab", "Aa", 1) == Collator::LESS), "ab < Aa with length 1 comparison failed");
160 doAssert((col->compare("black bird", "black-bird", 10) == Collator::LESS), "black bird < black-bird with length 10 comparison failed");
590 doAssert(sortkEmpty.compareTo(sortk1) == Collator::LESS, "Result should be (empty key) <<< \"Abcda\"");
    [all...]
regcoll.cpp 558 if (result != Collator::LESS)
    [all...]
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 124 // You pick 28 because MN(28) is 832,039, which is less than or equal to 1,000,000, and MN(29) is 1,346,268, which is strictly greater than 1,000,000.
136 LESS = 2,
138 LESS_EQUAL = EQUAL | LESS,
187 if (st & LESS)
191 // Key can be less than key of starting node.
326 // take the less branch. branch[0] gives branch from root, and
352 // less from the node at depth N, if true branch greater.
356 // greater subtree has one more node than it's less subtree.
365 // The algorithm relies on a stack of nodes whose less subtree has
414 // We've completed a less subtree
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h 114 * cout << "abc is less than ABC" << endl;
217 * LESS is returned if source string is compared to be less than target
228 LESS = -1,
341 * different strings. Returns information about whether a string is less
346 * than target; EQUAL if source is equal to target; LESS if source is less
355 * different strings. Returns information about whether a string is less
361 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
377 * length) is equal to target; LESS if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
275 * than the target string, LESS if the source is less than the
285 * different strings. Returns information about whether a string is less
291 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
302 * about whether a string is less than, greater than or equal to another
308 * than the target string, LESS if the source is less than the
326 * length) is less than target.
337 * is less than, greater than or equal to another string array
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 114 * cout << "abc is less than ABC" << endl;
217 * LESS is returned if source string is compared to be less than target
228 LESS = -1,
341 * different strings. Returns information about whether a string is less
346 * than target; EQUAL if source is equal to target; LESS if source is less
355 * different strings. Returns information about whether a string is less
361 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
377 * length) is equal to target; LESS if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
275 * than the target string, LESS if the source is less than the
285 * different strings. Returns information about whether a string is less
291 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
302 * about whether a string is less than, greater than or equal to another
308 * than the target string, LESS if the source is less than the
326 * length) is less than target.
337 * is less than, greater than or equal to another string array
    [all...]
  /external/libpcap/
grammar.c 75 LESS = 266,
179 #define LESS 266
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
grammar.y 170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
379 | LESS NUM { $$ = gen_less($2); }
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 101 b.setDepthFunc(ProgramStore.DepthFunc.LESS);
  /external/qemu/android/skin/
keyset.c 114 _KEYSYM1_(LESS) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 63 OP(LESS, "<") \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 63 OP(LESS, "<") \
    [all...]

Completed in 1760 milliseconds

12 3