Searched refs:maxContextLength (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_set.h62 int32_t maxContextLength; member in class:TransliterationRuleSet
H A Drbt_set.cpp173 maxContextLength = 0;
183 maxContextLength(other.maxContextLength) {
233 return maxContextLength;
255 if ((len = adoptedRule->getContextLength()) > maxContextLength) {
256 maxContextLength = len;
H A Dtranslit.cpp689 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { argument
690 maximumContextLength = maxContextLength;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtranslit.h700 * @param maxContextLength the new value to be set.
704 void setMaximumContextLength(int32_t maxContextLength);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm1766 const unsigned maxContextLength = 30;
1798 if (totalContextLength >= maxContextLength)

Completed in 206 milliseconds