/system/core/sh/ |
parser.h | 37 /* control characters in argument strings */
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
string.c | 55 * strcmp - Compare two strings
|
/external/icu4c/i18n/unicode/ |
regex.h | 40 * expression pattern strings application code can be simplified and the explicit 279 * To efficiently work with UChar *strings, wrap the data in a UnicodeString 344 * array of pointers to strings. Local (stack based) arrays can 348 * extra strings in the destination array are not altered. 349 * If the number of destination strings is less than the number 500 * To efficiently work with UChar *strings, wrap the data in a UnicodeString 739 * To efficiently work with UChar *strings, wrap the data in a UnicodeString [all...] |
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 243 UnicodeString strings [] = { local 258 UnicodeString s = strings[i]; 560 Please extend the parsing method(s) to handle strings with 807 UnicodeString strings [] = { local 832 UnicodeString text = strings[i]; 917 UnicodeString strings [] = { local 942 UnicodeString dateString = strings[i]; [all...] |
/external/icu4c/tools/gencase/ |
store.c | 107 UTF-16 strings for full (string) mappings for lowercase, case folding, uppercase, titlecase 135 and the strings follow this optional value in the same order: 143 number of strings for case closure. 146 (and potentially, in the future, case closure strings). 150 strings are stored. 167 back from multi-character strings to their original code points, for use 170 The table contains two columns of strings. 172 in the second column. The strings are terminated with NUL or by the end of the 737 /* p always points to the code points; this loop ignores the strings completely */ 948 /* lengths of full case mapping strings, stored in the last slot * [all...] |
/packages/apps/IM/res/values/ |
strings.xml | 35 <!-- These strings displayed on the landing page. --> 49 <!-- These strings displayed on the landing page. --> 116 <!-- Strings for the confirm dialogs--> 141 <!-- These strings displayed on the landing page. --> 145 <!-- These strings are displayed on the account setup page. --> 161 <!-- These strings are displayed the sign in progress screen.--> 182 <!-- These strings are displayed on the contact list page. --> 196 <!-- Strings for contacts picker activity to inviting a contact into a group chat. Currently not supported.--> 206 <!-- These strings are displayed in the contact info dialog. --> 238 <!-- These strings are displayed on the connection setting activity. They are used for development only. Do not local (…) [all...] |
/dalvik/dexdump/ |
OpCodeNames.c | 23 * underscores, and the strings are all upper case. The output is easier 24 * to read if we do the strings by hand (could probably write a
|
/dalvik/dx/src/junit/framework/ |
Assert.java | 74 * Asserts that two Strings are equal. 84 * Asserts that two Strings are equal.
|
/dalvik/libcore/icu/src/main/native/ |
RuleBasedNumberFormat.cpp | 57 // release the allocated strings 89 // release the allocated strings
|
/dalvik/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 122 String message = "Hex values are parsed as Strings if their signed " + 128 assertParsed("Large hex longs shouldn't be yield ints or strings",
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
Assert.java | 74 * Asserts that two Strings are equal. 84 * Asserts that two Strings are equal.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
Header.java | 149 * String values. The map keys are Strings and the values are unmodifiable 150 * Lists of Strings.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest.java | 135 "strings" }); 163 .asList(new String[] { "a", "linked", "list", "of", "strings" }));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
X509V2CRLGenerator.java | 38 import org.bouncycastle.util.Strings; 126 sigOID = (DERObjectIdentifier)algorithms.get(Strings.toUpperCase(signatureAlgorithm));
|
X509V3CertificateGenerator.java | 31 import org.bouncycastle.util.Strings; 138 sigOID = (DERObjectIdentifier)algorithms.get(Strings.toUpperCase(signatureAlgorithm));
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 26 * Table of strings to operation code lookups. 41 /** Table of node type strings to opcode associations. */
|
/dalvik/tests/021-string2/src/junit/framework/ |
Assert.java | 74 * Asserts that two Strings are equal. 84 * Asserts that two Strings are equal.
|
/dalvik/tests/074-gc-thrash/src/ |
Main.java | 167 String strings[] = new String[ARRAY_SIZE]; local 171 strings[idx] = makeString(idx);
|
/dalvik/tests/082-inline-execute/src/ |
Main.java | 198 String[] strings = test.split("/"); 199 Assert.assertEquals(4, strings.length);
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
Assert.java | 74 * Asserts that two Strings are equal. 84 * Asserts that two Strings are equal.
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Main.java | 114 * at the end is removed. Empty strings are ignored. 156 * Adds all the filter strings from the given file.
|
/external/bluetooth/glib/docs/reference/gobject/ |
glib-mkenums.1 | 29 is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user\&. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection\&.
|
glib-mkenums.xml | 25 produce C code that contains enum values as strings so programs can provide 26 value name strings for introspection.
|
/external/e2fsprogs/intl/ |
printf.c | 1 /* Formatted output to strings, using POSIX/XSI format strings with positions.
|
/external/icu4c/common/ |
cstring.c | 232 /* compare non-NULL strings lexically with lowercase */ 271 /* compare non-NULL strings lexically with lowercase */
|