Searched refs:UnicodeRegex (Results 1 – 8 of 8) sorted by relevance
21 import com.ibm.icu.impl.UnicodeRegex;53 String actual = UnicodeRegex.fix(source); in TestConstruction()77 pattern = UnicodeRegex.fix(rawPattern); in TestCharacters()90 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch); in TestCharacters()133 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);134 …checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, sho…139 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);140 …checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, sho…147 UnicodeRegex regex = new UnicodeRegex();181 lines = UnicodeRegex.appendLines(new ArrayList(), is, "UTF-8");[all …]
22 import android.icu.impl.UnicodeRegex;56 String actual = UnicodeRegex.fix(source); in TestConstruction()80 pattern = UnicodeRegex.fix(rawPattern); in TestCharacters()93 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch); in TestCharacters()136 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);137 …checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, sho…142 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);143 …checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, sho…150 UnicodeRegex regex = new UnicodeRegex();184 lines = UnicodeRegex.appendLines(new ArrayList(), is, "UTF-8");[all …]
44 public class UnicodeRegex implements Cloneable, Freezable<UnicodeRegex>, StringTransform { class62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()314 public UnicodeRegex cloneAsThawed() {317 return (UnicodeRegex)clone();327 public UnicodeRegex freeze() {356 private static final UnicodeRegex STANDARD = new UnicodeRegex();
42 public class UnicodeRegex implements Cloneable, Freezable<UnicodeRegex>, StringTransform { class60 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()312 public UnicodeRegex cloneAsThawed() {315 return (UnicodeRegex)clone();325 public UnicodeRegex freeze() {354 private static final UnicodeRegex STANDARD = new UnicodeRegex();
15 import com.ibm.icu.impl.UnicodeRegex;30 UnicodeRegex unicodeRegex;34 unicodeRegex = new UnicodeRegex().setSymbolTable(this); in UnicodePropertySymbolTable()
27 import com.ibm.icu.impl.UnicodeRegex;191 Matcher result = UnicodeRegex.compile(property).matcher(""); in getMatcher()
644 com/ibm/icu/impl/UnicodeRegex#appendLines:(Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Lja…645 com/ibm/icu/impl/UnicodeRegex#cloneAsThawed:()Lcom/ibm/icu/impl/UnicodeRegex;646 com/ibm/icu/impl/UnicodeRegex#compile:(Ljava/lang/String;I)Ljava/util/regex/Pattern;647 com/ibm/icu/impl/UnicodeRegex#freeze:()Lcom/ibm/icu/impl/UnicodeRegex;648 com/ibm/icu/impl/UnicodeRegex#getBnfCommentString:()Ljava/lang/String;649 com/ibm/icu/impl/UnicodeRegex#getBnfLineSeparator:()Ljava/lang/String;650 com/ibm/icu/impl/UnicodeRegex#getBnfVariableInfix:()Ljava/lang/String;651 com/ibm/icu/impl/UnicodeRegex#getSymbolTable:()Lcom/ibm/icu/text/SymbolTable;652 com/ibm/icu/impl/UnicodeRegex#isFrozen:()Z653 com/ibm/icu/impl/UnicodeRegex#setBnfCommentString:(Ljava/lang/String;)V[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...