Searched refs:mapnot (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 373 UnicodeString s, map, mapnot; in TestGetUnicodeSet() local 413 mapnot=testCase->getString("mapnot", errorCode); in TestGetUnicodeSet() 439 mapnotSet.applyPattern(mapnot, pos, 0, NULL, errorCode); in TestGetUnicodeSet() 440 if(U_FAILURE(errorCode) || pos.getIndex()!=mapnot.length()) { in TestGetUnicodeSet() 443 … i, u_errorName(errorCode), pos.getErrorIndex(), pos.getIndex(), mapnot.char32At(pos.getIndex())); in TestGetUnicodeSet()
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 71 String mapnot; field in TestConversion.ConversionCase 940 cc.mapnot = ((ICUResourceBundle) testcase.getObject("mapnot")) in TestGetUnicodeSet() 1005 mapnotset.applyPattern(cc.mapnot,false); in TestGetUnicodeSet()
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 1855 // mapnot - set of code points and strings that must *not* be in the returned set 1857 Headers { "charset", "map", "mapnot", "which" }
|