Searched defs:strings (Results 151 - 175 of 262) sorted by path

1234567891011

/external/emma/core/java12/com/vladium/util/
H A DStrings.java33 public static String toListForm (final String [] strings, final char delimiter) argument
35 if (strings == null) return null;
36 if (strings.length == 0) return "";
39 for (int i = 0, iLimit = strings.length; i < iLimit; ++ i)
42 s.append (strings [i]);
48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) argument
50 if (strings == null) return strings;
52 final int length = strings.length;
53 if (length == 0) return strings;
86 merge(final String [] strings, final String delimiters, final boolean removeNull) argument
126 mergeAT(final String [] strings, final String delimiters, final boolean processAtFiles) argument
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/freetype/include/internal/
H A Dtttypes.h250 /* to store important strings like family name, style name, */
876 * ULONG item_value For strings => Offset into string table without
881 * All strings in the string table consist of bytes and are
892 FT_Byte* strings; member in struct:TT_BDFRec_
/external/freetype/src/cff/
H A Dcfftypes.h251 FT_Byte** strings; member in struct:CFF_FontRec_
/external/freetype/src/sfnt/
H A Dttbdf.c55 bdf->strings = NULL;
87 FT_ULong strings = FT_NEXT_ULONG ( p ); local
93 strings < 8 ||
94 ( strings - 8 ) / 4 < num_strikes ||
95 strings + 1 > length )
101 bdf->strings = bdf->table + strings;
102 bdf->strings_size = length - strings;
122 if ( strike > bdf->strings )
205 (const char*)bdf->strings
[all...]
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/gtest/include/gtest/
H A Dgtest-printers.h381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { argument
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { argument
818 strings->push_back(ss.str());
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java1133 /** Returns a new iterable over the specified strings. */
1134 private static Iterable<String> create(String... strings) { argument
1135 final List<String> list = asList(strings);
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp38 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[offse
89 setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode) argument
182 const CharString *strings=static_cast<const CharString *>(context); local
[all...]
H A Ducharstriebuilder.cpp38 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
40 UnicodeString getString(const UnicodeString &strings) const {
41 int32_t length=strings[stringOffset];
42 return strings.tempSubString(stringOffset+1, length);
44 int32_t getStringLength(const UnicodeString &strings) const {
45 return strings[stringOffset];
48 UChar charAt(int32_t index, const UnicodeString &strings) const {
49 return strings[stringOffset+1+index];
54 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
57 // The first strings uni
64 setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode) argument
135 const UnicodeString *strings=static_cast<const UnicodeString *>(context); local
[all...]
H A Dunisetspan.h26 * 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...]
H A Dustrenum.cpp342 uenum_openCharStringsEnumeration(const char* const strings[], int32_t count, argument
345 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
352 result->uenum.context = (void*)strings;
361 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count, argument
364 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
371 result->uenum.context = (void*)strings;
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h169 CharString *strings; // Pointer not object so we need not #include internal charstr.h. member in class:BytesTrieBuilder
H A Ducharstriebuilder.h123 strings.remove();
173 UnicodeString strings; member in class:UCharsTrieBuilder
H A Duniset.h37 * A mutable set of Unicode characters and multicharacter strings. Objects of this class
103 * <td valign="top">The character 'a' and the multicharacter strings &quot;ab&quot; and
296 UVector* strings; // maintained in sorted order member in class:UnicodeSet
735 * codepoints and strings.
779 * Returns true if this set contains all the characters and strings
807 * Returns true if this set contains none of the characters and strings
836 * and strings of the given set.
854 * consists only of characters and strings that are contained in this set
856 * or only of characters and strings that are not contained
888 * consists only of characters and strings tha
[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/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c953 } strings[]={ variable in typeref:struct:__anon21968
994 /* text 1: each of strings[] once */
996 for(i=0; i<LENGTHOF(strings); ++i) {
997 u_memcpy(text+length, strings[i].s, strings[i].length);
998 length+=strings[i].length;
1002 /* text 2: each of strings[] twice */
1004 for(i=0; i<LENGTHOF(strings); ++i) {
1005 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 Dcreststn.c601 /* This strcpy fixes compiler warnings about long strings */
2286 const char* strings[] = { local
2301 for(i = 0; i < sizeof(strings)/sizeof(strings[0]); i++) {
2307 uBufferLen = u_unescape(strings[i], uBuffer, 256);
2312 for(i = 0; i < sizeof(strings)/sizeof(strings[0]); i++) {
2318 uBufferLen = u_unescape(strings[i], uBuffer, 256);
2320 log_err("(2) Didn't get correct string while accesing alias table by index (%s)\n", strings[i]);
2323 for(i = 0; i < sizeof(strings)/sizeo
[all...]
H A Dcustrtst.c413 /* these strings are in ascending order */
414 static const UChar strings[][4]={ local
430 for(i=0; i<(sizeof(strings)/sizeof(strings[0])-1); ++i) {
431 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) {
434 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
439 if(u_strncmpCodePointOrder(strings[i], strings[
[all...]
H A Duenumtst.c310 log_err("%s:%d: FAIL: could not reset char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
316 log_err("%s:%d: FAIL: could not count char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
355 log_err("%s:%d: FAIL: could not reset again char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
416 const char* strings[] = { "Firstly", "Secondly", "Thirdly", "Fourthly" }; local
417 UEnumeration *u = uenum_openCharStringsEnumeration(strings, 4, &status);
420 log_err("FAIL: could not open char strings enumeration: %s\n", u_errorName(status));
424 verifyEnumeration(__LINE__, u, strings, NULL, 4);
437 log_err("FAIL: could not open uchar strings enumeration: %s\n", u_errorName(status));
447 log_err("FAIL: could not reopen uchar strings enumeration: %s\n", u_errorName(status));
/external/icu/icu4c/source/test/intltest/
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 Dcolldata.cpp170 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
176 strings = new UnicodeString [listMax];
178 if (strings == NULL) {
186 delete[] strings;
202 newStrings[i] = strings[i];
204 delete[] strings;
205 strings = newStrings;
209 // The ctor initialized all the strings in
210 // the array to empty strings, so this
212 strings[listSiz
241 StringList *strings = (StringList *) obj; local
286 StringList *strings = getStringList(ce); local
517 const StringList *strings = ceToCharsStartingWith->getStringList(ce); local
[all...]

Completed in 883 milliseconds

1234567891011