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

  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 214 static const char* lvalFormat[] =
309 u_uastrcpy(ulvalfor, lvalFormat[v+ilval]);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 259 final String lvalFormat[] = {
299 if (!s.equals(lvalFormat[v + ilval]))
300 errln("ERROR: Expected " + lvalFormat[v + ilval] + " Got: " + s);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 356 const char* lvalFormat[] =
435 if (s != lvalFormat[v+ilval])
436 errln((UnicodeString)"ERROR: Expected " + lvalFormat[v+ilval] + " Got: " + s);
    [all...]

Completed in 2815 milliseconds