HomeSort by relevance Sort by last modified time
    Searched refs:string1 (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
control_characters.js 46 // string1.match(new RegExp(string1))
47 var string1 = '?O? ?:i??'; variable
48 testcases[count++] = new TestCase ( SECTION, "string1 = " + string1 + " string1.match(string1)",
49 String([string1]), String(string1.match(string1)));
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSStringBuilder.h 59 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2)
61 PassRefPtr<UStringImpl> result = tryMakeString(string1, string2);
68 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3)
70 PassRefPtr<UStringImpl> result = tryMakeString(string1, string2, string3);
77 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4)
79 PassRefPtr<UStringImpl> result = tryMakeString(string1, string2, string3, string4);
86 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5)
88 PassRefPtr<UStringImpl> result = tryMakeString(string1, string2, string3, string4, string5);
95 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5, StringType6 string6)
97 PassRefPtr<UStringImpl> result = tryMakeString(string1, string2, string3, string4, string5, string6)
    [all...]
UString.h 331 PassRefPtr<UStringImpl> tryMakeString(StringType1 string1, StringType2 string2)
333 StringTypeAdapter<StringType1> adapter1(string1);
351 PassRefPtr<UStringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3)
353 StringTypeAdapter<StringType1> adapter1(string1);
374 PassRefPtr<UStringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4)
376 StringTypeAdapter<StringType1> adapter1(string1);
400 PassRefPtr<UStringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5)
402 StringTypeAdapter<StringType1> adapter1(string1);
429 PassRefPtr<UStringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5, StringType6 string6)
431 StringTypeAdapter<StringType1> adapter1(string1);
    [all...]
  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 60 inline int strnicmp(const char* string1, const char* string2, size_t count)
62 return _strnicmp(string1, string2, count);
65 inline int stricmp(const char* string1, const char* string2)
67 return _stricmp(string1, string2);
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_int.h 82 void (*AVC_DebugLog)(AVCLogType type, char *string1, char *string2);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_int.h 82 void (*AVC_DebugLog)(AVCLogType type, char *string1, char *string2);
  /external/bluetooth/glib/tests/
testglib.c 1140 GString *string1, *string2; local
1146 string1 = g_string_new ("hi pete!");
1149 g_assert (strcmp ("hi pete!", string1->str) == 0);
1152 g_string_append_c (string1, 'a'+(i%26));
    [all...]
  /external/icu4c/samples/legacy/
newcol.cpp 42 int compare_current(const void *string1, const void *string2) {
44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
oldcol.cpp 43 int compare_legacy(const void *string1, const void *string2) {
45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
  /external/bluetooth/glib/tests/gobject/
ifacecheck.c 118 char *string1 = "A"; local
125 g_type_add_interface_check (string1, check_func);
143 g_type_remove_interface_check (string1, check_func);
  /frameworks/base/tests/CoreTests/android/core/
PerformanceTests.java 1106 String string1 = mString1; local
1186 String string1 = mString1; local
    [all...]
  /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/bluetooth/glib/glib/
gprintf.c 321 gchar *string1 = g_strndup (*string, len); local
323 *string = string1;
gtestutils.c 169 const gchar *string1,
196 g_print ("(MINPERF:%s)\n", string1);
200 g_print ("(MAXPERF:%s)\n", string1);
204 g_print ("(MSG: %s)\n", string1);
210 msg.n_strings = (string1 != NULL) + (string1 && string2);
212 astrings[0] = (gchar*) string1;
224 g_print ("GTest: run: %s\n", string1);
226 g_print ("%s: ", string1);
    [all...]
gstring.c 74 const gchar *string1 = v1; local
77 return strcmp (string1, string2) == 0;
500 GString *string1 = (GString *) v; local
502 gsize i = string1->len;
507 p = string1->str;
    [all...]
gstrfuncs.h 198 gchar* g_strconcat (const gchar *string1,
  /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/clearsilver/util/regex/
regex.h 438 /* Like `re_search', but search in the concatenation of STRING1 and
441 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
455 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
regex.c 308 `string1' or just past its end. This works if PTR is NULL, which is
311 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
871 print_double_string (where, string1, size1, string2, size2)
873 const char *string1;
886 for (this_char = where - string1; this_char < size1; this_char++)
887 putchar (string1[this_char]);
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h 226 \param "string1" "Logging message."
229 typedef void (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, int val2);
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 228 \param "string1" "Logging message."
231 typedef void (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, int val2);
  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 239 * @param string1
243 * @return a negative value if {@code string1} is less than {@code string2},
244 * 0 if they are equal and a positive value if {@code string1} is
247 public abstract int compare(String string1, String string2);
274 * @param string1
278 * @return {@code true} if {@code string1} and {@code string2} are equal
281 public boolean equals(String string1, String string2) {
282 return compare(string1, string2) == 0;
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 92 char[] string1 = buffer1.data; local
98 while (count1 > 0 && count2 > 0 && string1[count1 - 1] == string2[count2 - 1]) {
110 if (string1[i+j] != string2[j]) {
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 1120 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
1361 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
1477 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/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 806 private void println(String string1, String string2)
808 print(string1, string2);
813 private void print(String string1, String string2)
815 System.out.print(string1);

Completed in 2066 milliseconds

1 2