Home
last modified time | relevance | path

Searched refs:UnicodeRegex (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRegexUtilitiesTest.java21 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 …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRegexUtilitiesTest.java22 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 …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java44 public class UnicodeRegex implements Cloneable, Freezable<UnicodeRegex>, StringTransform { class
62 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();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java42 public class UnicodeRegex implements Cloneable, Freezable<UnicodeRegex>, StringTransform { class
60 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();
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodePropertySymbolTable.java15 import com.ibm.icu.impl.UnicodeRegex;
30 UnicodeRegex unicodeRegex;
34 unicodeRegex = new UnicodeRegex().setSymbolTable(this); in UnicodePropertySymbolTable()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchXml.java27 import com.ibm.icu.impl.UnicodeRegex;
191 Matcher result = UnicodeRegex.compile(property).matcher(""); in getMatcher()
/external/icu/icu4j/
Dcoverage-exclusion.txt644 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:()Z
653 com/ibm/icu/impl/UnicodeRegex#setBnfCommentString:(Ljava/lang/String;)V
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...