HomeSort by relevance Sort by last modified time
    Searched refs:STRINGS (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 35 private static final String[] STRINGS = {
54 for (String s : STRINGS) {
75 assertEquals(STRINGS.length, result.length);
84 MoreAsserts.assertEquals(STRINGS, results);
99 STRINGS[4], // "boy"
100 STRINGS[0], // sundry forms of "cote"
101 STRINGS[1],
102 STRINGS[2],
103 STRINGS[3],
104 STRINGS[6], // "COTE
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
z80.php 101 'STRINGS' => array(
ruby.php 156 'STRINGS' => array(
rails.php 336 'STRINGS' => array(
  /external/webkit/WebKitTools/Scripts/
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...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 423 'BRACKETS', 'STRINGS', 'NUMBERS', 'METHODS', 'SYMBOLS',
433 && !(('STRINGS' == $style_kind || 'ESCAPE_CHAR' == $style_kind) && 'HARD' == $sk_key)) {
570 if (isset($language_data['STYLES']['STRINGS']['HARD'])) {
572 report_error(TYPE_NOTICE, "Language file contains superfluous \$language_data['STYLES']['STRINGS'] specification for key 'HARD', but no 'HARDQUOTE's are defined!");
574 unset($language_data['STYLES']['STRINGS']['HARD']);
576 foreach($language_data['STYLES']['STRINGS'] as $sk => $sv) {
578 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['STRINGS'] specification for non-existing quotemark key $sk!");
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 197 // our client placed their own strings in it.
219 // Now build the pool of unique strings.
221 const size_t STRINGS = mEntries.size();
233 for (i=0; i<STRINGS; i++) {
261 uint8_t* strings = (uint8_t*)dat; local
263 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
265 ENCODE_LENGTH(strings, sizeof(uint8_t), encSize)
267 strncpy((char*)strings, encStr, encSize+1);
269 uint16_t* strings = (uint16_t*)dat; local
271 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 243 UnicodeString strings [] = { local
258 UnicodeString s = strings[i];
560 Please extend the parsing method(s) to handle strings with
807 UnicodeString strings [] = { local
832 UnicodeString text = strings[i];
917 UnicodeString strings [] = { local
942 UnicodeString dateString = strings[i];
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 243 UnicodeString strings [] = { local
258 UnicodeString s = strings[i];
560 Please extend the parsing method(s) to handle strings with
807 UnicodeString strings [] = { local
832 UnicodeString text = strings[i];
917 UnicodeString strings [] = { local
942 UnicodeString dateString = strings[i];
    [all...]
  /external/netperf/
netsh.c 44 #ifndef STRINGS
46 #else /* STRINGS */
47 #include <strings.h>
48 #endif /* STRINGS */
240 /* netperf_usage done as two concatenated strings to make the MS
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 56 STRINGS:=$(CCTPRE)strings
  /external/elfutils/src/
elflint.c 65 /* Strings for arguments in help texts. */
    [all...]

Completed in 216 milliseconds