HomeSort by relevance Sort by last modified time
    Searched refs:maxContextLength (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
rbt_set.h 62 int32_t maxContextLength;
rbt_set.cpp 172 maxContextLength = 0;
182 maxContextLength(other.maxContextLength) {
232 return maxContextLength;
254 if ((len = adoptedRule->getContextLength()) > maxContextLength) {
255 maxContextLength = len;
translit.cpp 692 void Transliterator::setMaximumContextLength(int32_t maxContextLength) {
693 maximumContextLength = maxContextLength;
    [all...]
  /external/icu4c/i18n/
rbt_set.h 62 int32_t maxContextLength;
rbt_set.cpp 173 maxContextLength = 0;
183 maxContextLength(other.maxContextLength) {
233 return maxContextLength;
255 if ((len = adoptedRule->getContextLength()) > maxContextLength) {
256 maxContextLength = len;
translit.cpp 689 void Transliterator::setMaximumContextLength(int32_t maxContextLength) {
690 maximumContextLength = maxContextLength;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 699 * @param maxContextLength the new value to be set.
703 void setMaximumContextLength(int32_t maxContextLength);
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 700 * @param maxContextLength the new value to be set.
704 void setMaximumContextLength(int32_t maxContextLength);
    [all...]
  /prebuilts/tools/common/m2/internal/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 

Completed in 1464 milliseconds