Searched refs:srcLength (Results 51 - 70 of 70) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1061 * @param srcLength the input string length, or -1 if NUL-terminated
1079 const UChar *src, int32_t srcLength,
1090 * 2*srcLength (each char may be converted into a surrogate pair).
1094 * @param srcLength the input string length, or -1 if NUL-terminated
1111 const char *src, int32_t srcLength,
H A Duset.h688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1061 * @param srcLength the input string length, or -1 if NUL-terminated
1079 const UChar *src, int32_t srcLength,
1090 * 2*srcLength (each char may be converted into a surrogate pair).
1094 * @param srcLength the input string length, or -1 if NUL-terminated
1111 const char *src, int32_t srcLength,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1061 * @param srcLength the input string length, or -1 if NUL-terminated
1079 const UChar *src, int32_t srcLength,
1090 * 2*srcLength (each char may be converted into a surrogate pair).
1094 * @param srcLength the input string length, or -1 if NUL-terminated
1111 const char *src, int32_t srcLength,
H A Duset.h688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
/external/icu4c/common/unicode/
H A Dubidi.h2148 * will never exceed <code>srcLength</code>.
2154 * @param srcLength The length of the RTL run.
2157 * <code>src[srcLength]</code> and <code>dest[destSize]</code>
2164 * <code>srcLength</code>.
2166 * will be exactly <code>srcLength</code>.
2178 ubidi_writeReverse(const UChar *src, int32_t srcLength,
H A Duset.h1063 * @param srcLength length of array
1068 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.cpp154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
/external/icu4c/test/intltest/
H A Dutxttest.cpp305 int srcLength = 0; // a specific test. local
322 case 1: srcLength = 1; break;
323 case 2: srcLength = 5; break;
324 case 3: srcLength = cpCount / 3;
330 case 3: srcIndex = cpCount - srcLength; break;
331 case 4: srcIndex = cpCount - srcLength - 1; break;
334 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
349 case 4: destIndex = srcIndex + srcLength + 1; break;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
363 u16Limit = u16Map[srcIndex+srcLength]
[all...]
H A Dtstnorm.cpp623 BasicNormalizerTest::TestPreviousNext(const UChar *src, int32_t srcLength, argument
631 Normalizer iter(src, srcLength, mode);
/external/webkit/Source/WebCore/css/
H A DCSSFontSelector.cpp232 int srcLength = srcList->length(); local
236 for (int i = 0; i < srcLength; i++) {
/external/icu4c/common/
H A Dutext.cpp1746 int32_t srcLength, // required. NUL terminated not supported.
1759 while((index < srcLength)&&(pDest<pDestLimit)){
1764 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);
1782 while(index < srcLength){
1787 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);
1742 utext_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode ) argument
/external/icu4c/test/cintltst/
H A Dcnumtst.c65 static int32_t ustrToAstr(const UChar* src, int32_t srcLength, char* dst, int32_t dstLength) { argument
70 if (srcLength < 0) {
75 srcLength = (int32_t)(s - src);
77 while (p < e && --srcLength >= 0) {
H A Dcbiditst.c50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
2122 _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength, argument
2135 ubidi_setPara(pBiDi, src, srcLength, 0, NULL, pErrorCode);
2142 printUnicode(src, srcLength, ubidi_getLevels(pBiDi, pErrorCode));
2157 ltrLength=ubidi_writeReverse(src, srcLength, visualLTR, LENGTHOF(visualLTR), 0, pErrorCode);
2159 printUnicode(src, srcLength, NULL);
2188 } else if(srcLength==visualLength && memcmp(src, visualDest, srcLength*U_SIZEOF_UCHAR)==0) {
H A Dccapitst.c2176 const char *src, int32_t srcLength,
2203 finalSrcLimit=src+srcLength;
2266 const char *src, int32_t srcLength,
2271 src, srcLength,
2275 src, srcLength,
2279 src, srcLength,
2175 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, const char *src, int32_t srcLength, const char *expectTarget, int32_t expectTargetLength, int32_t chunkSize, const char *testName, UErrorCode expectCode) argument
2265 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, const char *src, int32_t srcLength, const char *expectTarget, int32_t expectTargetLength, const char *testName, UErrorCode expectCode) argument
H A Dcnormtst.c184 "preflight length/NUL %d!=%d preflight length/srcLength\n",
200 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
1030 _testIter(const UChar *src, int32_t srcLength, argument
1048 index=srcLength;
H A Didnatest.c46 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
/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 ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1717 milliseconds

123