Searched defs:textLen (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
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 Ducurr.cpp1082 // @param textLen: the length of the text to be compared
1090 const UChar* text, int32_t textLen,
1094 if (len > *maxMatchLen && len <= textLen &&
1110 // @param textLen: the length of the text to be compared
1118 const UChar* text, int32_t textLen,
1139 for (int32_t index = 0; index < textLen; ++index) {
1157 text, textLen,
1321 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); local
1322 text.extract(start, textLen, inputText);
1324 textLen
1088 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1116 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
/external/skia/gm/
H A Ddeviceproperties.cpp61 const size_t textLen = strlen(text); local
85 canvas.drawText(text, textLen, x, y, paint);
H A Dfontscaler.cpp49 const size_t textLen = strlen(text); local
74 canvas->drawText(text, textLen, x, y, paint);
H A Dtypeface.cpp192 const size_t textLen = strlen(text); variable
205 canvas->drawText(text, textLen, x, y, paint);
207 drawKernText(canvas, text, textLen, x + 240, 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/icu4c/i18n/
H A Dcsr2022.cpp29 * @param textLen the size of the text in the byte.
33 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) const argument
43 while(i < textLen) {
50 if (textLen-i >= seq_length) {
H A Ducurr.cpp1121 // @param textLen: the length of the text to be compared
1129 const UChar* text, int32_t textLen,
1133 if (len > *maxMatchLen && len <= textLen &&
1149 // @param textLen: the length of the text to be compared
1157 const UChar* text, int32_t textLen,
1178 for (int32_t index = 0; index < textLen; ++index) {
1196 text, textLen,
1360 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); local
1361 text.extract(start, textLen, inputText);
1363 textLen
1127 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1155 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
/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/expat/lib/
H A Dxmlparse.c194 int textLen; /* length in XML_Chars */ member in struct:__anon18578
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 1087 milliseconds