OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contextlimit
(Results
26 - 33
of
33
) sorted by null
1
2
/external/icu4c/i18n/unicode/
utrans.h
100
*
contextLimit
), defines what characters the transliterator will read
109
* <p>contextStart <= start <= limit <=
contextLimit
138
int32_t
contextLimit
;
translit.h
576
* <li> <code>pos.limit</code> and <code>pos.
contextLimit
</code>
579
* difference <code> pos.
contextLimit
- pos.limit</code> should
592
* <code> pos.
contextLimit
</code> should be ignored.</li>
[
all
...]
/external/icu4c/i18n/
anytrans.cpp
233
ScriptRunIterator it(text, pos.contextStart, pos.
contextLimit
);
cpdtrans.cpp
496
* (1) contextStart <= start <= limit <=
contextLimit
<= text.length()
506
* start, and limit. gl is the globalLimit.
contextLimit
is
/external/icu4c/test/cintltst/
utransts.c
647
pos.limit = pos.
contextLimit
= u_strlen(buf);
692
pos.limit = pos.
contextLimit
= u_strlen(from);
/external/icu4c/io/
ustdio.c
184
pos.
contextLimit
= textLength;
/external/icu4c/test/intltest/
cpdtrtst.cpp
420
index.
contextLimit
= source.length();
transtst.cpp
[
all
...]
Completed in 3029 milliseconds
1
2