OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeRegex
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java
22
import android.icu.impl.
UnicodeRegex
;
56
String actual =
UnicodeRegex
.fix(source);
80
pattern =
UnicodeRegex
.fix(rawPattern);
93
checkCharPattern(
UnicodeRegex
.compile(rawPattern), pattern, cpString, shouldNotMatch);
136
checkCharPattern(
UnicodeRegex
.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
137
checkCharPattern(
UnicodeRegex
.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
142
checkCharPattern(
UnicodeRegex
.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
143
checkCharPattern(
UnicodeRegex
.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
150
UnicodeRegex
regex = new
UnicodeRegex
();
[
all
...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java
21
import com.ibm.icu.impl.
UnicodeRegex
;
53
String actual =
UnicodeRegex
.fix(source);
77
pattern =
UnicodeRegex
.fix(rawPattern);
90
checkCharPattern(
UnicodeRegex
.compile(rawPattern), pattern, cpString, shouldNotMatch);
133
checkCharPattern(
UnicodeRegex
.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
134
checkCharPattern(
UnicodeRegex
.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
139
checkCharPattern(
UnicodeRegex
.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
140
checkCharPattern(
UnicodeRegex
.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
147
UnicodeRegex
regex = new
UnicodeRegex
();
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java
44
public class
UnicodeRegex
implements Cloneable, Freezable<
UnicodeRegex
>, StringTransform {
62
public
UnicodeRegex
setSymbolTable(SymbolTable symbolTable) {
313
public
UnicodeRegex
cloneAsThawed() {
316
return (
UnicodeRegex
)clone();
326
public
UnicodeRegex
freeze() {
355
private static final
UnicodeRegex
STANDARD = new
UnicodeRegex
();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java
42
public class
UnicodeRegex
implements Cloneable, Freezable<
UnicodeRegex
>, StringTransform {
60
public
UnicodeRegex
setSymbolTable(SymbolTable symbolTable) {
311
public
UnicodeRegex
cloneAsThawed() {
314
return (
UnicodeRegex
)clone();
324
public
UnicodeRegex
freeze() {
353
private static final
UnicodeRegex
STANDARD = new
UnicodeRegex
();
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 330 milliseconds