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

  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 69 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local
93 u_uastrcpy(unewpat, newpat[i]);
95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) );
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 1372 String newpat = set.toPattern(true); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 1414 UnicodeString newpat; local
    [all...]
numfmtst.cpp 237 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local
245 if (!(newp == newpat[i]))
246 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 557 newpat = pickle.loads(s)
558 self.assertEqual(oldpat, newpat)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 557 newpat = pickle.loads(s)
558 self.assertEqual(oldpat, newpat)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 203 final String newpat[] = { "#0.#", "#0.", "#.0", "#" }; local
209 if (!newp.equals(newpat[i]))
210 errln("FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
    [all...]

Completed in 377 milliseconds