Home
last modified time | relevance | path

Searched defs:pDestLimit (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dustrtrns.cpp283 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
579 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient() local
803 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; in u_strToUTF8WithSub() local
1095 UChar *pDestLimit = dest+destCapacity; in u_strFromJavaModifiedUTF8WithSub() local
1323 uint8_t *pDestLimit = pDest + destCapacity; in u_strToJavaModifiedUTF8() local
Dutext.cpp1426 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in utext_strFromUTF8() local