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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 88 * based on hard-coded strings.
116 * based on hard-coded strings.
119 * Will be used to access the correct set of strings.
134 * Will be used to access the correct set of strings.
183 * Gets abbreviated era strings. For example: "AD" and "BC".
186 * @return the era strings.
192 * Sets abbreviated era strings. For example: "AD" and "BC".
193 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
200 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
203 * @return the era name strings
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_strings.grd 4 This file contains the strings for bluetooth.
106 <file path="strings/device_bluetooth_strings_am.xtb" lang="am" />
107 <file path="strings/device_bluetooth_strings_ar.xtb" lang="ar" />
108 <file path="strings/device_bluetooth_strings_bg.xtb" lang="bg" />
109 <file path="strings/device_bluetooth_strings_bn.xtb" lang="bn" />
110 <file path="strings/device_bluetooth_strings_ca.xtb" lang="ca" />
111 <file path="strings/device_bluetooth_strings_cs.xtb" lang="cs" />
112 <file path="strings/device_bluetooth_strings_da.xtb" lang="da" />
113 <file path="strings/device_bluetooth_strings_de.xtb" lang="de" />
114 <file path="strings/device_bluetooth_strings_el.xtb" lang="el" /
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
choices_unittest.cc 7 #include "base/strings/string_piece.h"
47 Dictionary("strings", new base::StringValue("asdf")).release())));
49 EXPECT_FALSE(params->string_info.strings.as_strings);
50 EXPECT_EQ("asdf", *params->string_info.strings.as_string);
56 Dictionary("strings", new base::StringValue("asdf"),
59 EXPECT_FALSE(params->string_info.strings.as_strings);
60 EXPECT_EQ("asdf", *params->string_info.strings.as_string);
73 object_param->SetWithoutPathExpansion("strings",
83 object_param->SetWithoutPathExpansion("strings",
106 std::vector<std::string> strings = Vector(std::string("list") local
    [all...]
  /external/chromium_org/components/policy/resources/
policy_templates.grd 183 <output filename="app/policy/mac/strings/am.lproj/Localizable.strings" type="plist_strings" lang="am" />
184 <output filename="app/policy/mac/strings/ar.lproj/Localizable.strings" type="plist_strings" lang="ar" />
185 <output filename="app/policy/mac/strings/bg.lproj/Localizable.strings" type="plist_strings" lang="bg" />
186 <output filename="app/policy/mac/strings/bn.lproj/Localizable.strings" type="plist_strings" lang="bn" />
187 <output filename="app/policy/mac/strings/ca.lproj/Localizable.strings" type="plist_strings" lang="ca" /
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
string_generator.h 5 // String generator: generates all possible strings of up to
7 // Fetch strings using a Java-like Next()/HasNext() interface.
30 // Causes generator to emit random strings for next n calls to Next().
50 bool random_; // Whether generated strings are random.
51 int nrandom_; // Number of random strings left to generate.
  /external/regex-re2/re2/testing/
string_generator.h 5 // String generator: generates all possible strings of up to
7 // Fetch strings using a Java-like Next()/HasNext() interface.
30 // Causes generator to emit random strings for next n calls to Next().
50 bool random_; // Whether generated strings are random.
51 int nrandom_; // Number of random strings left to generate.
  /external/icu4c/common/
bytestriebuilder.cpp 38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode);
40 StringPiece getString(const CharString &strings) const {
44 length=(uint8_t)strings[offset++];
47 length=((int32_t)(uint8_t)strings[offset]<<8)|(uint8_t)strings[offset+1];
50 return StringPiece(strings.data()+offset, length);
52 int32_t getStringLength(const CharString &strings) const {
55 return (uint8_t)strings[offset];
58 return ((int32_t)(uint8_t)strings[offset]<<8)|(uint8_t)strings[offset+1]
182 const CharString *strings=static_cast<const CharString *>(context); local
    [all...]
unisetspan.h 26 * Implement span() etc. for a set with strings.
65 * Do the strings need to be checked in span() etc.?
66 * @return TRUE if strings need to be checked (call span() here),
101 // Set for span(). Same as parent but without strings.
105 // Same as spanSet, plus characters that start or end strings.
108 // The strings of the parent set.
109 const UVector &strings; member in class:UnicodeSetStringSpan
121 // the UTF-8 versions of the parent set's strings.
124 // Number of bytes for all UTF-8 versions of strings together.
127 // Maximum lengths of relevant strings
    [all...]
  /developers/build/templates/SingleView/_MODULE_/src/template/res/values/
strings.xml.ftl 18 <#if (sample.strings.sample_action)?is_string>
19 <string name="sample_action">${sample.strings.sample_action}</string>
21 <string name="sample_action">TODO: Add strings/!sample_action!</string>
  /external/chromium_org/chrome/common/
autocomplete_match_type.cc 11 const char* strings[] = { local
30 COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
32 return strings[type];
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
type.html 25 {{+partials.type_item title:strings.properties
32 {{+partials.type_item title:strings.methods
38 {{+partials.type_item title:strings.events
  /external/chromium_org/third_party/icu/source/common/
unisetspan.h 26 * Implement span() etc. for a set with strings.
65 * Do the strings need to be checked in span() etc.?
66 * @return TRUE if strings need to be checked (call span() here),
101 // Set for span(). Same as parent but without strings.
105 // Same as spanSet, plus characters that start or end strings.
108 // The strings of the parent set.
109 const UVector &strings; member in class:UnicodeSetStringSpan
121 // the UTF-8 versions of the parent set's strings.
124 // Number of bytes for all UTF-8 versions of strings together.
127 // Maximum lengths of relevant strings
    [all...]
  /external/chromium_org/tools/gyp/test/mac/app-bundle/
test.gyp 26 'TestApp/English.lproj/InfoPlist.strings', # UTF-8
27 'TestApp/English.lproj/utf-16be.strings',
28 'TestApp/English.lproj/utf-16le.strings',
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
24 # bugs in the untranslated strings:
25 # - Strings which are not entire sentences, see the maintainer guidelines
26 # in the GNU gettext documentation, section 'Preparing Strings'.
27 # - Strings which use unclear terms or require additional context to be
29 # - Strings which make invalid assumptions about notation of date, time or
  /external/e2fsprogs/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
24 # bugs in the untranslated strings:
25 # - Strings which are not entire sentences, see the maintainer guidelines
26 # in the GNU gettext documentation, section 'Preparing Strings'.
27 # - Strings which use unclear terms or require additional context to be
29 # - Strings which make invalid assumptions about notation of date, time or
  /external/elfutils/po/
Makevars 16 # package. (Note that the msgstr strings, extracted from the package's
25 # bugs in the untranslated strings:
26 # - Strings which are not entire sentences, see the maintainer guidelines
27 # in the GNU gettext documentation, section 'Preparing Strings'.
28 # - Strings which use unclear terms or require additional context to be
30 # - Strings which make invalid assumptions about notation of date, time or
POTFILES.in 1 # List of files which containing translatable strings.
27 src/strings.c
  /external/libexif/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
24 # bugs in the untranslated strings:
25 # - Strings which are not entire sentences, see the maintainer guidelines
26 # in the GNU gettext documentation, section 'Preparing Strings'.
27 # - Strings which use unclear terms or require additional context to be
29 # - Strings which make invalid assumptions about notation of date, time or
  /external/chromium_org/base/i18n/
case_conversion.h 9 #include "base/strings/string16.h"
10 #include "base/strings/string_piece.h"
string_compare.h 13 #include "base/strings/string16.h"
19 // Compares the two strings using the specified collator.
  /external/chromium_org/base/strings/
sys_string_conversions_mac_unittest.mm 7 #include "base/strings/string16.h"
8 #include "base/strings/sys_string_conversions.h"
  /external/chromium_org/extensions/common/
extension_urls.cc 7 #include "base/strings/string_util.h"
8 #include "base/strings/utf_string_conversions.h"
  /external/chromium_org/remoting/host/
host_event_logger_win.cc 13 #include "base/strings/string16.h"
14 #include "base/strings/utf_string_conversions.h"
47 void Log(WORD type, DWORD event_id, const std::vector<std::string>& strings);
97 std::vector<std::string> strings(5);
98 strings[0] = jid;
99 strings[1] = route.remote_address.ToString();
100 strings[2] = route.local_address.ToString();
101 strings[3] = channel_name;
102 strings[4] = protocol::TransportRoute::GetTypeString(route.type);
103 Log(EVENTLOG_INFORMATION_TYPE, MSG_HOST_CLIENT_ROUTING_CHANGED, strings);
145 std::vector<std::string> strings; local
    [all...]
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
string_util.h 8 #include "base/strings/string_number_conversions.h"
9 #include "base/strings/stringprintf.h"
  /external/chromium_org/tools/grit/grit/gather/
muppet_strings_unittest.py 20 original = '''<strings><BLA desc="Says hello">hello!</BLA><BINGO>YEEEESSS!!!</BINGO></strings>'''
28 <strings>
34 </strings>''')
47 original = "<strings><MESSAGE translateable='True'>Hello [![USER]!] how are you? [![HOUR]!]:[![MINUTE]!]</MESSAGE></strings>"
58 original = "<strings><BINGO translateable='false'>Yo yo hi there</BINGO></strings>"

Completed in 779 milliseconds

1 2 34 5 6 7 8 91011>>