HomeSort by relevance Sort by last modified time
    Searched refs:strings (Results 326 - 350 of 533) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 45 #include <strings.h>
  /external/zlib/contrib/masm686/
match.asm 295 ;/* Test the strings for equality, 8 bytes at a time. At the end,
299 ; * strings match each other, and they can be safely passed over before
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 289 public void invokeOemRilRequestStrings(String[] strings, Message response) {
  /hardware/ril/reference-ril/
reference-ril.c 194 // Some lame implementations return strings
1220 const char** strings = (const char**)data;; local
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 35 # include <strings.h>
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 217 #include <strings.h> /* defines "memcpy", etc for BSD (?) */
  /system/media/wilhelm/src/
sles_allinclusive.h 28 #include <strings.h>
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 602 int[]array1 = mResources.getIntArray(R.array.strings);
733 checkStringArray(R.array.strings, new String[] {
736 checkTextArray(R.array.strings, new String[] {
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 770 const char* strings[] = {"INVALID", "OFFLINE", "OFFLINE_UNSYNCED", "SYNCING", local
772 COMPILE_ASSERT(arraysize(strings) ==
780 return strings[summary];
    [all...]
  /external/freetype/src/cff/
cffload.c 382 /* entries to C-style strings (this is, NULL-terminated). */
616 ? (FT_String*)font->strings[element]
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 526 * Searches the rule's rule text for any of the specified strings.
527 * @param strings An array of strings to search the rule's rule
531 * _any_ of the strings in "strings"). If none of the strings in
532 * "strings" is found in the rule's rule text, returns -1.
535 NFRule::indexOfAny(const UChar* const strings[]) const
538 for (int i = 0; strings[i]; i++) {
539 int32_t pos = ruleText.indexOf(*strings[i])
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 43 * -- strings (groupStrings) are tokenized as follows:
56 * Different strings for a code point - normal name, 1.0 name, and ISO comment -
62 * uint16_t offsetHigh; -- group strings are at start of names data + groupStringsOffset + this 32 bit-offset
68 * -- The actual, tokenized group strings are not zero-terminated because
71 * For each of the 32 group strings, one or two nibbles are stored for its length.
77 * For the de-tokenizing, see token description above; the strings immediately follow the
109 * char strings[];
117 * The strings after the prefix are short pieces that are then appended to the result
325 addGroup(uint32_t groupMSB, uint8_t *strings, int16_t length);
926 /* store the groups like lines, with compressed data after raw strings */
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 480 string magic_string = strings::Substitute(
    [all...]
  /external/v8/src/
heap-profiler.cc 838 HistogramInfo& strings = info[kAllStringsType]; local
841 strings.increment_number(info[type].number()); \
842 strings.increment_bytes(info[type].bytes());
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 300 * Converts a comma-separated list of Strings to a set of Strings. Trims strings
303 private static HashSet<String> convertToSet(String strings) {
305 if (strings != null) {
306 String[] split = strings.split(",");
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 334 // test compare() etc. with strings that share a buffer but are not equal
350 /* these strings are in ascending order */
351 static const UChar strings[][4]={ local
363 UnicodeString u[20]; // must be at least as long as strings[]
366 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])); ++i) {
367 u[i]=UnicodeString(TRUE, strings[i], -1);
370 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])-1); ++i) {
    [all...]
tstnorm.cpp 65 * Convert Java-style strings with \u Unicode escapes into UnicodeString objects
643 // initially set the indexes into the middle of the strings
689 // src and expect strings
712 // src and expect strings for regression test for j2911
735 // initial indexes into the src and expect strings
936 strings[]={ local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 118 private static final String PH_STRINGS = "STRINGS"; //$NON-NLS-1$
166 + "strings.template"; //$NON-NLS-1$
174 private static final String STRINGS_FILE = "strings.xml"; //$NON-NLS-1$
315 // we'll put all the strings into values/strings.xml
388 // we'll put all the strings into values/strings.xml
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java     [all...]
  /dalvik/vm/
Misc.cpp 25 #include <strings.h>
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 27 #include <strings.h>
fen-node.c 27 #include <strings.h>
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 114 * Translated strings.
144 * Wrapper function to make dealing with translated strings more concise.
157 * Wrapper function to make dealing with translated strings more concise.
430 * Load translated strings.
433 chrome.fileBrowserPrivate.getStrings(function(strings) {
434 localStrings = new LocalStrings(strings);
435 cr.initLocale(strings);
522 // Populate the static localized strings.
    [all...]
  /external/grub/lib/
getopt.c 209 # include <strings.h>
  /external/icu4c/common/unicode/
uniset.h 33 * A mutable set of Unicode characters and multicharacter strings. Objects of this class
99 * <td valign="top">The character 'a' and the multicharacter strings &quot;ab&quot; and
292 UVector* strings; // maintained in sorted order member in class:UnicodeSet
727 * codepoints and strings.
771 * Returns true if this set contains all the characters and strings
799 * Returns true if this set contains none of the characters and strings
828 * and strings of the given set.
846 * consists only of characters and strings that are contained in this se
    [all...]

Completed in 2319 milliseconds

<<11121314151617181920>>