Searched defs:different (Results 1 - 9 of 9) sorted by relevance

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java386 if (different(caseSensitive, ch, strArr[i])) {
405 if (different(caseSensitive, ch, strArr[strIdxStart])) {
425 if (different(caseSensitive, ch, strArr[strIdxEnd])) {
463 if (different(caseSensitive, ch,
496 private static boolean different( method in class:SelectorUtils
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc348 int different = DIFF_NONE; local
357 different |= DIFF_ROW_CHANGED;
361 different |= DIFF_TITLE_CHANGED;
366 different |= DIFF_NODE_CHANGED;
377 different |= DIFF_ROW_CHANGED;
380 different |= DIFF_NODE_CHANGED;
393 different |= DIFF_VISITS_ADDED;
398 different |= DIFF_NODE_CHANGED;
407 different |= DIFF_VISITS_ADDED;
412 if (different
[all...]
H A Dautofill_model_associator.cc484 bool different = timestamps.size() != timestamps_count; local
488 different = true;
492 if (different) {
497 return different;
/external/icu4c/test/cintltst/
H A Dcstrcase.c630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
643 lenDifferent=u_strlen(different);
670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
676 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
680 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
682 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
686 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp1036 different = UTEXT_INITIALIZER; local
1041 utext_openUChars(&different, _different, -1, &status);
1087 /* test against different string */
1089 UTEXT_SETNATIVEINDEX(&different, 0);
1090 result = utext_caseCompare(&mixed, -1, &different, -1, U_FOLD_CASE_DEFAULT, &status);
1092 errln("error: utext_caseCompare (different, default) gives %ld (should be positive) (%s)\n", result, u_errorName(status));
1095 UTEXT_SETNATIVEINDEX(&different, 0);
1096 result = utext_caseCompareNativeLimit(&mixed, -1, &different, -1, U_FOLD_CASE_DEFAULT, &status);
1098 errln("error: utext_caseCompareNativeLimit (different, default) gives %ld (should be positive) (%s)\n", result, u_errorName(status));
1101 /* test caseCompare() - include the folded sharp s (U+00df) with different length
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 231 milliseconds