Searched refs:textLen (Results 1 - 17 of 17) sorted by relevance

/external/icu4c/i18n/
H A Dcsr2022.h45 * @param textLen the size of the text in the byte.
49 int32_t match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length);
H A Dcsr2022.cpp28 * @param textLen the size of the text in the byte.
32 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) argument
42 while(i < textLen) {
49 if (textLen-i >= seq_length) {
H A Dutrans.cpp450 int32_t textLen = (textLength == NULL || *textLength < 0)
453 UnicodeString str(text, textLen, textCapacity);
459 textLen = str.extract(text, textCapacity, *status);
461 *textLength = textLen;
480 int32_t textLen = (textLength == NULL || *textLength < 0)
483 UnicodeString str(text, textLen, textCapacity);
489 textLen = str.extract(text, textCapacity, *status);
491 *textLength = textLen;
H A Ducurr.cpp1127 // @param textLen: the length of the text to be compared
1135 const UChar* text, int32_t textLen,
1139 if (len > *maxMatchLen && len <= textLen &&
1155 // @param textLen: the length of the text to be compared
1163 const UChar* text, int32_t textLen,
1184 for (int32_t index = 0; index < textLen; ++index) {
1202 text, textLen,
1366 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); local
1367 text.extract(start, textLen, inputText);
1369 textLen
1133 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1161 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
H A Dusearch.cpp3615 int32_t textLen = strsrch->search->textLength;
3618 U_ASSERT(startIndex<=textLen);
3620 if (startIndex >= textLen) {
3626 U16_NEXT(text, i, textLen, c);
3640 if (i>=textLen) {
3643 U16_NEXT(text, i, textLen, c);
3677 int32_t textLen = strsrch->search->textLength;
3680 U_ASSERT(index<=textLen);
3682 if (index>=textLen || index<=0) {
3689 U16_GET(text, 0, index, textLen,
[all...]
/external/skia/gm/
H A Dfontscaler.cpp49 const size_t textLen = strlen(text); local
73 canvas->drawText(text, textLen, x, y, paint);
H A Dshadertext.cpp126 const int textLen = SK_ARRAY_COUNT(text) - 1; local
129 int w = pointSize * textLen;
192 canvas->drawText(text, textLen, 0, textBase, paint);
198 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/mdnsresponder/mDNSPosix/
H A DResponder.c421 mDNSu16 textLen,
442 text, textLen, // TXT data, length
521 unsigned int textLen = 0; local
581 unsigned int newlen = textLen + 1 + len;
583 text[textLen] = len;
584 mDNSPlatformMemCopy(text + textLen + 1, rawText, len);
585 textLen = newlen;
592 status = RegisterOneService(name, type, dom, text, textLen, atol(port));
417 RegisterOneService(const char * richTextName, const char * serviceType, const char * serviceDomain, const mDNSu8 text[], mDNSu16 textLen, long portNumber) argument
/external/skia/samplecode/
H A DSampleFontScalerTest.cpp97 const size_t textLen = strlen(text); local
120 canvas->drawText(text, textLen, x, y, paint);
H A DSampleTypeface.cpp113 const size_t textLen = strlen(text); local
122 canvas->drawText(text, textLen, x, y, paint);
H A DSampleShaderText.cpp127 const int textLen = SK_ARRAY_COUNT(text) - 1; local
130 int w = pointSize * textLen;
193 canvas->drawText(text, textLen, 0, textBase, paint);
199 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/jdiff/src/jdiff/
H A DRootDocToXML.java977 int textLen = text.length();
978 if (textLen == 0)
988 while (i < textLen && text.charAt(i) == ' ') {
991 if (text.charAt(i) == '@' && fromindex < textLen-1)
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp324 size_t textLen = strlen(m_text);
336 if (commentStart < lineStart + textLen)
342 textLen = commentStart - lineStart;
348 if (commentEnd < lineStart + textLen) {
350 textLen = commentEnd - lineStart - 2;
360 textLen = commentStart - lineStart - 2;
445 return textLen;
/external/icu4c/test/intltest/
H A Dssearch.cpp1891 int32_t textLen = string.length();
1893 if (startIndex >= textLen) {
1900 U16_NEXT(text, i, textLen, c);
1916 if (i>=textLen) {
1920 U16_NEXT(text, i, textLen, c);
1935 int32_t textLen = string.length();
1937 if (index>=textLen || index<=0) {
1944 U16_GET(text, 0, index, textLen, c);
/external/expat/lib/
H A Dxmlparse.c194 int textLen; /* length in XML_Chars */ member in struct:__anon5381
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4159 declEntity->textLen,
4822 textEnd = (char *)(entity->textPtr + entity->textLen);
4867 textEnd = (char *)(entity->textPtr + entity->textLen);
5066 const XML_Char *textEnd = entity->textPtr + entity->textLen;
5168 + entity->textLen));
5931 oldE->textLen);
5935 newE->textLen = oldE->textLen;
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 492 milliseconds