Searched defs:textLimit (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Danytrans.cpp69 int32_t textLimit; member in class:ScriptRunIterator
118 textLimit = myLimit;
131 if (start == textLimit) {
149 while (limit < textLimit) {
169 textLimit += delta;
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp71 int32_t textLimit; member in class:ScriptRunIterator
120 textLimit = myLimit;
133 if (start == textLimit) {
151 while (limit < textLimit) {
171 textLimit += delta;
H A Drulebasedcollator.cpp826 UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {} argument
849 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit) argument
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);
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c129 int32_t textLimit; local
206 textLimit = f->fTranslit->length;
213 &textLimit,
217 *count = textLimit;
/external/icu/icu4c/source/io/
H A Dustdio.c129 int32_t textLimit; local
206 textLimit = f->fTranslit->length;
213 &textLimit,
217 *count = textLimit;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducnvseltst.c188 char *text, *textLimit; member in struct:TestText
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/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp347 UText *text, int32_t textLimit,
373 if(numChars>=textLimit) {
546 UText *text, int32_t textLimit,
567 if(numChars>=textLimit) {
346 ucharsTrieMatches(UCharsTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
545 bytesTrieMatches(BytesTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c188 char *text, *textLimit; member in struct:TestText
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/perf/dicttrieperf/
H A Ddicttrieperf.cpp347 UText *text, int32_t textLimit,
373 if(numChars>=textLimit) {
546 UText *text, int32_t textLimit,
567 if(numChars>=textLimit) {
346 ucharsTrieMatches(UCharsTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
545 bytesTrieMatches(BytesTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 151 milliseconds