Searched refs:EQUAL (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/libclosure-63/objectTests/
H A Drettypepromotion.c37 typedef enum { LESS = -1, EQUAL, GREATER } e; enumerator in enum:__anon9445
46 if (random()) return EQUAL;
H A Dthis.mm29 #define EQUAL 1
30 #if EQUAL
62 #if EQUAL
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dallcoll.cpp68 Collator::EQUAL,
69 Collator::EQUAL,
70 Collator::EQUAL, /* 20 */
73 Collator::EQUAL,
74 Collator::EQUAL,
75 Collator::EQUAL,
78 Collator::EQUAL,
79 Collator::EQUAL,
80 Collator::EQUAL,
81 Collator::EQUAL,
[all...]
H A Ddecoll.cpp89 { Collator::EQUAL, Collator::LESS },
93 { Collator::EQUAL, Collator::LESS },
94 { Collator::EQUAL, Collator::EQUAL },
96 { Collator::EQUAL, Collator::GREATER },
97 { Collator::EQUAL, Collator::EQUAL },
99 { Collator::EQUAL, Collator::GREATER }
H A Ddadrcoll.cpp111 el.relation = Collator::EQUAL;
262 Collator::EComparisonResult relation = Collator::EQUAL;
276 relation = Collator::EQUAL;
281 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) {
H A Dencoll.cpp139 Collator::EQUAL,
146 Collator::EQUAL,
166 Collator::EQUAL,
172 Collator::EQUAL,
173 Collator::EQUAL,
175 Collator::EQUAL,
176 Collator::EQUAL, /* 40 */
178 Collator::EQUAL,
179 Collator::EQUAL,
183 Collator::EQUAL,
[all...]
H A Dcurrcoll.cpp83 Collator::EComparisonResult expectedResult = Collator::EQUAL;
107 expectedResult = Collator::EQUAL;
H A Descoll.cpp78 Collator::EQUAL,
80 Collator::EQUAL
H A Dficoll.cpp66 Collator::EQUAL,
H A Dapicoll.cpp158 doAssert((col->compare("ab", "abc", 2) == Collator::EQUAL), "ab = abc with length 2 comparison failed");
162 doAssert((col->compare("black-bird", "blackbird", 5) == Collator::EQUAL), "black-bird = blackbird with length of 5 comparison failed");
584 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
587 doAssert(sortkEmpty.compareTo(sortkEmpty) == Collator::EQUAL, "Result should be (empty key) == (empty key)");
608 doAssert(sortk1.compareTo(sortk4) == Collator::EQUAL, "CollationKey::toByteArray(sortk1) Failed.");
609 doAssert(sortk2.compareTo(sortk5) == Collator::EQUAL, "CollationKey::toByteArray(sortk2) Failed.");
611 doAssert(sortk1.compareTo(sortk6) == Collator::EQUAL, "CollationKey::getByteArray(sortk1) Failed.");
612 doAssert(sortk2.compareTo(sortk7) == Collator::EQUAL, "CollationKey::getByteArray(sortk2) Failed.");
634 == Collator::EQUAL,
1007 doAssert((col->compare(test1, test2) == Collator::EQUAL), "Proble
[all...]
H A Dfrcoll.cpp177 expected = Collator::EQUAL;
H A Djacoll.cpp58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
H A Dthcoll.cpp264 expect = Collator::EQUAL;
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/
H A DCMakeLists.txt32 if(MSVC AND MSVC_VERSION EQUAL 1700)
/macosx-10.9.5/text_cmds-87/look/
H A Dlook.c79 #define EQUAL 0 macro
286 case EQUAL: /* Found it. */
304 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
314 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with
317 * o Matches up to len(s1) are EQUAL.
349 return (*s1 ? GREATER : EQUAL);
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.h90 EQUAL = 306, enumerator in enum:yytokentype
217 #define EQUAL 306 macro
H A Dparser.y1493 %token CONST_QUAL VOLATILE REGISTER STRUCT UNION EQUAL SIZEOF MODULE LBRACKET RBRACKET
1793 constant_directive : CONSTANT ID EQUAL definetype SEMI {
2202 pragma_directive : PRAGMA pragma_lang ID EQUAL pragma_arg {
2418 featattr : COMMA idstring EQUAL stringnum {
2423 | COMMA idstring EQUAL stringnum featattr {
2525 | TYPEMAP LPAREN typemap_type RPAREN tm_list EQUAL typemap_parm SEMI {
4026 | NAMESPACE ID EQUAL idcolon SEMI {
4456 | cpp_const EQUAL definetype SEMI {
4618 def_args : EQUAL definetype {
4629 | EQUAL definetyp
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck_st.c67 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) macro
229 ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
408 if (EQUAL(table, *key, ptr->key)) {
418 if (EQUAL(table, ptr->next->key, *key)) {
451 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
/macosx-10.9.5/libarchive-29/libarchive/
H A DCMakeLists.txt559 IF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
561 ELSE("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
563 ENDIF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
568 IF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
570 ELSE("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
572 ENDIF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
617 IF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
626 IF("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserTokens.h93 EQUAL, enumerator in enum:JSC::JSTokenType
/macosx-10.9.5/vim-53/runtime/syntax/
H A Domnimark.vim48 syn keyword omnimarkCommands ELEMENTS ELSEWHERE EMPTY ENTITIES ENTITY EPILOG-START EQUAL EXCEPT EXISTS EXTERNAL EXTERNAL-DATA-ENTITY EXTERNAL-ENTITY EXTERNAL-FUNCTION EXTERNAL-OUTPUT-FUNCTION
51 syn keyword omnimarkCommands GENERAL GLOBAL GREATER-EQUAL GREATER-THAN GROUPS
55 syn keyword omnimarkCommands LAST LASTMOST LC LENGTH LESS-EQUAL LESS-THAN LETTERS LIBRARY LITERAL LOCAL
H A Dcmake.vim38 \ ABSOLUTE AND BOOL CACHE COMMAND DEFINED DOC EQUAL EXISTS EXT FALSE GREATER INTERNAL LESS MATCHES NAME NAMES NAME_WE NOT OFF ON OR PATH PATHS PROGRAM STREQUAL STRGREATER STRING STRLESS TRUE
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBTransaction.cpp195 m_iterator.start_iter(*m_tree, target, TreeType::EQUAL);
246 m_iterator.start_iter(*m_tree, m_key, TreeType::EQUAL);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dcoll.h219 * EQUAL is returned if source string is compared to be equal to target
229 EQUAL = UCOL_EQUAL, // 0 enumerator in enum:Collator::EComparisonResult
359 * than target; EQUAL if source is equal to target; LESS if source is less
389 * length) is greater than target; EQUAL if source (up to specified
429 * . // result would be Collator::EQUAL ("abc" == "ABC")
445 * EQUAL if source is equal to target; LESS if source is less than
/macosx-10.9.5/ruby-104/ruby/
H A Dst.c85 #define EQUAL(table,x,y) ((x)==(y) || (*(table)->type->compare)((x),(y)) == 0) macro
353 ((ptr) != 0 && ((ptr)->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
400 (PHASH(table, i) != hash_val || !EQUAL(table, key, PKEY(table, i)))) {
746 if (EQUAL(table, *key, ptr->key)) {
783 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {

Completed in 251 milliseconds

12