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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/util/
OrMatcher.java 24 * This StringMatcher tests whether strings matches either of the given
StringMatcher.java 25 * This interface provides a method to determine whether strings match a given
  /external/qemu/android/utils/
stralloc.c 23 const char** strings, int count,
29 int len = strlen(strings[n]);
44 stralloc_add_format( out, "%-*s", maxw, strings[index] );
50 /** DYNAMIC STRINGS
  /external/stlport/stlport/
sstream 21 // C++ strings.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-202564.js 42 * to hold |undefined| instead of the empty strings one gets in Perl and IE6.
56 var strings = new Array();
82 strings[i] = string;
94 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
  /external/webkit/LayoutTests/fast/js/resources/
garbage-collect-after-string-appends.js-disabled 5 // FIXME: This test appears to be highly tied to the details of how JS strings report memory
  /external/webkit/WebKitTools/DumpRenderTree/qt/
main.cpp 84 char** strings = backtrace_symbols(array, size); local
88 QLatin1String(strings[i]) + QLatin1String("\n");
91 if (strings)
92 free (strings);
  /frameworks/base/core/res/res/values/
donottranslate.xml 3 /* //device/apps/common/assets/res/any/strings.xml
  /frameworks/base/core/res/res/values-land/
donottranslate.xml 3 /* //device/apps/common/assets/res/any/strings.xml
  /frameworks/base/core/res/res/values-port-mdpi/
donottranslate.xml 3 /* //device/apps/common/assets/res/any/strings.xml
  /frameworks/base/test-runner/src/android/test/
ComparisonFailure.java 20 * Thrown when an assert equals for Strings failed.
  /frameworks/base/tools/localize/
merge_res_and_xliff_test.cpp 36 "//device/tools/localize/testdata/res/values/strings.xml", xliff);
  /packages/apps/IM/plugin/com/android/im/plugin/
ImPlugin.java 33 * much the strings defined in {@link BrandingResourceIDs#STRING_ARRAY_SMILEY_TEXTS}.
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 28 * An adapter to store icons and strings for layout selector list.
  /packages/experimental/RpcPerformance/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 233 * @param strings strings to concatenate and log
235 public void userLog(String ...strings) {
238 if (strings.length == 1) {
239 logText = strings[0];
242 for (String string: strings) {
312 * an array of Strings corresponding to the columns in the projection.
  /bootable/recovery/edify/
expr.c 71 char** strings = malloc(argc * sizeof(char*)); local
74 strings[i] = NULL;
79 strings[i] = Evaluate(state, argv[i]);
80 if (strings[i] == NULL) {
83 length += strlen(strings[i]);
89 strcpy(result+p, strings[i]);
90 p += strlen(strings[i]);
96 free(strings[i]);
98 free(strings);
457 // strings it contains
    [all...]
  /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());
  /external/bluetooth/glib/glib/
gstrfuncs.h 209 /* Copy a string escaping nonprintable characters like in C strings.
226 * g_strjoinv() concatenates all of str_array's strings, sliding in an
228 * g_strfreev() frees the array itself and all of its strings.
229 * g_strdupv() copies a NULL-terminated array of strings
230 * g_strv_length() returns the length of a NULL-terminated array of strings
  /frameworks/base/docs/html/resources/tutorials/views/
hello-autocomplete.jd 8 collection of strings associated with the widget through an {@link
138 application code should focus on behavior, not content. Application content such as strings
140 facilitate localization of the content. The hard-coded strings are used in this tutorial only to
143 with a {@code &lt;string-array&lt;} resource in your project {@code res/values/strings.xml} file.
159 <p>To use these resource strings for the {@link android.widget.ArrayAdapter}, replace the original
  /external/icu4c/i18n/unicode/
uspoof.h 45 * These functions are intended to check strings, typically
63 * This does not consider whether either of strings is potentially
381 * Get a list of locales for the scripts that are acceptable in strings
605 * Check the whether two specified strings are visually confusable.
623 * @param s1 The first of the two strings to be compared for
624 * confusability. The strings are in UTF-16 format.
628 * @param s2 The second of the two strings to be compared for
629 * confusability. The strings are in UTF-16 format.
635 * Confusability of the strings is not reported here,
639 * enum USpoofChecks. Zero is returned if the strings
    [all...]
  /external/icu4c/i18n/
uspoof_impl.h 32 // of input strings being checked. (Used in multiple places.)
149 // For longer strings, the value array contains an index into the strings table.
152 // The strings table contains all of the value strings (those of length two or greater)
155 // The array is arranged by length of the strings - all strings of the same length
156 // are stored together. The sections are ordered by length of the strings -
157 // all two char strings first, followed by all of the three Char strings, etc
    [all...]
zstrfmt.cpp 455 ZoneStringFormat::ZoneStringFormat(const UnicodeString* const* strings,
466 if (strings == NULL || columnCount <= 0 || rowCount <= 0) {
474 if (strings[row][0].isEmpty()) {
479 if (!strings[row][col].isEmpty()) {
505 names[typeIdx].setTo(strings[row][col]);
509 ZoneStringInfo *zsinf = new ZoneStringInfo(strings[row][0], strings[row][col], (TimeZoneTranslationType)type);
510 fZoneStringsTrie.put(strings[row][col], zsinf, status);
519 fTzidToStrings.put(strings[row][0], zstrings, status);
547 // We still want to go through the rest of zone strings initialization
858 UnicodeString *strings = NULL; local
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 49 * difference anywhere in the strings.
55 * when there is a primary or secondary difference anywhere in the strings.
61 * between two strings are an extremely rare occurrence. Using this strength
84 * System.out.println(&quot;Strings are equivalent&quot;);
90 * The following example shows how to compare two strings using the collator for
95 * // Compare two strings in the default locale
220 * be strings.
237 * Compares two strings to determine their relative order.
271 * Compares two strings using the collation rules to determine if they are
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_clipconfig.h 169 * the clip. Currently only wide char strings are supported.
181 * the title of the authored clip.Currently only wide char strings are supported.
196 * Currently only wide char strings are supported.
224 * wide char strings are supported.
238 * wide char strings are supported.
286 * Currently only wide char strings are supported.
301 * Currently only wide char strings are supported.
316 * Currently only wide char strings are supported.
332 * Currently only wide char strings are supported.

Completed in 435 milliseconds

1 2 3 4 5 6 7 8 91011>>