OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textlimit
(Results
1 - 12
of
12
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java
192
textLimit
= start + count;
345
if (scriptLimit >=
textLimit
) {
354
while (textIndex <
textLimit
) {
355
int ch = UTF16.charAt(text, textStart,
textLimit
, textIndex - textStart);
540
private int
textLimit
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
AnyTransliterator.java
313
private int
textLimit
;
339
this.
textLimit
= limit;
357
if (start ==
textLimit
) {
375
while (limit <
textLimit
) {
399
textLimit
+= delta;
StringSearch.java
[
all
...]
/external/icu/icu4c/source/i18n/
anytrans.cpp
73
int32_t
textLimit
;
122
textLimit
= myLimit;
135
if (start ==
textLimit
) {
153
while (limit <
textLimit
) {
173
textLimit
+= delta;
rulebasedcollator.cpp
831
UTF16NFDIterator(const UChar *text, const UChar *
textLimit
) : s(text), limit(
textLimit
) {}
854
FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *
textLimit
)
857
const UChar *spanLimit = nfcImpl.makeFCD(text,
textLimit
, NULL, errorCode);
859
if(spanLimit ==
textLimit
|| (
textLimit
== NULL && *spanLimit == 0)) {
867
nfcImpl.makeFCD(spanLimit,
textLimit
, &buffer, errorCode);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucnvseltst.c
188
char *text, *
textLimit
;
202
if (s == tt->
textLimit
) {
207
if ((tt->
textLimit
- tt->text) >= 3 &&
248
tt->
textLimit
= tt->text + length;
249
*tt->
textLimit
= 0;
/external/icu/icu4j/main/classes/core/src/com/ibm/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/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java
313
private int
textLimit
;
339
this.
textLimit
= limit;
357
if (start ==
textLimit
) {
375
while (limit <
textLimit
) {
399
textLimit
+= delta;
/external/icu/icu4c/source/io/
ustdio.c
134
int32_t
textLimit
;
211
textLimit
= f->fTranslit->length;
218
&
textLimit
,
222
*count =
textLimit
;
/external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp
350
UText *text, int32_t
textLimit
,
376
if(numChars>=
textLimit
) {
549
UText *text, int32_t
textLimit
,
570
if(numChars>=
textLimit
) {
/frameworks/base/core/java/android/text/
TextLine.java
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java
[
all
...]
Completed in 1939 milliseconds