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

1 2 3 4 56 7 8 91011>>

  /dalvik/tests/082-inline-execute/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
49 // equal strings
  /external/proguard/src/proguard/classfile/visitor/
MemberCollector.java 29 * This MemberVisitor collects the concatenated name/descriptor strings of
44 * strings will be collected.
  /external/proguard/src/proguard/util/
ExtensionMatcher.java 24 * This StringMatcher tests whether strings end in a given extension, ignoring
36 * @param extension the extension against which strings will be matched.
  /external/qemu/android/utils/
stralloc.h 19 /** DYNAMIC STRINGS
55 extern void stralloc_tabular( stralloc_t* s, const char** strings, int count,
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 13 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; };
39 0867D6ABFE840B52C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
103 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */,
186 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */,
222 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = {
227 name = InfoPlist.strings;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 21 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
25 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
81 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
153 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
178 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
183 name = InfoPlist.strings;
  /external/webkit/WebKitTools/Scripts/
update-webkit-localizable-strings 38 my $fileToUpdate = "WebKit/English.lproj/Localizable.strings";
46 exec "./WebKitTools/Scripts/extract-localizable-strings", $exceptionsFile, $fileToUpdate, @directoriesToScan;
extract-localizable-strings 33 # 2) It supports UTF-8 in key strings (and hence uses "" strings rather than @"" strings;
34 # @"" strings only reliably support ASCII since they are decoded based on the system encoding
36 # 3) It looks for strings that are not marked for localization, using both macro names that are
43 # The exceptions file has a list of strings in quotes, filenames, and filename/string pairs separated by :.
51 @ARGV >= 1 or die "Usage: extract-localizable-strings <exceptions file> [ directory... ]\nDid you mean to run update-webkit-localizable-strings instead?\n";
335 print "$file:$line:encountered the same key, \"$key\", twice, with different strings\n";
363 print "$localizedCount localizable strings\n" if $localizedCount
    [all...]
  /frameworks/base/include/utils/
StringArray.h 18 // Sortable array of strings. STL-ish, but STL-free.
29 // An expanding array of strings. Add, get, sort, delete.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 24 * A very simple lookup table that stores a list of strings, the even
25 * number strings being keys, and the odd number strings being values.
43 /** Array of strings this table points to. Associated with ints
47 /** Array of ints this table points. Associated with strings from
190 * @return Array of strings
  /development/tools/findunused/
find_unused_resources.rb 108 strings = Hash.new
116 strings[id] = FilePosition.new(filename, file.lineno)
147 strings.delete(id)
152 strings.delete(id)
157 strings.delete(id)
163 result.unusedStringIds = strings
  /external/e2fsprogs/intl/
gettextP.h 94 /* Number of static strings pairs. */
96 /* Pointer to descriptors of original strings in the file. */
98 /* Pointer to descriptors of translated strings in the file. */
101 /* Number of system dependent strings pairs. */
103 /* Pointer to descriptors of original sysdep strings. */
105 /* Pointer to descriptors of translated sysdep strings. */
gmo.h 82 /* The number of strings pairs. */
84 /* Offset of table with start offsets of original strings. */
86 /* Offset of table with start offsets of translated strings. */
99 /* The number of system dependent strings pairs. */
101 /* Offset of table with start offsets of original sysdep strings. */
103 /* Offset of table with start offsets of translated sysdep strings. */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.8.1.js 102 array[item++] = new TestCase( SECTION, "'strings' < 'stringy'", true, 'strings' < 'stringy' );
103 array[item++] = new TestCase( SECTION, "'strings' < 'stringier'", false, 'strings' < 'stringier' );
105 array[item++] = new TestCase( SECTION, "'string' < 'strings'", true, 'string' < 'strings' );
11.8.2.js 102 array[item++] = new TestCase( SECTION, "'strings' > 'stringy'", false, 'strings' > 'stringy' );
103 array[item++] = new TestCase( SECTION, "'strings' > 'stringier'", true, 'strings' > 'stringier' );
105 array[item++] = new TestCase( SECTION, "'string' > 'strings'", false, 'string' > 'strings' );
  /frameworks/base/docs/html/guide/tutorials/notepad/codelab/
NotepadCodeLab.zip 
  /dalvik/libcore/text/src/main/java/java/text/
ChoiceFormat.java 80 * and associated strings. When calling
92 * the strings associated with the ranges defined through {@code
101 * Constructs a new {@code ChoiceFormat} with the strings and limits parsed
105 * the pattern of strings and ranges.
114 * Parses the pattern to determine new strings and ranges for this
118 * the pattern of strings and ranges.
186 * strings as this {@code ChoiceFormat}.
267 * Returns the strings associated with the ranges of this {@code
270 * @return an array of format strings.
343 * by {@code position}. The string is compared to the strings of thi
    [all...]
  /external/icu4c/common/
uniset.cpp 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
199 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
223 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
236 if (strings != NULL && o.strings != NULL) {
237 strings->assign(*o.strings, cloneUnicodeString, status);
238 } else { // Invalid strings.
262 delete strings;
    [all...]
  /external/icu4c/common/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
104 * return UNORM_YES for most strings in practice.
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
331 * Another example: When one wants to concatenate two normalized strings and get a
435 * Concatenate normalized strings, making sure that the result is normalized as well.
437 * If both the left and the right strings are in
445 * With the input strings already being normalized,
447 * to find the adjacent end pieces of the input strings.
449 * then concatenated with the remaining parts of the input strings
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
104 * return UNORM_YES for most strings in practice.
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
330 * Another example: When one wants to concatenate two normalized strings and get a
434 * Concatenate normalized strings, making sure that the result is normalized as well.
436 * If both the left and the right strings are in
444 * With the input strings already being normalized,
446 * to find the adjacent end pieces of the input strings.
448 * then concatenated with the remaining parts of the input strings
    [all...]
  /external/webkit/WebCore/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
104 * return UNORM_YES for most strings in practice.
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
330 * Another example: When one wants to concatenate two normalized strings and get a
434 * Concatenate normalized strings, making sure that the result is normalized as well.
436 * If both the left and the right strings are in
444 * With the input strings already being normalized,
446 * to find the adjacent end pieces of the input strings.
448 * then concatenated with the remaining parts of the input strings
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
104 * return UNORM_YES for most strings in practice.
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
330 * Another example: When one wants to concatenate two normalized strings and get a
434 * Concatenate normalized strings, making sure that the result is normalized as well.
436 * If both the left and the right strings are in
444 * With the input strings already being normalized,
446 * to find the adjacent end pieces of the input strings.
448 * then concatenated with the remaining parts of the input strings
    [all...]
  /frameworks/base/awt/javax/imageio/spi/
ImageReaderWriterSpi.java 117 * the array of strings representing the file suffixes.
119 * the an array of strings representing MIME types.
206 * Gets an array of strings representing names of the formats that can be
217 * Gets an array of strings representing file suffixes associated with the
228 * Gets an array of strings with the names of additional formats of the
238 * Gets an array of strings with the names of additional formats of the
279 * Gets an array of strings representing the MIME types of the formats that
  /frameworks/base/docs/html/guide/tutorials/localization/
index.jd 18 <li><a href="#localize_strings">Localize the Strings</a></li>
47 graphics, layout, and strings that we expect the application to use most often.
75 (<code>res/drawable/</code>), layouts (<code>res/layout/</code>) and strings
122 <li>Create default text strings. To do this, open the <code>res/values/strings.xml</code> file and replace it with the following code:<br>
129 &lt;string name=&quot;dialog_text&quot;&gt;This dialog box&quot;'&quot;s strings are not localised. For every locale, the text here will come from values/strings.xml.&lt;/string&gt;
134 German, French, and Japanese for some of the strings.</p>
187 within <code>res/values/strings.xml</code>. </li>
312 also calls for three sets of text strings other than the text that is in
    [all...]
  /frameworks/base/docs/html/resources/tutorials/localization/
index.jd 18 <li><a href="#localize_strings">Localize the Strings</a></li>
47 graphics, layout, and strings that we expect the application to use most often.
75 (<code>res/drawable/</code>), layouts (<code>res/layout/</code>) and strings
122 <li>Create default text strings. To do this, open the <code>res/values/strings.xml</code> file and replace it with the following code:<br>
129 &lt;string name=&quot;dialog_text&quot;&gt;This dialog box&quot;'&quot;s strings are not localised. For every locale, the text here will come from values/strings.xml.&lt;/string&gt;
134 German, French, and Japanese for some of the strings.</p>
187 within <code>res/values/strings.xml</code>. </li>
312 also calls for three sets of text strings other than the text that is in
    [all...]

Completed in 121 milliseconds

1 2 3 4 56 7 8 91011>>