/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-123437.js | 53 var strings = new Array(); 93 strings[i] = string; 105 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-165353.js | 51 var strings = new Array(); 103 strings[i] = string; 115 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-169497.js | 53 var strings = new Array(); 86 strings[i] = string; 98 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-187133.js | 65 var strings = new Array(); 123 strings[i] = string; 135 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-216591.js | 52 var strings = new Array(); 98 strings[i] = string; 110 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-220367-001.js | 52 var strings = new Array(); 85 strings[i] = string; 97 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-57572.js | 38 var strings = new Array(); 115 strings[i] = string; 127 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-76683.js | 36 var strings = new Array(); 79 strings[i] = string; 91 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-87231.js | 49 var strings = new Array(); 110 strings[i] = string; 122 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
shell.js | 44 function testRegExp(statuses, patterns, strings, actualmatches, expectedmatches) 60 string = strings[i]; 184 * b) Represent |undefined| and |null| by empty strings
|
/external/webkit/WebCore/platform/ |
KURLGooglePrivate.h | 60 // has just been created and the strings are NULL. Do not call on an 85 // buffer support both optinal Strings and UTF-8 data. This way, we can use 87 // string when canonicalization did not change it. This allows the strings
|
/external/webkit/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 71 BYTE* strings = buffer + stringsOffset; 91 result.adoptCF(CFStringCreateWithBytes(NULL, strings + nameOffset, length, kCFStringEncodingUTF16BE, false)); 98 result.adoptCF(CFStringCreateWithBytes(NULL, strings + nameOffset, length, kCFStringEncodingASCII, false));
|
/external/webkit/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 157 // FIXME: We want a default here, but that would add localized strings. 162 // FIXME: We want a default here, but that would add localized strings. 183 // FIXME: We want a default here, but that would add localized strings.
|
/frameworks/base/docs/html/resources/tutorials/views/ |
index.jd | 24 hard-coded strings are used in places, when the better practice is to reference strings from a 25 <code>res/values/strings.xml</code> resource file.</p>
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 106 String[] strings = new String[values.length]; local 108 strings[i] = toString(values[i]); 110 return strings;
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPProcessor_OEM.h | 78 * iArgc: The number of arguments (strings) in aArgv[] 79 * aArgv: An array of arguments (ANSI Strings) 80 * aEnvp: An array of environment settings (ANSI Strings)
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPProcessor_OEM.h | 78 * iArgc: The number of arguments (strings) in aArgv[] 79 * aArgv: An array of arguments (ANSI Strings) 80 * aEnvp: An array of environment settings (ANSI Strings)
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHeap.java | 432 * This is just a serial collection of strings, each of which is a 435 private void readStringTable(ByteBuffer data, String[] strings) { 436 int count = strings.length; 442 strings[i] = descriptorToDot(descriptor); 455 * (2b) number of class name strings 456 * (2b) number of method name strings 457 * (2b) number of source file name strings 468 * (xb) class name strings 469 * (xb) method name strings 470 * (xb) source file strings [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 174 public void processNewLines(String[] strings) { 175 if (strings.length > 0) { 177 Matcher matcher = pattern.matcher(strings[0]);
|
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 141 void* my_PHashTableCreate_FromStrings( const char* strings[], int num_strings, 156 rc = PHashTableGetValue( table, strings[i], (void**)&old); 158 rc = PHashTablePutValue( table, strings[i], (const void *)i, NULL ); 763 char ** strings; local 768 lts->strings = strings = (char **) lts_alloc(num, sizeof(char*)); 771 if (strings == NULL || lts->string_lens == NULL ) { 779 str = strings[i] = lts_alloc(len + 1, sizeof(char)); 790 bitarray_populate_from_list( lts->membership, lts->strings[i], len); 791 lts->string_lens[i] = strlen(lts->strings[i]) [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 417 /* these strings are in ascending order */ 418 static const UChar strings[][4]={ local 434 for(i=0; i<(sizeof(strings)/sizeof(strings[0])-1); ++i) { 435 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) { 438 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) { 443 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) [all...] |
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 19 import com.vladium.util.Strings; 134 setPropertyOverride (AppLoggers.PROPERTY_VERBOSITY_FILTER, Strings.toListForm (Strings.merge (opt.getValues (), COMMA_DELIMITERS, true), ',')); 266 return Strings.mergeAT (opt.getValues (), delimiters, processAtFiles); 295 protected static final String COMMA_DELIMITERS = "," + Strings.WHITE_SPACE;
|
/external/icu4c/common/unicode/ |
usetiter.h | 29 * multicharacter strings of the UnicodeSet, if any. 35 * <p>To iterate over code points and strings, use a loop like this: 43 * consisting of single code points are returned as strings containing 182 * followed by all strings sorted order. Do not mix 201 * order, followed by all strings sorted order. Ranges are
|
utf.h | 29 * in and out of UTF-8/16 strings. 33 * ICU processes 16-bit Unicode strings. 34 * Most of the time, such strings are well-formed UTF-16. 97 * For more information see the ICU User Guide Strings chapter 98 * (http://icu-project.org/userguide/strings.html).
|
/external/icu4c/common/ |
uresdata.h | 45 URES_INDEX_STRINGS_TOP, /* [1] contains the top of the strings, */ 55 /* number of bytes at the beginning of the bundle before the strings start */ 85 * char keys[]; -- characters for key strings 101 * - Empty Unicode strings have an offset value of 0 in the Resource handle itself. 116 * Table items contain key-value pairs where the keys are 16-bit offsets to char * key strings.
|