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

<<21222324252627282930>>

  /frameworks/base/tools/localize/
localize.cpp 118 const set<StringResource>& strings = values->GetStrings(); local
119 for (set<StringResource>::const_iterator it=strings.begin(); it!=strings.end(); it++) {
168 * translation memory or tools to notice that the strings haven't changed, and populate the
323 // pull out the strings and add them to the XLIFFFile
409 " config files translate comments strings\n"
591 " --big Pad strings so they get longer.\n"
600 "Reads the base strings and prints warnings about bad resources from the given files.\n"
  /packages/apps/Email/src/com/android/email/
Preferences.java 81 * TODO: Merge hardcoded strings with the same strings in Account.java
  /packages/apps/Email/src/com/android/email/mail/
PackedString.java 23 * A utility class for creating and modifying Strings that are tagged and packed together.
26 * strings only, so please use base64 or other encoding if you need to hide any binary data here.
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 203 void userLog(String ...strings) {
204 mService.userLog(strings);
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
NameFileFilter.java 115 * @throws ClassCastException if the list does not contain Strings
127 * @throws ClassCastException if the list does not contain Strings
PrefixFileFilter.java 120 * @throws ClassCastException if the list does not contain Strings
133 * @throws ClassCastException if the list does not contain Strings
SuffixFileFilter.java 121 * @throws ClassCastException if the list does not contain Strings
134 * @throws ClassCastException if the list does not contain Strings
  /packages/apps/QuickSearchBox/res/values/
strings.xml 73 <!-- Strings used in the dialog shown after choosing the 'clear search shortcuts' setting. -->
87 Home/res/values/strings.xml -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 61 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
77 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
  /system/core/libcutils/
strdup8to16.c 56 // no plus-one here. UTF-16 strings are not null terminated
63 * Like "strlen", but for strings encoded with Java's modified UTF-8.
  /external/icu4c/i18n/
dtfmtsym.cpp 65 // Strings of last resort. These are only used if we have no resource
122 // These are the zone strings of last resort.
249 // All strings in a DateFormatSymbols object are created in one of the following
252 // - readonly-aliases or allocated strings from constants
253 // - safely cloned strings (with owned buffers) from setXYZ() functions
257 // *and* for as long as all the strings are in *private* fields, preventing
258 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
270 * Create a copy, in fZoneStrings, of the given zone strings array. The
344 // Other zone strings data is created on demand
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 125 private static final String PH_STRINGS = "STRINGS"; //$NON-NLS-1$
167 + "strings.template"; //$NON-NLS-1$
175 private static final String STRINGS_FILE = "strings.xml"; //$NON-NLS-1$
426 // we'll put all the strings into values/strings.xml
490 // we'll put all the strings into values/strings.xml
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
RuleBasedCollator.java 135 * This allows you to use a RuleBasedCollator to compare accented strings even
136 * when the collator is set to NO_DECOMPOSITION. However, if the strings to be
188 * Combining {@code Collator}s is as simple as concatenating strings. Here is
392 * General recommendation: If comparisons are to be done with the same strings
394 * objects for the strings and use
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 247 // Used for a list of white-space delimited strings.
250 // Used for a list of white-space delimited strings.
268 // Used for a list of white-space delimited strings.
269 // strings are checked to make sure they are valid
350 * an array of strings - the values in the enumeration
1204 StringVector strings = new StringVector(nStrings); local
1235 StringVector strings = new StringVector(nStrings); local
1273 StringVector strings = new StringVector(nStrings); local
    [all...]
  /development/samples/ApiDemos/res/values/
strings.xml 21 <!-- app/activity examples strings -->
232 <!-- app/content examples strings -->
250 <!-- app/intents examples strings -->
258 <!-- app/notification examples strings -->
288 <!-- app/dialog examples strings -->
326 <!-- app/menu examples strings -->
348 <!-- app/menu examples strings -->
413 <!-- app/search examples strings -->
425 <string name="msg_search_results">This activity accepts query strings via the ACTION_SEARCH intent. In a full implementation, you would use the query string to select results from your data source, and present a list of those results to the user.</string>
434 <!-- app/shortcuts examples strings --
    [all...]
  /external/gtest/include/gtest/internal/
gtest-string.h 116 // able to pass strings to Win32 APIs on CE we need to convert them
140 // Compares two C strings. Returns true iff they have the same content.
157 // Compares two wide C strings. Returns true iff they have the same
165 // Compares two C strings, ignoring case. Returns true iff they
174 // Compares two wide C strings, ignoring case. Returns true iff they
  /external/icu4c/common/
caniter.cpp 22 * This class allows one to iterate through all the strings that are canonically equivalent to a given
49 *<br>Note: the code is intended for use with small strings, and is not suitable for larger ones,
224 // allocate the arrays, and find the strings that are CE to each segment
337 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
383 // TODO: use the hashtable just to catch duplicates - store strings directly (somehow).
  /external/icu4c/test/intltest/
thcoll.cpp 362 UChar strings[LINES][20]; local
380 len = u_unescape(tests[i], strings[i], 20);
381 strings[i][len] = 0;
382 toSort[i] = strings[i];
394 errln("Inconsistent ordering between strings %i and %i", i, j);
  /external/libpng/projects/visualc71/
libpng.vcproj 661 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
669 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
677 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
685 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
693 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
  /external/v8/test/cctest/
test-strings.cc 305 // Smoke test for converting strings to utf-8.
357 // Allocate two JavaScript arrays for holding short strings.
363 // Generate short ascii and non-ascii external strings.
390 // Add the arrays with the short external strings in the global object.
396 // Add short external ascii and non-ascii strings checking the result.
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 19 function or an array of strings.
38 For example, this would serialize Dates as ISO strings.
60 If the replacer parameter is an array of strings, then it will be
107 // Parse the text. Values that look like ISO date strings will
356 // that can replace values, or an array of strings that will select the keys.
  /external/webkit/SunSpider/hosted/
json2.js 27 function or an array of strings.
46 For example, this would serialize Dates as ISO strings.
68 If the replacer parameter is an array of strings, then it will be
115 // Parse the text. Values that look like ISO date strings will
360 // that can replace values, or an array of strings that will select the keys.
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 54 // JSC sends null for an array that is not an array of strings or basic types,
70 // Match JSC behavior by only allowing Object arrays if they are Strings.
185 // JSC sends null for an array that is not an array of strings or basic types.
288 // There is no char type in JavaScript - just strings 1 character
404 // There is no char type in JavaScript - just strings 1 character
  /external/icu4c/common/unicode/
unistr.h 42 * Compare strings in code point order instead of code unit order.
82 * They work only for strings that contain "invariant characters", i.e.,
109 * They work only for strings that contain "invariant characters", i.e.,
125 * <p>For an overview of Unicode strings in C and C++ see the
126 * <a href="http://icu-project.org/userguide/strings.html">User Guide Strings chapter</a>.</p>
135 * <p>Indexes and offsets into and lengths of strings always count code units, not code points.
136 * This is the same as with multi-byte char* strings in traditional string handling.
137 * Operations on partial strings typically do not test for code point boundaries.
148 * for input strings are NULL, then those input string parameters are treate
    [all...]
  /external/elfcopy/
elfcopy.c 29 on the target ELF handle with code that extracts the strings directly from
161 file, as well as the location of the section-strings section of the
165 header-strings table. Otherwise, we keep it as zero.
170 INFO("Creating new section-strings section...\n");
174 /* Create the new section-name-strings section */
306 remove the names of the sybmols from the dynamic-symbol-strings
307 table. Changing the dynamic-symbol-strings table means that we
308 also have to rebuild the strings that go into the .dynamic
309 section (such as the DT_NEEDED strings, which lists the libraries
310 that the file depends on), since those strings are kept in th
    [all...]

Completed in 472 milliseconds

<<21222324252627282930>>