Searched refs:compare (Results 176 - 200 of 754) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp293 // test compare(UnicodeString)
294 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0)
295 errln("compare(UnicodeString) failed");
297 //test compare(offset, length, UnicodeString)
298 if(test1.compare(0, 14, test2) != 0 ||
299 test3.compare(0, 14, test2) != 0 ||
300 test4.compare(12, 14, test2) != 0 ||
301 test3.compare(
[all...]
H A Dallcoll.cpp166 Collator::EComparisonResult result = coll->compare(source, target);
172 /* To compare them with just primary differences */
174 result = coll->compare(source, target);
H A Dwindttst.cpp170 if (udBuffer.compare(wdBuffer) != 0) {
178 if (utBuffer.compare(wtBuffer) != 0) {
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h705 * \note In order to be able to compare two values returned by cc_context_get_change_time(),
939 * \param in_compare_to_context a context object to compare with \a in_context.
944 cc_int32 (*compare) (cc_context_t in_cc_context, member in struct:cc_context_f
1234 * \note In order to be able to compare two values returned by cc_ccache_get_change_time(),
1246 * \param in_compare_to_ccache a ccache object to compare with \a in_ccache.
1251 cc_int32 (*compare) (cc_ccache_t in_ccache, member in struct:cc_ccache_f
1364 * \param in_compare_to_credentials a credentials object to compare with \a in_credentials.
1370 cc_int32 (*compare) (cc_credentials_t in_credentials, member in struct:cc_credentials_f
1497 /*! Helper macro for cc_context_f compare() */
1499 ((context) -> functions -> compare (contex
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dplurrule.cpp428 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
606 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){
1335 if (0 == token.compare(PK_VAR_N, 1)) {
1337 } else if (0 == token.compare(PK_VAR_I, 1)) {
1339 } else if (0 == token.compare(PK_VAR_F, 1)) {
1341 } else if (0 == token.compare(PK_VAR_T, 1)) {
1343 } else if (0 == token.compare(PK_VAR_V, 1)) {
1345 } else if (0 == token.compare(PK_IS, 2)) {
1347 } else if (0 == token.compare(PK_AND, 3)) {
1349 } else if (0 == token.compare(PK_I
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktextio.rb241 if @console_mode && compare('insert', '<=', @ins_head)
247 if @console_mode && compare('insert', '<=', @ins_head)
308 if @console_mode && compare('insert', '<=', @ins_head)
467 compare(@txtpos, '==', 'end - 1 char')
552 @txtpos.set('end - 1 char') if compare(@txtpos, '>=', :end)
629 @txtpos.set('end - 1 char') if compare(@txtpos, '>=', :end)
674 @txtpos.set('end - 1 char') if compare(@txtpos, '>=', :end)
685 @txtpos.set('end - 1 char') if compare(@txtpos, '>=', :end)
765 @txtpos.set('end - 1 char') if compare(@txtpos, '>=', :end)
853 if compare(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl118 if {[string compare [package provide ttk::theme::aqua] ""] != 0 ||
119 [string compare [package provide tile::theme::aqua] ""] != 0} {
122 [string compare $tile::patchlevel "0.6.4"] < 0} {
175 if {[string compare $winSys "win32"] == 0 &&
202 if {[string compare $winSys "classic"] == 0 ||
203 [string compare $winSys "aqua"] == 0} {
408 if {[string compare $data(-disabledforeground) ""] == 0} {
429 if {$usingTile && [string compare $opt "-labelpady"] == 0} {
526 if {[string compare $val ""] == 0} {
532 if {([string compare
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DHashCompareTest.java107 public int compare(Object o1, Object o2) { method in class:HashComparator
118 public int compare(Object o1, Object o2) { method in class:BtreeComparator
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsdbtest001.tcl20 # TEST After all are entered, retrieve all; compare output to original.
73 # Now we will get each key from the DB and compare the results
90 # Now compare the keys to see if they match the
116 if { [string compare $method "-recno"] != 0 } {
129 if { [string compare $method "-recno"] != 0 } {
H A Dsdbtest002.tcl24 # TEST After all are entered, retrieve all; compare output to original.
64 # Now we will get each key from the DB and compare the results
94 # Now compare the keys to see if they match the dictionary (or ints)
133 if { [string compare $method "-recno"] != 0 } {
146 if { [string compare $method "-recno"] != 0 } {
H A Dtest002.tcl16 # TEST retrieve each. After all are entered, retrieve all; compare output
100 # Now we will get each key from the DB and compare the results
114 # Now compare the keys to see if they match the dictionary
138 if { [string compare $omethod "-recno"] != 0 } {
149 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest025.tcl17 if { [string compare $omethod "-btree"] == 0 } {
21 if { [string compare $omethod "-hash"] == 0 } {
114 # Now we will get each key from the DB and compare the results
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl70 and then compare the output in $testfile.tdy with the original file
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dnormlzr.h35 * There is one exception: The new API does not provide a replacement for Normalizer::compare().
271 * the user may have to put the string in its normalized form and compare the
417 * Set to compare strings case-insensitively using case folding,
441 compare(const UnicodeString &s1, const UnicodeString &s2,
571 * @param that a Normalizer object to compare this one to
581 * @param that a Normalizer object to compare this one to
783 Normalizer::compare(const UnicodeString &s1, const UnicodeString &s2, function in class:Normalizer
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DJavaScriptRuntimeCompletionProvider.js212 function compare(a, b)
223 completions.sort(compare);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashdump.c144 if (root->local->compare) sfprintf(sfstderr, "compare=0x%08lx ", (unsigned long)root->local->compare);
/macosx-10.10.1/rsync-45/rsync/support/
H A Datomic-rsync22 if (@_ = grep(/^--(link|compare)-dest/, @ARGV)) {
85 --link-dest or --compare-dest options (since this script uses --link-dest
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_basic_string.i25 %ignore compare;
184 compare(const basic_string& __str) const;
187 compare(size_type __pos, size_type __n, const basic_string& __str) const;
190 compare(size_type __pos1, size_type __n1, const basic_string& __str,
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DcheckLibraryDoc.tcl123 foreach {c d} [compare [grepCode $dir $pkg] [grepDocs $dir $pkg]] {}
135 proc compare {list1 list2} { procedure
H A DgenStubs.tcl342 if {![string compare [lindex $argList end] "..."]} {
357 if {![string compare $argInfo "void"]} {
533 if {![string compare $arg1 "TCL_VARARGS"]} {
537 if {[string compare $rtype "void"]} {
542 if {[string compare $rtype "void"]} {
547 if {[string compare $rtype "void"]} {
554 if {![string compare $arg1 "void"]} {
569 if {[string compare $rtype "void"]} {
H A Dmkdepend.tcl103 if {![string compare $fname $target]} {continue}
149 return [expr {[string compare [string tolower $prefix] \
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DcheckLibraryDoc.tcl123 foreach {c d} [compare [grepCode $dir $pkg] [grepDocs $dir $pkg]] {}
135 proc compare {list1 list2} { procedure
H A DgenStubs.tcl290 if {![string compare [lindex $argList end] "..."]} {
304 if {![string compare $argInfo "void"]} {
467 if {![string compare $arg1 "TCL_VARARGS"]} {
471 if {[string compare $rtype "void"]} {
476 if {[string compare $rtype "void"]} {
481 if {[string compare $rtype "void"]} {
488 if {![string compare $arg1 "void"]} {
503 if {[string compare $rtype "void"]} {
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dqsort.test27 # compare ints given pointers
79 if {[string compare $lsorted $ints] != 0} {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/tools/
H A DgenStubs.tcl290 if {![string compare [lindex $argList end] "..."]} {
304 if {![string compare $argInfo "void"]} {
468 if {![string compare $arg1 "TCL_VARARGS"]} {
472 if {[string compare $rtype "void"]} {
477 if {[string compare $rtype "void"]} {
482 if {[string compare $rtype "void"]} {
489 if {![string compare $arg1 "void"]} {
504 if {[string compare $rtype "void"]} {

Completed in 658 milliseconds

1234567891011>>