Searched defs:copyLength (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustrcase.cpp421 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity; local
422 if(copyLength>0) {
423 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
H A Dlocdispnames.cpp332 int32_t copyLength=uprv_min(length, destCapacity); local
333 if(copyLength>0 && s != NULL) {
334 u_memcpy(dest, s, copyLength);
H A Duresbund.cpp2689 int32_t copyLength = uprv_min(length, resultCapacity); local
2690 if(copyLength>0) {
2691 uprv_strncpy(result, found, copyLength);
/external/icu/icu4c/source/common/
H A Dustrcase.cpp421 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity; local
422 if(copyLength>0) {
423 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
H A Dlocdispnames.cpp332 int32_t copyLength=uprv_min(length, destCapacity); local
333 if(copyLength>0 && s != NULL) {
334 u_memcpy(dest, s, copyLength);
H A Duresbund.cpp2689 int32_t copyLength = uprv_min(length, resultCapacity); local
2690 if(copyLength>0) {
2691 uprv_strncpy(result, found, copyLength);
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp665 int32_t copyLength = fullLength; local
666 if (copyLength < destCapacity) {
667 dest[copyLength] = 0;
668 } else if (copyLength == destCapacity) {
671 copyLength = destCapacity;
678 if (copyLength > 0) {
679 u_memcpy(dest, &regexp->fText[startIx], copyLength);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp665 int32_t copyLength = fullLength; local
666 if (copyLength < destCapacity) {
667 dest[copyLength] = 0;
668 } else if (copyLength == destCapacity) {
671 copyLength = destCapacity;
678 if (copyLength > 0) {
679 u_memcpy(dest, &regexp->fText[startIx], copyLength);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 183 milliseconds