Searched refs:mapset (Results 1 – 2 of 2) sorted by relevance
933 UnicodeSet mapset = new UnicodeSet(); in TestGetUnicodeSet() local1001 mapset.clear(); in TestGetUnicodeSet()1004 mapset.applyPattern(cc.map,false); in TestGetUnicodeSet()1011 (diffset = mapset).removeAll(unicodeset); in TestGetUnicodeSet()
3150 static void mapset(const unsigned char *set, int code) function3169 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);