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

  /external/icu/icu4c/source/test/intltest/
convtest.cpp 377 UnicodeString s, map, mapnot; local
417 mapnot=testCase->getString("mapnot", errorCode);
443 mapnotSet.applyPattern(mapnot, pos, 0, NULL, errorCode);
444 if(U_FAILURE(errorCode) || pos.getIndex()!=mapnot.length()) {
445 errln("error creating the mapnot set for conversion/getUnicodeSet test case %d - %s\n"
447 i, u_errorName(errorCode), pos.getErrorIndex(), pos.getIndex(), mapnot.char32At(pos.getIndex()));
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 71 String mapnot; field in class:TestConversion.ConversionCase
    [all...]

Completed in 176 milliseconds