HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 601 - 625 of 3020) sorted by null

<<21222324252627282930>>

  /external/elfutils/libebl/
eblstrtab.c 184 /* More strings? */
191 /* Compare the strings. */
215 /* Make sure all "" strings get offset 0 but only if the table was
eblwstrtab.c 184 /* More strings? */
191 /* Compare the strings. */
215 /* Make sure all "" strings get offset 0 but only if the table was
  /external/icu4c/common/
ucnv_io.c 104 * 8) This is the string table. All strings are indexed on an even address.
105 * There are two reasons for this. First many chip architectures locate strings
108 * only have strings starting on an even address.
110 * 9) When present this is a set of prenormalized strings from section 8. This
111 * table contains normalized strings with the dashes and spaces stripped out,
112 * and all strings lowercased. In the future, the options in section 7 may state
471 * Thus the strings "UTF-8", "utf_8", "u*T@f08" and "Utf 8" are exactly equivalent.
545 /* If we reach the ends of both strings then they match */
    [all...]
  /external/icu4c/i18n/
reldtfmt.h 27 // internal structure used for caching strings
209 * Apply the given unlocalized date & time pattern strings to this relative date format.
232 URelativeString *fDates; // array of strings
  /external/icu4c/i18n/unicode/
dcfmtsym.h 324 * returning a const reference to one of the symbol strings.
343 * Private symbol strings.
352 * to non-resource bundle strings,
  /external/iptables/extensions/
libipt_string.c 12 * Fixed iptables save/restore for ascii strings
13 * that contain space chars, and hex strings that
15 * strings in hex mode if any non-printable char
  /external/opencore/doc/oscl_html/
classOSCL__StackString.html 47 OSCL_StackString is a simple string class, compatible with regular character array strings.
49 The string array is fixed length, is allocated from the stack, and is modifiable. Operations that update the string will automatically truncate it to fit the fixed size storage. This is recommended for use for short strings (&lt;255). Use <a class="el" href="classOSCL__HeapString.html">OSCL_HeapString</a> for very large strings to avoid stack overflow.<dl compact><dt><b>Parameters: </b></dt><dd>
  /external/v8/tools/
jsmin.py 66 (So we can avoid renaming variables to these strings.)
92 These can be curly braces, literal strings, function declarations and var
170 """Returns literal strings unchanged, replaces other inputs with group 2.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
octal-002.js 69 var strings = new Array();
199 strings[i] = string;
211 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
  /frameworks/base/docs/html/resources/tutorials/views/
hello-listview.jd 131 <p>This is the array of strings that will be placed into the {@link android.widget.ListView}.</p>
143 resource in your project {@code res/values/strings.xml} file. For example:</p>
158 <p>To use these resource strings for the {@link android.widget.ArrayAdapter}, replace the original
  /hardware/ti/omap3/dspbridge/inc/
csl.h 165 * Compare 2 ASCII strings. Works the same way as stdio's strcmp.
238 * Concatenate two strings together.
256 * Compare at most n characters of two ASCII strings. Works the same
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 166 * Compare 2 ASCII strings. Works the same way as stdio's strcmp.
239 * Concatenate two strings together.
257 * Compare at most n characters of two ASCII strings. Works the same
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ResourcesDescriptors.java 91 "@Strings@, with optional simple formatting, can be stored and retrieved as resources. You can add formatting to your string by using three standard HTML tags: b, i, and u. If you use an apostrophe or a quote in your string, you must either escape it or enclose the whole string in the other kind of enclosing quotes.",
214 "An array of strings. Strings are added as underlying item elements to the array.",
  /system/core/liblog/
event_tag_map.c 40 /* memory-mapped source file; we get strings from here */
62 * strings with '\0'.
202 /* parse the file, null-terminating tag strings */
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 163 A pair of strings (prefix before first unmatched ')',
436 # Matches strings. Escape codes should already be removed by ESCAPES.
535 1) elided member contains lines without strings and comments,
557 """Collapses strings and chars on a line to simple "" or '' blocks.
559 We nix strings first so we're not fooled by text like '"http://"'
565 The line with collapsed strings.
570 # outside of strings and chars.
591 strings and comments when matching; and the line we return is the
656 lines: An array of strings, each representing a line of the file.
699 lines: An array of strings, each representing a line of the file
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java 72 * Compares two strings like String.compareTo(), excepts treats a null
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 39 * quote. Quoted strings may not span multiple lines.
  /dalvik/hit/src/com/android/hit/
Heap.java 31 // Root objects such as interned strings, jni locals, etc
Instance.java 51 * as interned Strings and static class fields) may need to be searched
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetICU.java 29 * @param aliases the alias set as an array of strings
  /dalvik/libcore/icu/src/main/native/
NativeCollation.cpp 49 * Compare two strings.
50 * The strings will be compared using the normalization mode and options
166 * The normalization mode influences how strings are compared.
184 * The normalization mode influences how strings are compared.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Formatter.java 25 * string representation. Head and tail strings are sometimes used to wrap a set
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathChecker.java 105 * the list of critical X.509 extension OID strings.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 12 * convert a vector of octet strings into a single byte string
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509Principal.java 112 * should provide a table of lookups, indexed by lowercase only strings and

Completed in 238 milliseconds

<<21222324252627282930>>