Searched defs:strings (Results 76 - 100 of 157) sorted by relevance

1234567

/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c951 } strings[]={ variable in typeref:struct:__anon5740
992 /* text 1: each of strings[] once */
994 for(i=0; i<UPRV_LENGTHOF(strings); ++i) {
995 u_memcpy(text+length, strings[i].s, strings[i].length);
996 length+=strings[i].length;
1000 /* text 2: each of strings[] twice */
1002 for(i=0; i<UPRV_LENGTHOF(strings); ++i) {
1003 u_memcpy(text+length, strings[i].s, strings[
[all...]
H A Dcdtrgtst.c136 const char* strings[] = { local
178 u_uastrcpy(s, strings[i]);
199 * SimpleDateFormat does not properly parse date strings without delimiters
366 Please extend the parsing method(s) to handle strings with
H A Dcustrtst.c412 /* these strings are in ascending order */
413 static const UChar strings[][4]={ local
429 for(i=0; i<(sizeof(strings)/sizeof(strings[0])-1); ++i) {
430 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) {
433 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
438 if(u_strncmpCodePointOrder(strings[i], strings[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp297 static const char *strings[] = { local
310 StringPiece fffd(strings[0]);
311 for(int32_t i = 1; i < UPRV_LENGTHOF(strings); ++i) {
312 StringPiece illegal(strings[i]);
920 // Note: It would be better to get tailored strings such that we can
1584 // Test NUL-termination if the strings do not contain NUL characters.
1614 // Create valid UTF-16 strings if necessary, and use those for
1651 // Test NUL-termination if the strings do not contain NUL characters.
1728 // Use bit-wise OR so that getMergedCollationKey() is always called for both strings.
H A Dtstnorm.cpp65 * Convert Java-style strings with \u Unicode escapes into UnicodeString objects
643 // initially set the indexes into the middle of the strings
689 // src and expect strings
712 // src and expect strings for regression test for j2911
735 // initial indexes into the src and expect strings
936 strings[]={ local
989 // long strings, see cnormtst.c/TestNormCoverage()
1018 // some strings that may make a difference whether the compare function
1038 // strings with post-Unicode 3.2 normalization or normalization corrections
1048 UnicodeString s[100]; // at least as many items as in strings[] !
[all...]
H A Dustrtest.cpp334 // test compare() etc. with strings that share a buffer but are not equal
350 /* these strings are in ascending order */
351 static const UChar strings[][4]={ local
363 UnicodeString u[20]; // must be at least as long as strings[]
366 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])); ++i) {
367 u[i]=UnicodeString(TRUE, strings[i], -1);
370 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])-1); ++i) {
1452 // NULL pointers are treated like empty strings
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java126 strings.setLength(0);
353 strings=builderStrings;
373 if(strings.charAt(i)!=strings.charAt(j)) {
394 LinearMatchNode suffixNode=new LinearMatchNode(strings, i, length-prefixLength, next);
400 char thisChar=strings.charAt(i);
431 strings, i, length-(prefixLength+1), next);
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
493 hash=hash*37+strings.charAt(i);
497 private CharSequence strings; field in class:StringTrieBuilder.LinearMatchNode
885 protected StringBuilder strings=new StringBuilder(); field in class:StringTrieBuilder
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java76 // Test select patterns and strings, and test SIMPLE.
133 // Make the strings in a UnicodeSet easily accessible.
141 setStrings = normalSet.strings();
153 public Iterable<String> strings() { method in class:UnicodeSetStringSpanTest.UnicodeSetWithStrings
158 // Compare 16-bit Unicode strings (which may be malformed UTF-16)
201 for (String str : set.strings()) {
219 for (String str : set.strings()) {
299 for (String str : set.strings()) {
317 for (String str : set.strings()) {
835 // malformed UTF-8/16 strings
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java670 * to the quick check results for checking same-code point strings
1232 // src and expect strings
1255 // initial indexes into the src and expect strings
1275 // initially set the indexes into the middle of the strings
1316 // src and expect strings
1339 // initial indexes into the src and expect strings
1359 // initially set the indexes into the middle of the strings
1640 /* random checks of long strings */
1770 private String strings[]=new String[]{ field in class:BasicTest
1823 // long strings, se
[all...]
/external/libxml2/
H A Ddict.c2 * dict.c: dictionary of reusable strings, just used to avoid allocation
121 xmlDictStringsPtr strings; member in struct:_xmlDict
250 pool = dict->strings;
277 pool->next = dict->strings;
278 dict->strings = pool;
318 pool = dict->strings;
345 pool->next = dict->strings;
346 dict->strings = pool;
398 * Calculate a hash key for two strings using a good hash function
404 * Neither of the two strings mus
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp128 static void WriteArgumentsToStringList(int numArgs, const char *args[], UStringVector &strings) argument
131 strings.Add(MultiByteToUnicodeString(args[i]));
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c71 const char *strings[] = { local
96 debug_printf("%s, ", strings[i]);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c47 const char *strings[] = { local
70 debug_printf("%s, ", strings[i]);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java164 public static void string_switch(CodeEmitter e, String[] strings, int switchStyle, ObjectSwitchCallback callback) { argument
168 string_switch_trie(e, strings, callback);
171 string_switch_hash(e, strings, callback, false);
174 string_switch_hash(e, strings, callback, true);
189 String[] strings,
193 final Map buckets = CollectionUtils.bucket(Arrays.asList(strings), new Transformer() {
216 List strings,
221 final int len = ((String)strings.get(0)).length();
222 final Map buckets = CollectionUtils.bucket(strings, new Transformer() {
257 final String[] strings,
188 string_switch_trie(final CodeEmitter e, String[] strings, final ObjectSwitchCallback callback) argument
215 stringSwitchHelper(final CodeEmitter e, List strings, final ObjectSwitchCallback callback, final Label def, final Label end, final int index) argument
256 string_switch_hash(final CodeEmitter e, final String[] strings, final ObjectSwitchCallback callback, final boolean skipEquals) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java965 private void setLengths(String[] strings) throws IOException { argument
966 if (strings.length != valueCount) {
967 throw invalidLengths(strings);
971 for (int i = 0; i < strings.length; i++) {
972 lengths[i] = Long.parseLong(strings[i]);
975 throw invalidLengths(strings);
986 private IOException invalidLengths(String[] strings) throws IOException { argument
987 throw new IOException("unexpected journal line: " + Arrays.toString(strings));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
H A DStubPackageManager.java29 @Override public String[] currentToCanonicalPackageNames(String[] strings) { argument
33 @Override public String[] canonicalToCurrentPackageNames(String[] strings) { argument
/external/freetype/src/cff/
H A Dcfftypes.h251 FT_Byte** strings; member in struct:CFF_FontRec_
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1719 // offset within this compilation unit's strings.
1731 // Create a SymbolAssembler that uses StringAssembler for its strings.
1759 // The strings for our STABS entries.
1771 StringAssembler strings;
1772 SymbolAssembler symbols(&strings);
1783 .D32(strings.start()) // file offset of strings
1784 .D32(strings.final_size()); // strings size
1790 file.Header(&load_commands).Place(&symbols).Place(&strings);
1766 StringAssembler strings; local
1803 StringAssembler strings; local
1840 StringAssembler strings; local
1871 StringAssembler strings; local
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DIterablesTest.java1025 /** Returns a new iterable over the specified strings. */
1026 private static Iterable<String> create(String... strings) { argument
1027 final List<String> list = asList(strings);
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java1110 /** Returns a new iterable over the specified strings. */
1111 private static Iterable<String> create(String... strings) { argument
1112 final List<String> list = asList(strings);
/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/third_party/freetype/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
194 // will return corresponding empty strings. The string is split into
534 namespace strings { namespace in namespace:google::protobuf
554 } // namespace 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/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp66 std::vector<std::string> strings; member in struct:deqp::gles2::Functional::__anon3189::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...]

Completed in 796 milliseconds

1234567