HomeSort by relevance Sort by last modified time
    Searched refs:strings1 (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
testdict.c 29 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[i] = xmlStrncatNew(strings1[j], (const xmlChar *) ":", -1)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 482 final String[][] strings1 = fr.getZoneStrings(); local
487 if( strings[i][j] != strings1[i][j] ) {
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 371 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/
IntlTestDateFormatSymbols.java 478 final String[][] strings1 = fr.getZoneStrings(); local
483 if( strings[i][j] != strings1[i][j] ) {

Completed in 93 milliseconds