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

<<11121314151617181920>>

  /external/opencore/doc/oscl_html/
oscl__string__utf8_8h.html 9 <hr><h1>oscl_string_utf8.h File Reference</h1>Utilities to validate and truncate UTF-8 encoded strings.
24 Utilities to validate and truncate UTF-8 encoded strings.
oscl__string__xml_8h.html 9 <hr><h1>oscl_string_xml.h File Reference</h1>Utilities to escape special characters in XML strings.
24 Utilities to escape special characters in XML strings.
  /external/opencore/nodes/pvaacffparsernode/include/
pvmf_aacffparser_defs.h 39 // Capability mime strings
50 // Constant character strings for metadata keys
  /external/opencore/oscl/oscl/osclerror/src/
oscl_namestring.h 44 // short constant ASCII strings around.
45 // All strings are automatically truncated
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 33 // Fst. Only strings that are in the first automaton but not in second
117 // the difference to an output MutableFst. Only strings that are in
fstlib.h 23 // are used to represent sets of strings (specifically, "regular" or
25 // binary relations between pairs of strings (specifically, "rational
intersect.h 31 // version is a delayed Fst. Only strings that are in both automata
109 // strings that are in both automata are retained in the result.
synchronize.h 67 // Residual strings are represented by const pointers to
85 vector<const String*> strings; local
88 strings.push_back(*it);
90 for (size_t i = 0; i < strings.size(); ++i)
91 delete strings[i];
242 // Equality function for Elements, assume strings have been hashed.
267 // Equality function for strings
278 // Hash function for set of strings
  /external/stlport/test/unit/
iter_test.cpp 45 vector<const char*> v; // Vector of character strings.
66 Vec v; // Vector of character strings.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.2.js 25 Description: The elements of this object are converted to strings
26 and these strings are then concatenated, separated by
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Objects/
toString-001.js 99 * resulting string with an array of strings to make sure that the
100 * resulting string is some permutation of the strings in the array.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-102725.js 24 * "gcc -O2 problems converting numbers to strings"
30 var summary = 'Testing converting numbers to strings';
  /external/webkit/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 128 // FIXME: We need to find a better way to convert WebKit Strings into c strings
  /external/webkit/WebCore/platform/network/
Credential.cpp 30 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
42 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
ProtectionSpace.cpp 36 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
48 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
  /external/webkit/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp 67 // to represent security origins instead of strings. One issue
68 // with using strings is that createFromString(toString) does
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 222 List<String> strings = Lists.newArrayList(); local
224 strings.add(s);
226 MoreAsserts.assertEquals(expectedStrings, strings.toArray(new String[]{}));
231 String[] strings = { "abc", " abc", " abc", "abc ", "abc ", local
234 for (String s : strings) {
309 // Are all normal output strings identical?
313 // Are preserved output strings identical?
320 // Did preserved output strings preserve length?
  /system/core/sh/
nodes.c.pat 50 int funcstringsize; /* size of strings in node */
52 char *funcstring; /* block to allocate strings from */
  /external/icu4c/i18n/unicode/
coll.h 105 * The following example shows how to compare two strings using the
110 * // Compare two strings in the default locale
138 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
143 * For comparing strings exactly once, the <code>compare</code> method
144 * provides the best performance. When sorting a list of strings however, it
149 * zero-terminated byte strings. They consist of several substrings, one for
164 * orders for the same set of strings. Locales have specific collation rules,
167 * strings.
341 * different strings. Returns information about whether a string is less
355 * different strings. Returns information about whether a string is les
    [all...]
  /bionic/libc/string/
strcmp.c 42 * Compare strings.
strxfrm.c 32 * strcmp of transformed strings yields the same result as strcoll.
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 21 # and that variable's name is also represented in the strings, which
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeCollation.java 63 * Compare two strings.
64 * The strings will be compared using the normalization mode and options
78 * The normalization mode influences how strings are compared.
87 * The normalization mode influences how strings are compared.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
XMLFormatter.java 167 * strings, using the output handler's encoding if it is defined, otherwise
172 * @return the header string for log records formatted as XML strings.
194 * strings.
198 * @return the tail string for log records formatted as XML strings.
  /dalvik/libcore/luni/src/main/java/java/net/
CacheResponse.java 57 * of strings as values.

Completed in 310 milliseconds

<<11121314151617181920>>