/frameworks/base/docs/html/guide/topics/resources/ |
string-resource.jd | 6 <p>A string resource provides text strings for your application 8 your application with strings:</p> 14 <dd>XML resource that provides an array of strings.</dd> 16 <dd>XML resource that carries different strings for different pluralizations 20 <p>All strings are capable of applying some styling markup and formatting arguments. For 21 information about styling and formatting strings, see the section about <a 75 quotation marks. For more information about how to properly style and format your strings see <a 89 <dd>XML file saved at <code>res/values/strings.xml</code>: 127 <p>An array of strings that can be referenced from the application.</p> 171 <dd>Defines an array of strings. Contains one or more {@code <item>} elements [all...] |
/external/opencore/pvmi/pvmf/src/ |
pvmi_kvp_util.cpp | 347 // Determine the length of strings 357 /* Allocate memory for the strings 418 // Determine the length of strings 483 /* Determine the length of strings */ 492 /* Allocate memory for the strings 538 // Determine the length of strings 547 // Allocate memory for the strings 582 // Determine the length of strings 591 // Allocate memory for the strings 625 // Determine the length of strings [all...] |
/external/icu4c/common/ |
udataswp.h | 65 * output charset strings 121 * Compare invariant-character strings, one in the output data and the 123 * An output data string is compared because strings are usually swapped 126 * You can use -1 for the length parameters of NUL-terminated strings as usual. 247 * Swap a block of invariant, NUL-terminated strings, but not padding 266 * Swap invariant char * strings ASCII->EBCDIC. 275 * Copy invariant ASCII char * strings and verify they are invariant. 284 * Swap invariant char * strings EBCDIC->ASCII. 293 * Copy invariant EBCDIC char * strings and verify they are invariant.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMStringPool.java | 28 /** <p>DTMStringPool is an "interning" mechanism for strings. It will 31 * uniquely identify (and when necessary retrieve) the strings.</p> 51 * .hashCode() and .equals() operations. The API enforces Strings because 76 // -sb Add this to force empty strings to be index 0. 139 * from zero, as new unique strings are encountered.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StringVector.java | 24 * A very simple table that stores a list of strings, optimized 35 /** @serial Array of strings this contains */ 38 /** @serial Number of strings this contains */ 72 * @return Number of strings in the list 82 * @return Number of strings in the list
|
/external/e2fsprogs/po/ |
at-expand.pl | 4 "#. The strings in e2fsck's problem.c can be very hard to translate,\n", 5 "#. since the strings are expanded in two different ways. First of all,\n", 6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n", 9 "#. the \@-expansion, for the strings in the problem.c file.\n", 12 "#. choose, by providing translations for strings in e2fsck/message.c.\n",
|
/external/icu4c/common/unicode/ |
usprep.h | 29 * StringPrep prepares Unicode strings for use in network protocols. 31 * Unicode Strings are prepared. Each profiles contains tables which describe 42 * The procedure for preparing Unicode strings: 52 * requirements for bidirectional strings. If the string does not 53 * satisfy the requirements for bidirectional strings, return an
|
/external/icu4c/test/threadtest/ |
stringtest.cpp | 82 // Make four generations of copies of the source strings, in slightly variant ways. 95 // Recurse to make even more copies of the strings/ 109 fprintf(stderr, "Error, strings don't compare equal.\n"); 118 // Check that the reference counts on the buffers for all of the source strings 120 // make numerous copies of the strings, but at the top of the loop all
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-78156.js | 27 * The m flag means a regular expression should search strings 39 var strings = new Array(); 46 * All patterns have an m flag; all strings are multiline. 88 strings[i] = string; 100 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-31316.js | 37 var strings = new Array(); 61 strings[i] = string; 73 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-72964.js | 37 var strings = new Array(); 86 strings[i] = string; 98 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
ObjCController.m | 130 NSString *strings[3]; 131 strings[0] = @"one"; 132 strings[1] = @"two"; 133 strings[2] = @"three"; 134 NSArray *array = [NSArray arrayWithObjects:strings count:3];
|
/frameworks/base/awt/javax/imageio/spi/ |
ImageReaderSpi.java | 70 * the array of strings representing the file suffixes. 72 * the an array of strings representing MIME types. 78 * the array of strings with class names of all associated 195 * Gets an array of strings with names of the ImageWriterSpi classes that 199 * @return the array of strings with names of the ImageWriterSpi classes.
|
ImageWriterSpi.java | 72 * the array of strings representing the file suffixes. 74 * the an array of strings representing MIME types. 80 * the array of strings with class names of all associated 218 * Gets an array of strings with names of the ImageReaderSpi classes that 222 * @return the array of strings with names of the ImageWriterSpi classes.
|
/frameworks/base/tools/aapt/ |
StringPool.h | 66 * If 'sorted' is true, then the final strings in the resource data 72 * If 'utf8' is true, strings will be encoded with UTF-8 instead of 130 // Raw array of unique strings, in some arbitrary order. 142 // Unique set of all the strings added to the pool, mapped to 145 // Unique set of all (optional) identifiers of strings in the
|
/system/core/libacc/tests/ |
main.cpp | 171 char** strings = new char*[numPragmaStrings]; local 172 accGetPragmas(script, NULL, numPragmaStrings, strings); 174 fprintf(stderr, "#pragma %s(%s)\n", strings[i], strings[i+1]); 176 delete[] strings;
|
/bootable/recovery/edify/ |
README | 23 strings are "true". 43 - There's no distinction between quoted and unquoted strings; the 56 As shown in the last example, function names are just strings,
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
DisplayText.java | 67 * @param text the text to store. Strings longer than 200 74 // RFC3280 limits these strings to 200 chars 103 * @param text the text to encapsulate. Strings longer than 200
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
quarks.sgml | 9 Quarks are associations between strings and integer identifiers. 31 is a canonical representation for a string. One important advantage of interned strings 73 allocated strings in the main program, but not with statically
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
Text.java | 11 import com.vladium.util.Strings; 33 out.write (Strings.HTMLEscapeSP (m_text)); 35 out.write (Strings.HTMLEscape (m_text));
|
/external/icu4c/i18n/ |
uspoof_buildconf.h | 43 // String Pool A utility class for holding the strings that are the result of 44 // the spoof mappings. These strings will utimately end up in the 46 // This is sort of like a sorted set of strings, except that ICU's anemic
|
/external/icu4c/test/intltest/ |
dtfmttst.h | 57 * Verify that strings which contain incomplete specifications are parsed 108 * Verify the correct behavior when handling invalid input strings. 116 * the input strings in each row.
|
/frameworks/base/tools/localize/ |
XLIFFFile_test.cpp | 15 set<StringResource> const& strings = xf->GetStringResources(); local 18 for (set<StringResource>::iterator it=strings.begin(); it!=strings.end(); it++) {
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
dir | 37 * strings: (binutils)strings. List printable strings from files.
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
FilterCfg.java | 21 import com.vladium.util.Strings; 45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); 73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); 95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); 164 m_specs = Strings.mergeAT (values, COMMA_DELIMITERS, true); 181 protected static final String COMMA_DELIMITERS = COMMA + Strings.WHITE_SPACE;
|