Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 – 22 of 22) sorted by relevance

/external/icu4c/test/perf/ustrperf/
Dstringperf.h386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor()
391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1()
396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2()
401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3()
406 inline UnicodeString icu_assign_helper(const UChar* src,int32_t srcLen) in icu_assign_helper()
412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign()
417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1()
422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2()
427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch()
433 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate()
[all …]
Dstringperf.cpp100 int32_t srcLen = 0; in StringPerformanceTest() local
/external/icu4c/test/perf/normperf/
Dnormperf.h40 int32_t srcLen; variable
111 int32_t srcLen; variable
257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
276 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck()
283 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized()
290 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
[all …]
Dnormperf.cpp74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput()
91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput()
155 int32_t srcLen = 0; in NormalizerPerformanceTest() local
/external/icu4c/tools/genrb/
Dprscmnts.cpp35 removeText(UChar *source, int32_t srcLen, in removeText()
59 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim()
67 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
75 getText(const UChar* source, int32_t srcLen, in getText()
112 getDescription( const UChar* source, int32_t srcLen, in getDescription()
136 getCount(const UChar* source, int32_t srcLen, in getCount()
172 getAt(const UChar* source, int32_t srcLen, in getAt()
213 getTranslate( const UChar* source, int32_t srcLen, in getTranslate()
223 getNote(const UChar* source, int32_t srcLen, in getNote()
Drle.c148 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* … in usArrayToRLEString()
194 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode… in byteArrayToRLEString()
239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray()
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
Dwrtjava.c229 str_write_java( uint16_t* src, int32_t srcLen, UBool printEndLine, UErrorCode *status){ in str_write_java()
453 int32_t srcLen=res->u.fBinaryValue.fLength; in bytes_write_java() local
Dwrtxml.cpp162 static void strnrepchr(char* src, int32_t srcLen, char s, char r){ in strnrepchr()
222 const UChar* src, int32_t srcLen, UErrorCode* status){ in convertAndEscape()
385 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print()
/external/icu4c/test/cintltst/
Dspreptst.c295 unescapeData(const char* src, int32_t srcLen, in unescapeData()
445 int32_t srcLen; in Test_nfs4_mixed_prep() local
478 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() local
505 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
528 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
551 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
576 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
Dcbiditst.c1269 int32_t srcLen, destLen, runCount, i; in doMisc() local
1556 int32_t srcLen; in testFailureRecovery() local
1703 int32_t srcLen, destLen; in testMultipleParagraphs() local
3512 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local
3596 int32_t srcLen, destLen, index; in testReorderingMode() local
3700 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, in inverseBasic()
3764 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local
3893 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local
3970 int32_t i, srcLen, resLen, index; in checkMaps() local
4154 int32_t proLength, epiLength, srcLen, destLen, tc; in testContext() local
Didnatest.c604 int32_t srcLen; in TestCompare() local
685 int32_t srcLen = u_strlen(src); in TestJB4475() local
Dcnormtst.c239 static void TestNull_check(UChar *src, int32_t srcLen, in TestNull_check()
Dnucnvtst.c3474 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape()
3773 int32_t cSrcLen,srcLen; in TestSCSU() local
/external/icu4c/test/perf/convperf/
Dconvperf.h28 int32_t srcLen; variable
73 int32_t srcLen; variable
153 UINT srcLen; variable
205 UINT srcLen; variable
274 UINT srcLen; variable
330 UINT srcLen; variable
386 UINT srcLen; variable
439 UINT srcLen; variable
/external/icu4c/test/perf/strsrchperf/
Dstrsrchperf.h29 int32_t srcLen; variable
79 int32_t srcLen; variable
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java191 int srcLen = 0; in decode() local
/external/icu4c/test/intltest/
Dtestidna.cpp807 int32_t srcLen = u_strlen(src); //subtract null in testCompare() local
1000 int32_t srcLen = u_strlen(src); in testChaining() local
1206 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator() local
1420 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl()
1525 int32_t srcLen = 0; in TestCompareReferenceImpl() local
/external/icu4c/common/
Dustring.c1349 const char *src, int32_t srcLen) { in _appendUChars()
/external/icu4c/io/
Duprntf_p.c566 int32_t srcLen, expLen; in u_printf_scientific_handler() local
Duscanf_p.c493 int32_t srcLen, expLen; in u_scanf_scientific_handler() local
/external/skia/src/pdf/
DSkPDFFont.cpp161 size_t srcLen; in handleType1Stream() local
/external/webkit/Source/JavaScriptCore/runtime/
DStringPrototype.cpp281 if (int srcLen = substringRanges[i].length) { in jsSpliceSubstringsWithSeparators() local