/packages/apps/Contacts/src/com/android/contacts/format/ |
FormatUtils.java | 47 * Finds the earliest point in string1 at which the first part of string2 matches. For example, 51 public static int overlapPoint(String string1, String string2) { 52 if (string1 == null || string2 == null) { 55 return overlapPoint(string1.toCharArray(), string2.toCharArray());
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 171 * Zero: String1 equals String2. 172 * < Zero: String1 is less than String2. 173 * > Zero: String1 is greater than String2. 208 * haystack: Ptr to string1. 264 * Zero: String1 equals String2. 265 * < Zero: String1 is less than String2. 266 * > Zero: String1 is greater than String2.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 172 * Zero: String1 equals String2. 173 * < Zero: String1 is less than String2. 174 * > Zero: String1 is greater than String2. 209 * haystack: Ptr to string1. 265 * Zero: String1 equals String2. 266 * < Zero: String1 is less than String2. 267 * > Zero: String1 is greater than String2.
|
/external/srec/portable/src/ |
LCHAR.c | 225 ESR_ReturnCode lstrcasecmp(const LCHAR *string1, const LCHAR *string2, int *result) 228 if (!string1 || !string2) 231 while (LTOUPPER(*string1) == LTOUPPER(*string2++)) 233 if (!*string1++) 240 *result = LTOUPPER(*string1) - LTOUPPER(*--string2);
|
/external/clang/test/Analysis/ |
properties.m | 46 NSString *string1 = [[NSString alloc] initWithFormat:@"test %f", 0.0]; // expected-warning {{Potential leak}} 47 cell.text = string1;
|
malloc.mm | 117 NSString * radar11152419(NSString *string1, NSMapTable *map) { 121 string = [string1 copy];
|
/libcore/luni/src/main/java/java/text/ |
Collator.java | 200 * @param string1 204 * @return a negative value if {@code string1} is less than {@code string2}, 205 * 0 if they are equal and a positive value if {@code string1} is 208 public abstract int compare(String string1, String string2); 234 * @param string1 238 * @return {@code true} if {@code string1} and {@code string2} are equal 241 public boolean equals(String string1, String string2) { 242 return compare(string1, string2) == 0;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex.c | 38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
AccessControlExceptionTest.java | 43 new AccessControlException("string1"),
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
arrays_pointer.sgml | 44 gchar *string1 = "one", *string2 = "two", *string3 = "three"; 47 g_ptr_array_add (gparray, (gpointer) string1); 51 if (g_ptr_array_index (gparray, 0) != (gpointer) string1) 53 g_ptr_array_index (gparray, 0), string1);
|
/external/v8/src/ |
preparse-data.h | 209 Key* string1 = reinterpret_cast<Key*>(a); local 211 if (string1->is_ascii != string2->is_ascii) return false; 212 int length = string1->literal_bytes.length(); 214 return memcmp(string1->literal_bytes.start(),
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
MockContentProvider.java | 148 private boolean equals(String string1, String string2) { 149 if (TextUtils.isEmpty(string1)) { 150 string1 = null; 155 return TextUtils.equals(string1, string2);
|
/external/srec/portable/include/ |
LCHAR.h | 134 * @param string1 Text containing integers 140 * @return ESR_INVALID_ARGUMENT is string1 or string2 is null 142 PORTABLE_API ESR_ReturnCode lstrcasecmp(const LCHAR *string1, const LCHAR *string2, int *result);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CollectionsTest.java | 818 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z"; local 819 char[] chars = string1.toCharArray(); 838 string1, getString(list)); 846 (string1 = string1.replace('S', 'K')), getString(list)); 854 (string1 = string1.replace('Z', 'N')), getString(list)); 862 (string1 = string1.replace('A', 'B')), getString(list)); 1033 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z" local 1141 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z-END"; local [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CollectionsTest.java | 992 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z"; local 1215 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z"; local 1319 String string1 = "A-B-C-D-E-S-JF-SUB-G-H-I-J-SUBL-K-L-LIST-M-N--S-S-O-SUBLIS-P-Q-R-SUBLIST-S-T-U-V-W-X-Y-Z-END"; local [all...] |
/external/llvm/test/Transforms/GVN/ |
2009-01-21-SortInvalidation.ll | 8 define fastcc i32 @byte_re_match_2_internal(%struct.re_pattern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %pos, %struct.re_registers* %regs, i32 %stop) nounwind {
|
/external/webkit/Source/WebCore/css/ |
tokenizer.flex | 14 string1 \"([\t !#$%&(-~]|\\{nl}|\'|{nonascii}|{escape})*\" 20 string {string1}|{string2}
|
/dalvik/tests/046-reflect/src/ |
Main.java | 53 field = target.getField("string1"); 164 field = target.getField("string1"); 169 System.out.println(" string1 value is '" + strVal + "'"); 175 System.out.println(" string1 value is now '" + strVal + "'"); 528 public String string1 = "hey"; field in class:Target
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 336 create_config_file("log_file = string1\n" 337 "log_file = string1 string2 \n" 354 assert(!strcmp(config.log_file, "string1 string2"));
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
CollationKeyTest.java | 68 assertTrue("Wrong source string1", collator.getCollationKey("abc")
|
/external/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 295 text = ('identifier1:"string1"\n \n\n' 304 (tokenizer.ConsumeString, 'string1'), 391 text = '"string1\'' 395 text = 'string1"'
|
/external/chromium/base/ |
file_path.h | 334 static int CompareIgnoreCase(const StringType& string1, 336 static bool CompareEqualIgnoreCase(const StringType& string1, 338 return CompareIgnoreCase(string1, string2) == 0; 340 static bool CompareLessIgnoreCase(const StringType& string1, 342 return CompareIgnoreCase(string1, string2) < 0; 357 static int HFSFastUnicodeCompare(const StringType& string1,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_classes.h | 659 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 721 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 737 * @return 1 if string1 > string2, -1 if string1 < string2, else 0.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 673 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 735 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 751 * @return 1 if string1 > string2, -1 if string1 < string2, else 0.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 673 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 735 * @return 1 if string1 > string2, -1 if string1 < string2, else 0. 751 * @return 1 if string1 > string2, -1 if string1 < string2, else 0.
|