HomeSort by relevance Sort by last modified time
    Searched full:textlimit (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 69 int32_t textLimit;
118 textLimit = myLimit;
131 if (start == textLimit) {
149 while (limit < textLimit) {
169 textLimit += delta;
  /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 826 UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {}
849 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit)
852 const UChar *spanLimit = nfcImpl.makeFCD(text, textLimit, NULL, errorCode);
854 if(spanLimit == textLimit || (textLimit == NULL && *spanLimit == 0)) {
862 nfcImpl.makeFCD(spanLimit, textLimit, &buffer, errorCode);
    [all...]
  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/io/
ustdio.c 129 int32_t textLimit;
206 textLimit = f->fTranslit->length;
213 &textLimit,
217 *count = textLimit;
  /external/icu/icu4c/source/io/
ustdio.c 129 int32_t textLimit;
206 textLimit = f->fTranslit->length;
213 &textLimit,
217 *count = textLimit;
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 347 UText *text, int32_t textLimit,
373 if(numChars>=textLimit) {
546 UText *text, int32_t textLimit,
567 if(numChars>=textLimit) {
  /libcore/luni/src/main/java/java/text/
Bidi.java 141 for (int textLimit = 1, i = 1; i < length; textLimit = paragraph
152 for (; i < textLimit; i++) {
157 for (; i < textLimit; i++) {
  /frameworks/base/core/java/android/text/
TextLine.java 822 int textLimit = mStart + limit;
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 2169 int textlimit = FLAGS_cld_textlimit << 10; \/\/ in KB local
    [all...]

Completed in 503 milliseconds