Searched defs:strings (Results 176 - 200 of 262) sorted by relevance

1234567891011

/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp66 * Convert Java-style strings with \u Unicode escapes into UnicodeString objects
644 // initially set the indexes into the middle of the strings
690 // src and expect strings
713 // src and expect strings for regression test for j2911
736 // initial indexes into the src and expect strings
937 strings[]={ local
990 // long strings, see cnormtst.c/TestNormCoverage()
1019 // some strings that may make a difference whether the compare function
1039 // strings with post-Unicode 3.2 normalization or normalization corrections
1049 UnicodeString s[100]; // at least as many items as in strings[] !
[all...]
H A Dustrtest.cpp336 // test compare() etc. with strings that share a buffer but are not equal
352 /* these strings are in ascending order */
353 static const UChar strings[][4]={ local
365 UnicodeString u[20]; // must be at least as long as strings[]
368 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])); ++i) {
369 u[i]=UnicodeString(TRUE, strings[i], -1);
372 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])-1); ++i) {
1454 // NULL pointers are treated like empty strings
[all...]
H A Dcollationtest.cpp287 static const char *strings[] = { local
300 StringPiece fffd(strings[0]);
301 for(int32_t i = 1; i < LENGTHOF(strings); ++i) {
302 StringPiece illegal(strings[i]);
892 // Note: It would be better to get tailored strings such that we can
1514 // Test NUL-termination if the strings do not contain NUL characters.
1544 // Create valid UTF-16 strings if necessary, and use those for
1581 // Test NUL-termination if the strings do not contain NUL characters.
H A Dssearch.cpp1109 const StringList *strings = collData->getStringList(ce); local
1111 if (strings == NULL) {
1115 int32_t stringCount = strings->size();
1131 string = strings->get(s);
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java37 HashMap strings; field in class:ConstPool
130 strings = new HashMap();
143 strings = new HashMap();
154 strings = new HashMap();
963 Utf8Info info = (Utf8Info)strings.get(utf8);
968 strings.put(utf8, info);
1056 strings.put(((Utf8Info)info).string, info);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h251 FT_Byte** strings; member in struct:CFF_FontRec_
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc31 // from google3/strings/strutil.cc
496 namespace strings { namespace in namespace:google::protobuf
516 } // namespace strings
/external/qemu/android/
H A Dhelp.c288 const char** strings; local
311 strings = calloc( count, sizeof(char*) );
313 strings[n] = skin_key_command_to_str(n+1);
315 stralloc_tabular( out, strings, count, " ", 80-8 );
316 free(strings);
333 strings = calloc( count, sizeof(char*) );
335 strings[n] = skin_keysym_str(n);
337 stralloc_tabular( out, strings, count, " ", 80-8 );
338 free(strings);
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c210 void g_strfreev(char** strings) { argument
212 for (n = 0; strings[n]; ++n) {
213 g_free(strings[n]);
215 g_free(strings);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java478 public void writeStringList(List<String> strings) { argument
479 if (strings == null) {
483 int count = strings.size();
487 writeString(strings.get(i));
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c141 void* my_PHashTableCreate_FromStrings( const char* strings[], int num_strings, argument
156 rc = PHashTableGetValue( table, strings[i], (void**)&old);
158 rc = PHashTablePutValue( table, strings[i], (const void *)(intptr_t) i, NULL );
763 char ** strings; local
768 lts->strings = strings = (char **) lts_alloc(num, sizeof(char*));
771 if (strings == NULL || lts->string_lens == NULL ) {
779 str = strings[i] = lts_alloc(len + 1, sizeof(char));
790 bitarray_populate_from_list( lts->membership, lts->strings[i], len);
791 lts->string_lens[i] = strlen(lts->strings[
[all...]
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... java.io.IOException int i NumberFormatException e String[] strings private java.io.IOException invalidLengths (java.lang ...
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc9 #include "base/strings/stringprintf.h"
135 const std::string& prefix, std::vector<std::string>* strings) {
138 strings->push_back(prefix + kSeparatorIdentifier);
140 strings->push_back(prefix + customItems[i].label.utf8() +
143 kSubMenuDepthIdentifier, strings);
145 strings->push_back(prefix + customItems[i].label.utf8());
193 std::vector<std::string> strings;
196 PopulateCustomItems(context_menu->customItems, "", &strings);
200 strings.push_back(*item);
206 strings
134 PopulateCustomItems(const WebVector<WebMenuItemInfo>& customItems, const std::string& prefix, std::vector<std::string>* strings) argument
[all...]
/external/chromium_org/dbus/
H A Dmessage.cc12 #include "base/strings/string_util.h"
13 #include "base/strings/stringprintf.h"
605 const std::vector<std::string>& strings) {
609 for (size_t i = 0; i < strings.size(); ++i) {
610 array_writer.AppendString(strings[i]);
831 std::vector<std::string> *strings) {
832 strings->clear();
840 strings->push_back(string);
604 AppendArrayOfStrings( const std::vector<std::string>& strings) argument
830 PopArrayOfStrings( std::vector<std::string> *strings) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc17 #include "base/strings/string_number_conversions.h"
1194 char* strings = bucket->GetDataAs<char*>( local
1200 DCHECK(strings);
1211 inputs->name_offset = ComputeOffset(header, strings);
1214 memcpy(strings, info.name.c_str(), info.name.size());
1215 strings += info.name.size();
1225 inputs->name_offset = ComputeOffset(header, strings);
1234 memcpy(strings, info.name.c_str(), info.name.size());
1235 strings += info.name.size();
1240 DCHECK_EQ(ComputeOffset(header, strings), siz
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DJSHeapSnapshot.js428 this._statistics.strings = sizeStrings;
441 var strings = this.strings;
451 var edgeName = strings[containmentEdges[edgeIndex + edgeNameOffset]];
529 var strings = snapshot.strings; variable
543 name += strings[nodes[nodeIndex + nodeNameOffset]];
554 var edgeName = strings[edges[edgeIndex + edgeNameOffset]];
795 return this._hasStringName() ? this._snapshot.strings[this._nameOrIndex()] : this._nameOrIndex();
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp71 // Notice that we can't use HashSet<StringImpl*> because then HashSet would dedup identical strings.
72 DEFINE_STATIC_LOCAL(HashSet<void*>, strings, ());
73 return strings;
190 HashSet<void*>& strings = liveStrings(); local
193 for (HashSet<void*>::iterator iter = strings.begin(); iter != strings.end(); ++iter) {
1124 // Optimization 1: fast case for strings of length 1.
1139 // Optimization 2: keep a running hash of the strings,
1201 // Optimization: keep a running hash of the strings,
1234 // Optimization 1: fast case for strings o
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp236 // All strings in a DateFormatSymbols object are created in one of the following
239 // - readonly-aliases or allocated strings from constants
240 // - safely cloned strings (with owned buffers) from setXYZ() functions
244 // *and* for as long as all the strings are in *private* fields, preventing
245 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
257 * Create a copy, in fZoneStrings, of the given zone strings array. The
343 // Other zone strings data is created on demand
1171 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1180 createZoneStrings((const UnicodeString**)strings);
1279 // readonly aliases - all "data" strings ar
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp1112 const StringList *strings = collData->getStringList(ce); local
1114 if (strings == NULL) {
1118 int32_t stringCount = strings->size();
1134 string = strings->get(s);
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp66 std::vector<std::string> strings; member in struct:deqp::gles2::Functional::__anon19894::ShaderSources
92 std::vector<const char*> cStrings (sources.strings.size(), 0);
94 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
95 cStrings[ndx] = sources.strings[ndx].c_str();
113 out.strings.push_back(in.substr(i * sliceSize, sliceSize) + padding);
124 out.strings.push_back(lastString + padding);
667 std::vector<int> indices (sources.strings.size(), 0);
670 DE_ASSERT(sources.lengths.size() == sources.strings.size());
672 for (int i = 0; i < (int)sources.strings.size(); i++)
681 const std::string unpaddedString = sources.strings[nd
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp71 std::vector<std::string> strings; member in struct:deqp::gles3::Functional::__anon20045::ShaderSources
109 std::vector<const char*> cStrings (sources.strings.size(), 0);
111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
112 cStrings[ndx] = sources.strings[ndx].c_str();
130 out.strings.push_back(in.substr(ndx * sliceSize, sliceSize) + padding);
141 out.strings.push_back(lastString + padding);
727 std::vector<int> indices (sources.strings.size(), 0);
730 DE_ASSERT(sources.lengths.size() == sources.strings.size());
732 for (int i = 0; i < (int)sources.strings.size(); i++)
741 const std::string unpaddedString = sources.strings[nd
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp236 // All strings in a DateFormatSymbols object are created in one of the following
239 // - readonly-aliases or allocated strings from constants
240 // - safely cloned strings (with owned buffers) from setXYZ() functions
244 // *and* for as long as all the strings are in *private* fields, preventing
245 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
257 * Create a copy, in fZoneStrings, of the given zone strings array. The
343 // Other zone strings data is created on demand
1171 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1180 createZoneStrings((const UnicodeString**)strings);
1289 // readonly aliases - all "data" strings ar
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp720 std::vector<llvm::StringRef> strings; member in struct:NameAndNumbers
731 io.mapRequired("strings", nn.strings);
748 map.strings.push_back(llvm::StringRef("one"));
749 map.strings.push_back(llvm::StringRef("two"));
773 EXPECT_EQ(map2.strings.size(), 2UL);
774 EXPECT_TRUE(map2.strings[0].equals("one"));
775 EXPECT_TRUE(map2.strings[1].equals("two"));
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp379 const UStringVector &strings, bool include,
382 for (int i = 0; i < strings.Size(); i++)
384 const UString &name = strings[i];
378 AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, const UStringVector &strings, bool include, NRecursedType::EEnum commonRecursedType, UINT codePage) argument
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc12 #include "base/strings/string_number_conversions.h"
13 #include "base/strings/string_util.h"
2007 const ExtensionIdContainer& strings) {
2011 for (typename ExtensionIdContainer::const_iterator iter = strings.begin();
2012 iter != strings.end(); ++iter) {
2005 SetExtensionPrefFromContainer( const char* pref, const ExtensionIdContainer& strings) argument

Completed in 677 milliseconds

1234567891011