HomeSort by relevance Sort by last modified time
    Searched refs:maxContextLength (Results 1 - 11 of 11) 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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.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 354 milliseconds