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

<<21222324252627282930>>

  /system/core/include/acc/
acc.h 78 ACCsizei maxStringCount, ACCchar** strings);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
string.c 58 * strcmp - Compare two strings
  /external/bluetooth/glib/glib/
gstrfuncs.c 195 * This is useful for concatenating multiple strings together
279 * @Varargs: a %NULL-terminated list of strings to append to the string
281 * Concatenates all of the given strings into one long string.
343 * should you use this. Make sure that you don't pass strings such as comma
    [all...]
  /external/icu4c/common/
uniset_props.cpp 210 // these functions are parallel to the PERL_OPEN etc. strings above
260 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
289 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
310 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
506 // strings "[", "[^", "[-", and "[^-". Check for stand-in
    [all...]
propname.cpp 78 * This function does just that, for (char *) name strings.
93 /* If we reach the ends of both strings then they match */
119 /* If we reach the ends of both strings then they match */
510 * The outBytes must already contain the swapped strings.
519 * use a stable sort to avoid shuffling of equal strings,
634 /* swap the strings */
647 * resort strings in name->enum maps
700 /* name groups and strings were swapped above */
  /external/opencore/fileformats/id3parcom/include/
pv_id3_parcom.h 205 * that are not supported by ID3v1.x will be removed from the tag and data strings
237 * ID3 tag is composed using ID3 frames that are set for the tag. Data strings in ID3 frames are
472 * sent to this function have ASCII strings in them.
495 * sent to this function have unicode strings in them.
505 * sent to this function have unicode strings in them that will need to be
506 * read different than the ASCII strings.
522 * sent to this function have UTF8 strings in them.
532 * strings in them that will need to be read different than the ASCII strings.
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 145 /** The query base strings for query operation */
147 /** The query base strings for query operation */
150 /** The query base strings for query operation */
152 /** The query base strings for query operation */
154 /** The query base strings for query operation */
156 /** The query base strings for query operation */
159 /** The query base strings for query operation */
161 /** The query base strings for query operation */
163 /** The query base strings for query operation */
165 /** The query base strings for query operation *
    [all...]
  /bootable/recovery/mtdutils/
mounts.c 78 /* Free the old volume strings.
158 //TODO: free the strings we've allocated.
  /dalvik/libcore/luni/src/main/java/java/io/
DataOutput.java 24 * 32-bit float, 64-bit long, 64-bit double, byte strings, and {@link DataInput
25 * MUTF-8} encoded strings.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 373 List<String> strings = Arrays.asList(new String[] { "1", "2", "3", "1", "1" }); local
375 assertEquals("Assert 1: did not find three \"1\" strings", 3,
376 Collections.frequency(strings, "1"));
378 assertEquals("Assert 2: did not find one \"2\" strings", 1, Collections
379 .frequency(strings, "2"));
381 assertEquals("Assert 3: did not find three \"3\" strings", 1,
382 Collections.frequency(strings, "3"));
385 Collections.frequency(strings, null));
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertificateFactorySpi.java 152 * (as Strings). The first element is the default encoding.
155 * Strings).
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509V1CertificateGenerator.java 35 import org.bouncycastle.util.Strings;
139 sigOID = (DERObjectIdentifier)algorithms.get(Strings.toUpperCase(signatureAlgorithm));
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateRequest.java 58 //Requested certificate types as Strings
161 * Returns requested certificate types as array of strings
  /dalvik/vm/hprof/
Hprof.c 20 * we generate some of the data (strings and classes) while we dump the
129 LOGI("hprof: dumping heap strings to \"%s\".\n", tailCtx->fileName);
HprofClass.c 99 * Add semicolons to make all strings have the format
175 * (strings need to be dumped before classes).
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 99 // draw the normal strings
119 // now draw the positioned strings
  /external/bison/lib/
strverscmp.c 1 /* Compare strings while treating digits characters numerically.
55 /* Compare S1 and S2 as strings holding indices/version numbers,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
gregex.sgml 5 matches strings against regular expressions
29 Note that, unless you set the #G_REGEX_RAW flag, all the strings passed
31 inside the strings are in bytes and not in characters, so, for instance,
33 character. If you set #G_REGEX_RAW the strings can be non-valid UTF-8
34 strings and a byte is treated as a character, so "\xc3\xa0" is two bytes
143 @G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting
175 @G_REGEX_RAW: Usually strings must be valid UTF-8 strings, using this
  /external/bluetooth/glib/gobject/
glib-mkenums.1 12 enum values as strings so programs can provide value name strings for introspection.
  /external/dbus/test/data/sha-1/
Readme.txt 68 The message files provided use "compact strings" to store the message values. Compact strings are
  /external/emma/core/java12/com/vladium/emma/
AppLoggers.java 18 import com.vladium.util.Strings;
87 private static final String COMMA_DELIMITERS = "," + Strings.WHITE_SPACE;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
AttributeSet.java 15 import com.vladium.util.Strings;
75 Strings.HTMLEscape (value, m_buf);
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 14 import com.vladium.util.Strings;
96 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true);
  /external/expat/
README 72 strings as char), run:
76 For UTF-16 output as wchar_t (incl. version/error strings),
  /external/freetype/include/freetype/
ftsnames.h 117 /* Retrieve the number of name strings in the SFNT `name' table. */
123 /* The number of strings in the `name' table. */

Completed in 374 milliseconds

<<21222324252627282930>>