Searched refs:strings1 (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | testdict.c | 29 static xmlChar *strings1[NB_STRINGS_MAX]; variable 44 strings1[i] = xmlStrdup((const xmlChar *) seeds1[i]); in fill_strings() 45 if (strings1[i] == NULL) { in fill_strings() 51 strings1[i] = xmlStrncatNew(strings1[j], strings1[k], -1); in fill_strings() 52 if (strings1[i] == NULL) { in fill_strings() 62 strings1[i] = xmlStrncatNew(strings1[j], (const xmlChar *) ":", -1); in fill_strings() 63 if (strings1[i] == NULL) { in fill_strings() 70 strings1[i] = xmlStrncatNew(strings1[j], strings1[k], -1); in fill_strings() 71 if (strings1[i] == NULL) { in fill_strings() 125 printf("%s\n", strings1[i]); in print_strings() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 374 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols() local 377 if( strings[i][j] != strings1[i][j] ) { in TestSymbols()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 502 final String[][] strings1 = fr.getZoneStrings(); in TestSymbols() local 507 if( strings[i][j] != strings1[i][j] ) { in TestSymbols()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 505 final String[][] strings1 = fr.getZoneStrings(); in TestSymbols() local 510 if( strings[i][j] != strings1[i][j] ) { in TestSymbols()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentResolverTest.java | 854 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query() argument
|