OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anteContext
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
rbt_rule.cpp
117
anteContext
= NULL;
119
anteContext
= new StringMatcher(pattern, 0, anteContextLength,
122
if (
anteContext
== 0) {
164
anteContext
(NULL),
180
if (other.
anteContext
!= NULL) {
181
anteContext
= (StringMatcher*) other.
anteContext
->clone();
194
delete
anteContext
;
254
*
antecontext
, key, and postcontext overlaps in the following
392
if (
anteContext
!= NULL)
[
all
...]
rbt_rule.h
69
StringMatcher *
anteContext
;
84
*
anteContext
, and postContext are matched. Never null.
89
* The string that must be matched, consisting of the
anteContext
, key,
116
* Substring [0,anteContextLength) of pattern is the
anteContext
.
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java
57
private StringMatcher
anteContext
;
72
*
anteContext
, and postContext are matched. Never null.
77
* The string that must be matched, consisting of the
anteContext
, key,
97
* Substring [0,anteContextLength) of pattern is the
anteContext
.
201
anteContext
= null;
203
anteContext
= new StringMatcher(pattern.substring(0, anteContextLength),
273
*
antecontext
, key, and postcontext overlaps in the following
409
if (
anteContext
!= null) {
410
match =
anteContext
.matches(text, intRef, anteLimit, false);
499
// is neither
anteContext
nor postContext
[
all
...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java
56
private StringMatcher
anteContext
;
71
*
anteContext
, and postContext are matched. Never null.
76
* The string that must be matched, consisting of the
anteContext
, key,
96
* Substring [0,anteContextLength) of pattern is the
anteContext
.
200
anteContext
= null;
202
anteContext
= new StringMatcher(pattern.substring(0, anteContextLength),
272
*
antecontext
, key, and postcontext overlaps in the following
408
if (
anteContext
!= null) {
409
match =
anteContext
.matches(text, intRef, anteLimit, false);
498
// is neither
anteContext
nor postContext
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
Completed in 1013 milliseconds