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

12 3

  /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.
137 GREATER = 4,
139 GREATER_EQUAL = EQUAL | GREATER
188 // Key can be greater than key of starting node.
190 else if (st & GREATER)
325 // take greater branch from the nth node in the path, otherwise
352 // less from the node at depth N, if true branch greater.
356 // greater subtree has one more node than it's less subtree.
368 // together by having the "greater" handle of a node set to the
386 // Build a subtree with two nodes, slanting to greater
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp 132 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
134 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
152 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
155 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
459 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
561 == Collator::GREATER,
574 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
577 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)");
615 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 Failed");
618 doAssert(sortk6.compareTo(sortk7) == Collator::GREATER, "sortk6 >>> sortk7 Failed")
    [all...]
dadrcoll.cpp 115 el.relation = Collator::GREATER;
jacoll.cpp 60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
thcoll.cpp 263 expect = Collator::GREATER;
regcoll.cpp 387 "p\u00eache", "<", "p\u00e9ch\u00e9", // Comparing accents from end, p\u00e9ch\u00e9 is greater
1097 expectedResult = Collator::GREATER;
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 137 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
139 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
158 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
161 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
473 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
575 == Collator::GREATER,
588 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
591 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)");
615 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 Failed");
618 doAssert(sortk6.compareTo(sortk7) == Collator::GREATER, "sortk6 >>> sortk7 Failed")
    [all...]
dadrcoll.cpp 115 el.relation = Collator::GREATER;
jacoll.cpp 60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
thcoll.cpp 263 expect = Collator::GREATER;
regcoll.cpp 389 "p\u00eache", "<", "p\u00e9ch\u00e9", // Comparing accents from end, p\u00e9ch\u00e9 is greater
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h 116 * cout << "abc is greater than or equal to ABC" << endl;
221 * GREATER is returned if source string is compared to be greater than
230 GREATER = 1
342 * than, greater than or equal to another string.
345 * @return Returns a byte value. GREATER if source is greater
356 * than, greater than or equal to another string.
360 * @return Returns an enum value. UCOL_GREATER if source is greater
375 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
274 * @return the comparison result. GREATER if the source string is greater
286 * than, greater than or equal to another string.
290 * @return Returns an enum value. UCOL_GREATER if source is greater
302 * about whether a string is less than, greater than or equal to another
307 * @return the comparison result. GREATER if the source string is greater
324 * length) is greater than target; UCOL_EQUAL if source (up to specified
337 * is less than, greater than or equal to another string array
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 116 * cout << "abc is greater than or equal to ABC" << endl;
221 * GREATER is returned if source string is compared to be greater than
230 GREATER = 1
342 * than, greater than or equal to another string.
345 * @return Returns a byte value. GREATER if source is greater
356 * than, greater than or equal to another string.
360 * @return Returns an enum value. UCOL_GREATER if source is greater
375 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
274 * @return the comparison result. GREATER if the source string is greater
286 * than, greater than or equal to another string.
290 * @return Returns an enum value. UCOL_GREATER if source is greater
302 * about whether a string is less than, greater than or equal to another
307 * @return the comparison result. GREATER if the source string is greater
324 * length) is greater than target; UCOL_EQUAL if source (up to specified
337 * is less than, greater than or equal to another string array
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 747 * <li>{@link DatatypeConstants#GREATER} if this <code>Duration</code> is longer than <code>duration</code> parameter</li>
754 * {@link DatatypeConstants#LESSER}, {@link DatatypeConstants#EQUAL}, {@link DatatypeConstants#GREATER}
795 return compare(duration) == DatatypeConstants.GREATER;
    [all...]
  /external/libpcap/
grammar.c 76 GREATER = 267,
180 #define GREATER 267
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
grammar.y 170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
380 | GREATER NUM { $$ = gen_greater($2); }
scanner.l 251 greater return GREATER;
  /external/qemu/android/skin/
keyset.c 116 _KEYSYM1_(GREATER) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 62 OP(GREATER, ">") /* compare */ \
233 would be no meaningful interpretation for a wchar_t value greater
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 62 OP(GREATER, ">") /* compare */ \
233 would be no meaningful interpretation for a wchar_t value greater
    [all...]
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 432 GREATER: function (a, b) { return a !== null && a > b; } },
437 GREATER: /^>(\d+)/ },
    [all...]
  /external/v8/src/
assembler.cc 740 return x < y ? LESS : GREATER;
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 242 GREATER = 0x0204,

Completed in 373 milliseconds

12 3