OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxContextLength
(Results
1 - 10
of
10
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java
40
private int
maxContextLength
;
62
maxContextLength
= 0;
70
return
maxContextLength
;
81
if ((len = rule.getAnteContextLength()) >
maxContextLength
) {
82
maxContextLength
= len;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java
39
private int
maxContextLength
;
61
maxContextLength
= 0;
69
return
maxContextLength
;
80
if ((len = rule.getAnteContextLength()) >
maxContextLength
) {
81
maxContextLength
= len;
/external/icu/icu4c/source/i18n/
rbt_set.h
64
int32_t
maxContextLength
;
rbt_set.cpp
175
maxContextLength
= 0;
185
maxContextLength
(other.
maxContextLength
) {
235
return
maxContextLength
;
257
if ((len = adoptedRule->getContextLength()) >
maxContextLength
) {
258
maxContextLength
= len;
translit.cpp
691
void Transliterator::setMaximumContextLength(int32_t
maxContextLength
) {
692
maximumContextLength =
maxContextLength
;
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
translit.h
702
* @param
maxContextLength
the new value to be set.
706
void setMaximumContextLength(int32_t
maxContextLength
);
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
Completed in 564 milliseconds