OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxContextLength
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/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/unicode/
translit.h
699
* @param
maxContextLength
the new value to be set.
703
void setMaximumContextLength(int32_t
maxContextLength
);
[
all
...]
Completed in 242 milliseconds