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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 109 String[] strings = phoneticName.split(" ", 3); local
110 switch (strings.length) {
112 family = strings[0];
115 family = strings[0];
116 given = strings[1];
119 family = strings[0];
120 middle = strings[1];
121 given = strings[2];
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java 35 private static String[] s(String... strings) {
36 return strings;
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 328 DictionaryValue* strings) {
329 CHECK(strings);
331 strings->SetString("summary", "SYNC DISABLED");
336 strings->SetString("service_url", service->sync_service_url().spec());
337 strings->SetString("summary",
341 strings->Set("authenticated",
343 strings->SetString("auth_problem",
347 strings->SetString("time_since_sync", service->GetLastSyncedTimeString());
350 strings->Set("details", details);
399 strings->Set("unrecoverable_error_detected", new FundamentalValue(true))
    [all...]
sync_ui_util.h 67 DictionaryValue* strings);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 211 String[] strings = TextUtils.split(line, "-"); local
212 if (strings.length < 2) continue;
213 long id = addWord(strings[0].trim(), strings[1].trim());
215 Log.e(TAG, "unable to add word: " + strings[0].trim());
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 104 public static final String STRINGS_KEY = "strings";
389 * objects, such as Strings, Integers or lists of Strings. In this case, we
412 ArrayList<CharSequence> strings = new ArrayList<CharSequence>(); local
415 strings.add(item.getTitle());
416 strings.add(item.getLink());
417 strings.add(item.getDescription());
419 outState.putSerializable(STRINGS_KEY, strings);
447 List<CharSequence> strings = (ArrayList<CharSequence>)state.getSerializable(STRINGS_KEY);
449 for (int i = 0; i < strings.size(); i += 3)
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 59 "Checks for incomplete translations where not all strings are translated",
60 "If an application has more than one locale, then all the strings declared in " +
119 // NOTE - this will look for the presence of translation strings.
129 // Only one file defining strings? If so, no problems.
180 // res/strings.xml etc
213 // See if all languages define the same number of strings as the union
214 // of all the strings; if they do, there is no problem.
217 Set<String> strings = entry.getValue(); local
218 if (stringCount != strings.size()) {
223 Set<String> difference = difference(allStrings, strings);
    [all...]
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 65 out.println(location() + " " + dex.strings().get(index));
74 return className + "." + dex.strings().get(methodId.getNameIndex());
94 // find the strings in encoded constants
100 // find the strings in method bodies
117 for (String s : dex.strings()) {
  /external/qemu/android/utils/
misc.c 21 print_tabular( const char** strings, int count,
27 int len = strlen(strings[n]);
42 printf( "%-*s", maxw, strings[index] );
75 /** TEMP CHAR STRINGS
  /external/webkit/Source/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);
regress-57572.js 38 var strings = new Array();
115 strings[i] = string;
127 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
  /frameworks/base/tools/aapt/
printapk.cpp 105 const ResStringPool* strings = res.getTableStringBlock(tableIndex);
106 size_t stringCount = strings->size();
109 const char16_t* ch = strings->stringAt(stringIndex, &len);
  /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++) {
  /external/icu4c/test/cintltst/
bocu1tst.c 952 } strings[]={ variable in typeref:struct:__anon6340
993 /* text 1: each of strings[] once */
995 for(i=0; i<LENGTHOF(strings); ++i) {
996 u_memcpy(text+length, strings[i].s, strings[i].length);
997 length+=strings[i].length;
1001 /* text 2: each of strings[] twice */
1003 for(i=0; i<LENGTHOF(strings); ++i) {
1004 u_memcpy(text+length, strings[i].s, strings[i].length)
    [all...]
  /dalvik/vm/
UtfString.h 52 * Hash function for modified UTF-8 strings.
63 * Create a java.lang.String[] from a vector of C++ strings.
70 ArrayObject* dvmCreateStringArray(const std::vector<std::string>& strings);
  /external/chromium/chrome/browser/ssl/
ssl_blocking_page.h 53 // A method that sets strings in the specified dictionary from the passed
56 // Note: there can be up to 5 strings in |extra_info|.
57 static void SetExtraInfo(DictionaryValue* strings,
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 44 S strings[]; // expected-error {{flexible array member 'strings' of non-POD element type 'S []'}} member in struct:X
  /external/jpeg/
jinclude.h 60 #include <strings.h>
  /external/openssl/crypto/
o_str.c 66 # include <strings.h>
  /external/openssl/crypto/ui/
ui_locl.h 142 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more member in struct:ui_st
  /external/v8/tools/gcmole/
Makefile 39 -W -Wno-unused-parameter -Wwrite-strings \
  /external/valgrind/main/none/tests/ppc32/
power6_bcmp.c 27 #include <strings.h>
  /external/valgrind/main/none/tests/ppc64/
power6_bcmp.c 26 #include <strings.h>
  /hardware/libhardware/include/hardware/
nfc.h 22 #include <strings.h>
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 38 * inserts the formatted strings into the pattern at the appropriate places.
113 * comments in resource bundle source files) which strings will be processed by
115 * translated strings where the original version doesn't have them. <br>
338 transient private String[] strings; field in class:MessageFormat
430 this.strings = localStrings.toArray(new String[localStrings.size()]);
488 && Arrays.equals(strings, format.strings)
557 buffer.append(strings[i]);
594 if (maxOffset + 1 < strings.length) {
595 buffer.append(strings[maxOffset + 1])
    [all...]

Completed in 689 milliseconds

1 2 34 5 6 7 8 91011>>