Home
last modified time | relevance | path

Searched refs:u_memcpy (Results 1 – 25 of 34) sorted by relevance

12

/external/icu4c/i18n/
Dcoleitr.cpp189 u_memcpy(string, source.getBuffer(), length); in setText()
240 u_memcpy(buffer, string.getBuffer(), length); in setText()
298 u_memcpy(string, sourceText.getBuffer(), length); in CollationElementIterator()
366 u_memcpy(buffer, temp, length); in CollationElementIterator()
Ducol_res.cpp557 u_memcpy(buffer, ucaRules, uprv_min(UCAlen, bufferLen)); in ucol_getRulesEx()
560 u_memcpy(buffer+UCAlen, rules, uprv_min(len, bufferLen-UCAlen)); in ucol_getRulesEx()
Duregex.cpp144 u_memcpy(patBuf, pattern, actualPatLen); in uregex_open()
679 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()
Ducol_tok.cpp222 u_memcpy(parseError->preContext,rules+start,stop-start); in syntaxError()
232 u_memcpy(parseError->postContext,rules+start,stop-start); in syntaxError()
843 u_memcpy(src->extraCurrent, tempStuff.getBuffer(), len); in ucol_tok_addToExtraCurrent()
Duspoof.cpp699 u_memcpy(dest, result, resultLen); in uspoof_getSkeleton()
/external/icu4c/common/
Dlocdispnames.cpp333 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey()
538 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName()
564 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName()
590 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName()
630 u_memcpy(dest+length+length3,dispLocSeparator,locSepLen); in uloc_getDisplayName()
Ducnvdisp.c68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR); in ucnv_getDisplayName()
Dunormcmp.cpp350 u_memcpy(fold1, p, length); in unorm_cmpEquivFold()
395 u_memcpy(fold2, p, length); in unorm_cmpEquivFold()
Dunistr_case.cpp114 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength); in caseMap()
Dusprep.cpp457 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError()
468 u_memcpy(parseError->postContext,rules+start,limit-start); in uprv_syntaxError()
Dustrcase.c840 u_memcpy(fold1, p, length); in u_strcmpFold()
885 u_memcpy(fold2, p, length); in u_strcmpFold()
Dutext.cpp623 u_memcpy(fold1, p, length); in utext_caseCompare()
649 u_memcpy(fold2, p, length); in utext_caseCompare()
738 u_memcpy(fold1, p, length); in utext_caseCompareNativeLimit()
761 u_memcpy(fold2, p, length); in utext_caseCompareNativeLimit()
Dustring.c1113 u_memcpy(UChar *dest, const UChar *src, int32_t count) { in u_memcpy() function
Dunistr.cpp1291 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, oldLength); in doReplace()
/external/icu4c/test/cintltst/
Dbocu1tst.c996 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1()
1004 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1()
1006 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1()
1017 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1()
Dcustrtst.c128 u_memcpy(temp,dataTable[i][j], 7); in TestStringFunctions()
155 u_memcpy(temp,nullTemp, 7); in TestStringFunctions()
1163 u_memcpy(buffer, string, length); in TestCountChar32()
Dcucdtst.c3269 u_memcpy(pData->prevFull, full, count); in caseFoldingLineFn()
3278 u_memcpy(pData->prevFull, full, count); in caseFoldingLineFn()
Dcnormtst.c918 u_memcpy(expect, input, hangulPrefixLength); in TestNormCoverage()
/external/icu4c/tools/gencase/
Dstore.c283 u_memcpy(unfold+unfoldTop, s, length); in addUnfolding()
1007 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->lowerCase+1, length); in makeException()
1012 u_memcpy((UChar *)exceptions+excTop, p->caseFolding->full+1, length); in makeException()
1017 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->upperCase+1, length); in makeException()
1021 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->titleCase+1, length); in makeException()
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h745 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h745 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h745 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h745 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/icu4c/common/unicode/
Dustring.h751 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/icu4c/test/intltest/
Dtsmthred.cpp996 u_memcpy(lines[lineNum].buff, bufferU, buflen); in TestCollators()

12