Searched refs:strings1 (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A Dtestdict.c29 static xmlChar *strings1[NB_STRINGS_MAX]; variable
44 strings1[i] = xmlStrdup((const xmlChar *) seeds1[i]);
45 if (strings1[i] == NULL) {
46 fprintf(stderr, "Out of memory while generating strings1\n");
51 strings1[i] = xmlStrncatNew(strings1[j], strings1[k], -1);
52 if (strings1[i] == NULL) {
53 fprintf(stderr, "Out of memory while generating strings1\n");
62 strings1[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp371 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); local
374 if( strings[i][j] != strings1[i][j] ) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java478 final String[][] strings1 = fr.getZoneStrings();
483 if( strings[i][j] != strings1[i][j] ) {

Completed in 130 milliseconds