Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h391 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor()
396 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1()
401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2()
406 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3()
411 inline UnicodeString icu_assign_helper(const UChar* src,int32_t srcLen) in icu_assign_helper()
417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign()
422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1()
427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2()
432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch()
438 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate()
[all …]
Dstringperf.cpp105 int32_t srcLen = 0; in StringPerformanceTest() local
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h44 int32_t srcLen; variable
115 int32_t srcLen; variable
261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
265 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
269 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
272 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
276 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
280 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck()
287 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized()
294 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
[all …]
Dnormperf.cpp77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput()
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput()
158 int32_t srcLen = 0; in NormalizerPerformanceTest() local
/external/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText()
71 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim()
79 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
87 getText(const UChar* source, int32_t srcLen, in getText()
124 getDescription( const UChar* source, int32_t srcLen, in getDescription()
148 getCount(const UChar* source, int32_t srcLen, in getCount()
185 getAt(const UChar* source, int32_t srcLen, in getAt()
227 getTranslate( const UChar* source, int32_t srcLen, in getTranslate()
237 getNote(const UChar* source, int32_t srcLen, in getNote()
Drle.c150 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* … in usArrayToRLEString()
196 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode… in byteArrayToRLEString()
241 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray()
297 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
Dwrtjava.cpp231 str_write_java(const UChar *src, int32_t srcLen, UBool printEndLine, UErrorCode *status) { in str_write_java()
441 int32_t srcLen=res->fLength; in bytes_write_java() local
Dwrtxml.cpp176 static void strnrepchr(char* src, int32_t srcLen, char s, char r){ in strnrepchr()
236 const UChar* src, int32_t srcLen, UErrorCode* status){ in convertAndEscape()
399 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print()
/external/lzma/C/
DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize()
23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode()
DLzmaLib.c9 …_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, in LzmaCompress()
35 …DAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, in LzmaUncompress()
DLzma2Dec.c173 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic()
319 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
358 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2Decode()
DLzma86Enc.c16 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen, in Lzma86_Encode()
DXzDec.c126 static SRes BraState_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in BraState_Code()
249 static SRes SbState_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in SbState_Code()
305 static SRes Lzma2State_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2State_Code()
391 const Byte *src, SizeT *srcLen, int srcWasFinished, in MixCoder_Code()
631 const Byte *src, SizeT *srcLen, ECoderFinishMode finishMode, ECoderStatus *status) in XzUnpacker_Code()
DLzmaDec.c803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic()
938 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf()
1077 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode()
/external/icu/icu4c/source/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.c1415 int32_t srcLen, destLen, runCount, i; in doMisc() local
1702 int32_t srcLen; in testFailureRecovery() local
1849 int32_t srcLen, destLen; in testMultipleParagraphs() local
4187 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local
4271 int32_t srcLen, destLen, idx; in testReorderingMode() local
4375 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, in inverseBasic()
4439 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local
4568 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local
4645 int32_t i, srcLen, resLen, idx; in checkMaps() local
4829 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
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h32 int32_t srcLen; variable
77 int32_t srcLen; variable
157 UINT srcLen; variable
209 UINT srcLen; variable
278 UINT srcLen; variable
334 UINT srcLen; variable
390 UINT srcLen; variable
443 UINT srcLen; variable
/external/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.h25 int32_t srcLen; variable
52 int32_t srcLen; variable
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java191 int srcLen = 0; in decode() local
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp810 int32_t srcLen = u_strlen(src); //subtract null in testCompare() local
1003 int32_t srcLen = u_strlen(src); in testChaining() local
1209 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator() local
1423 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl()
1528 int32_t srcLen = 0; in TestCompareReferenceImpl() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java79 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java78 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local
/external/skia/src/pdf/
DSkPDFConvertType1FontStream.cpp126 size_t srcLen = srcStream ? srcStream->getLength() : 0; in SkPDFConvertType1FontStream() local
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp91 int32_t srcLen, tgtLen; in call() local
154 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
203 int32_t srcLen, tgtLen; in call() local
266 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
502 int32_t srcLen, tgtLen; in call() local
564 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local

12