Home
last modified time | relevance | path

Searched refs:mapset (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java933 UnicodeSet mapset = new UnicodeSet(); in TestGetUnicodeSet() local
1001 mapset.clear(); in TestGetUnicodeSet()
1004 mapset.applyPattern(cc.map,false); in TestGetUnicodeSet()
1011 (diffset = mapset).removeAll(unicodeset); in TestGetUnicodeSet()
/external/u-boot/common/
Dcli_hush.c3150 static void mapset(const unsigned char *set, int code) function
3169 mapset((uchar *)"\\$'\"`", 3); /* never flow through */
3170 mapset((uchar *)"<>;&|(){}#", 1); /* flow through if quoted */
3174 mapset(subst, 3); /* never flow through */
3176 mapset((uchar *)"\\$'\"", 3); /* never flow through */
3177 mapset((uchar *)";&|#", 1); /* flow through if quoted */
3179 mapset(ifs, 2); /* also flow through if quoted */
3197 if (!(flag & FLAG_PARSE_SEMICOLON) || (flag & FLAG_REPARSING)) mapset((uchar *)";$&|", 0);