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

12 3 4 5 6

  /external/icu/icu4c/source/test/intltest/
escoll.cpp 73 Collator::GREATER,
tscoll.cpp 249 doTestVariant(col, target, source, Collator::GREATER);
250 } else if (result == Collator::GREATER) {
350 else if (result == Collator::GREATER)
352 target += "GREATER";
apicoll.cpp 96 // Check for a version greater than some value rather than equality
108 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
110 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
129 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
132 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
426 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
527 doAssert(sortkEmpty.compareTo(sortkNone) == Collator::GREATER,
555 == Collator::GREATER,
567 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
570 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)")
    [all...]
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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 34 GREATER = 21
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 34 GREATER = 21
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 267 doTestVariant(col, target, source, Collator::GREATER);
268 } else if (result == Collator::GREATER) {
368 else if (result == Collator::GREATER)
370 target += "GREATER";
apicoll.cpp 128 // Check for a version greater than some value rather than equality
140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
161 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
164 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
468 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
570 == Collator::GREATER,
583 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
586 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)");
610 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 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 262 expect = Collator::GREATER;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 275 |GREATER
418 GREATER : '>' ;
  /external/chromium_org/third_party/icu/source/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 = UCOL_GREATER // 1
355 * than, greater than or equal to another string.
358 * @return Returns a byte value. GREATER if source is greater
369 * than, greater than or equal to another string.
373 * @return Returns an enum value. UCOL_GREATER if source is greater
388 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 112 * cout << "abc is greater than or equal to ABC" << endl;
215 * GREATER is returned if source string is compared to be greater than
224 GREATER = UCOL_GREATER // 1
332 * than, greater than or equal to another string.
335 * @return Returns a byte value. GREATER if source is greater
346 * than, greater than or equal to another string.
350 * @return Returns an enum value. UCOL_GREATER if source is greater
365 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 60 * Drawn if the incoming depth value is greater than that in the
63 GREATER (3),
65 * Drawn if the incoming depth value is greater or equal to that
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 743 * <li>{@link DatatypeConstants#GREATER} if this <code>Duration</code> is longer than <code>duration</code> parameter</li>
750 * {@link DatatypeConstants#LESSER}, {@link DatatypeConstants#EQUAL}, {@link DatatypeConstants#GREATER}
791 return compare(duration) == DatatypeConstants.GREATER;
    [all...]
  /external/libpcap/
grammar.y 274 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
501 | GREATER NUM { $$ = gen_greater($2); }
grammar.c 356 GREATER = 267,
477 #define GREATER 267
1028 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
  /external/qemu/android/skin/
keyset.c 116 _KEYSYM1_(GREATER) \
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 353 if (cc == less || cc == greater) {
355 __ Branch(slow, greater, t4, Operand(FIRST_SPEC_OBJECT_TYPE));
361 __ Branch(slow, greater, t4, Operand(FIRST_SPEC_OBJECT_TYPE));
369 DCHECK(is_int16(GREATER) && is_int16(LESS));
373 __ li(v0, Operand(GREATER));
383 DCHECK(is_int16(GREATER) && is_int16(LESS));
386 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
387 } else if (cc == greater) {
388 __ li(v0, Operand(LESS)); // Things aren't greater than themselves.
393 // For less and greater we don't have to check for NaN since the result o
    [all...]
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.cc 349 if (cc == less || cc == greater) {
351 __ Branch(slow, greater, t0, Operand(FIRST_SPEC_OBJECT_TYPE));
357 __ Branch(slow, greater, t0, Operand(FIRST_SPEC_OBJECT_TYPE));
365 DCHECK(is_int16(GREATER) && is_int16(LESS));
369 __ li(v0, Operand(GREATER));
379 DCHECK(is_int16(GREATER) && is_int16(LESS));
382 __ li(v0, Operand(GREATER)); // Things aren't less than themselves.
383 } else if (cc == greater) {
384 __ li(v0, Operand(LESS)); // Things aren't greater than themselves.
388 // For less and greater we don't have to check for NaN since the result o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 56 OP(GREATER, ">") /* compare */ \
257 would be no meaningful interpretation for a wchar_t value greater
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 181 // If exponent is greater than or equal to 84, the 32 less significant
328 __ mov(r0, Operand(GREATER));
340 __ mov(r0, Operand(GREATER)); // Things aren't less than themselves.
342 __ mov(r0, Operand(LESS)); // Things aren't greater than themselves.
348 // For less and greater we don't have to check for NaN since the result of
379 __ mov(r0, Operand(GREATER)); // NaN <= NaN should fail.
644 __ mov(r0, Operand(GREATER), LeaveCC, gt);
652 __ mov(r0, Operand(GREATER));
719 ncr = GREATER;
728 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 244 __ Mov(result, GREATER);
255 __ Mov(result, GREATER); // Things aren't less than themselves.
257 __ Mov(result, LESS); // Things aren't greater than themselves.
277 __ Mov(result, GREATER);
535 STATIC_ASSERT((LESS == -1) && (EQUAL == 0) && (GREATER == 1));
546 __ Mov(result, GREATER);
633 ncr = GREATER;
642 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
3864 Register greater = x10; local
    [all...]

Completed in 5261 milliseconds

12 3 4 5 6