OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textLimit
(Results
1 - 25
of
30
) sorted by null
1
2
/external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java
190
textLimit
= start + count;
343
if (scriptLimit >=
textLimit
) {
352
while (textIndex <
textLimit
) {
353
int ch = UTF16.charAt(text, textStart,
textLimit
, textIndex - textStart);
538
private int
textLimit
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
AnyTransliterator.java
310
private int
textLimit
;
336
this.
textLimit
= limit;
354
if (start ==
textLimit
) {
372
while (limit <
textLimit
) {
396
textLimit
+= delta;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java
188
textLimit
= start + count;
341
if (scriptLimit >=
textLimit
) {
350
while (textIndex <
textLimit
) {
351
int ch = UTF16.charAt(text, textStart,
textLimit
, textIndex - textStart);
536
private int
textLimit
;
/external/icu/icu4c/source/i18n/
anytrans.cpp
71
int32_t
textLimit
;
120
textLimit
= myLimit;
133
if (start ==
textLimit
) {
151
while (limit <
textLimit
) {
171
textLimit
+= delta;
rulebasedcollator.cpp
829
UTF16NFDIterator(const UChar *text, const UChar *
textLimit
) : s(text), limit(
textLimit
) {}
852
FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *
textLimit
)
855
const UChar *spanLimit = nfcImpl.makeFCD(text,
textLimit
, NULL, errorCode);
857
if(spanLimit ==
textLimit
|| (
textLimit
== NULL && *spanLimit == 0)) {
865
nfcImpl.makeFCD(spanLimit,
textLimit
, &buffer, errorCode);
[
all
...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java
310
private int
textLimit
;
336
this.
textLimit
= limit;
354
if (start ==
textLimit
) {
372
while (limit <
textLimit
) {
396
textLimit
+= delta;
/external/icu/icu4c/source/test/cintltst/
ucnvseltst.c
186
char *text, *
textLimit
;
200
if (s == tt->
textLimit
) {
205
if ((tt->
textLimit
- tt->text) >= 3 &&
246
tt->
textLimit
= tt->text + length;
247
*tt->
textLimit
= 0;
/external/icu/icu4c/source/io/
ustdio.c
132
int32_t
textLimit
;
209
textLimit
= f->fTranslit->length;
216
&
textLimit
,
220
*count =
textLimit
;
/external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp
346
UText *text, int32_t
textLimit
,
372
if(numChars>=
textLimit
) {
545
UText *text, int32_t
textLimit
,
566
if(numChars>=
textLimit
) {
/frameworks/base/core/java/android/text/
TextLine.java
794
int
textLimit
= mStart + limit;
813
ret = replacement.getSize(wp, mText, textStart,
textLimit
, fmi);
825
replacement.draw(c, mText, textStart,
textLimit
,
[
all
...]