Home | History | Annotate | Download | only in i18n

Lines Matching refs:setExpr

4077     UnicodeString   setExpr;
4089 setExpr.append(negSetPrefix, -1);
4091 setExpr.append(posSetPrefix, -1);
4093 setExpr.append(propName);
4094 setExpr.append(chRBrace);
4095 setExpr.append(chRBracket);
4099 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus);
4157 setExpr.truncate(4); // Leaves "[\p{", or "[\P{"
4158 setExpr.append(BLOCK, -1);
4159 setExpr.append(UnicodeString(mPropName, 2)); // Property with the leading "In" removed.
4160 setExpr.append(chRBrace);
4161 setExpr.append(chRBracket);
4163 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus);
4175 //setExpr.remove();