Home
last modified time | relevance | path

Searched refs:copyLength (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Duregex.cpp647 int32_t copyLength = fullLength; in uregex_group() local
648 if (copyLength < destCapacity) { in uregex_group()
649 dest[copyLength] = 0; in uregex_group()
650 } else if (copyLength == destCapacity) { in uregex_group()
653 copyLength = destCapacity; in uregex_group()
660 if (copyLength > 0) { in uregex_group()
661 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()
/external/icu4c/i18n/
Duregex.cpp665 int32_t copyLength = fullLength; in uregex_group() local
666 if (copyLength < destCapacity) { in uregex_group()
667 dest[copyLength] = 0; in uregex_group()
668 } else if (copyLength == destCapacity) { in uregex_group()
671 copyLength = destCapacity; in uregex_group()
678 if (copyLength > 0) { in uregex_group()
679 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()
/external/icu4c/common/
Dustrcase.cpp421 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity; in ustrcase_map() local
422 if(copyLength>0) { in ustrcase_map()
423 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR); in ustrcase_map()
Dlocdispnames.cpp332 int32_t copyLength=uprv_min(length, destCapacity); in _getStringOrCopyKey() local
333 if(copyLength>0 && s != NULL) { in _getStringOrCopyKey()
334 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey()
Duresbund.cpp2692 int32_t copyLength = uprv_min(length, resultCapacity); in ures_getFunctionalEquivalent() local
2693 if(copyLength>0) { in ures_getFunctionalEquivalent()
2694 uprv_strncpy(result, found, copyLength); in ures_getFunctionalEquivalent()
/external/chromium_org/third_party/icu/source/common/
Dlocdispnames.cpp331 int32_t copyLength=uprv_min(length, destCapacity); in _getStringOrCopyKey() local
332 if(copyLength>0 && s != NULL) { in _getStringOrCopyKey()
333 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey()
Dustrcase.c539 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity; in caseMap() local
540 if(copyLength>0) { in caseMap()
541 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR); in caseMap()
Duresbund.c2641 int32_t copyLength = uprv_min(length, resultCapacity); in ures_getFunctionalEquivalent() local
2642 if(copyLength>0) { in ures_getFunctionalEquivalent()
2643 uprv_strncpy(result, found, copyLength); in ures_getFunctionalEquivalent()