Home
last modified time | relevance | path

Searched refs:strings1 (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dtestdict.c29 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/
Dtsdtfmsy.cpp374 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/
DIntlTestDateFormatSymbols.java502 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/
DIntlTestDateFormatSymbols.java505 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/
DShadowContentResolverTest.java854 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query() argument