Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustrtrns.cpp408 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
763 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient() local
987 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; in u_strToUTF8WithSub() local
1264 UChar *pDestLimit = dest+destCapacity; in u_strFromJavaModifiedUTF8WithSub() local
1518 uint8_t *pDestLimit = pDest + destCapacity; in u_strToJavaModifiedUTF8() local
Dutext.cpp1412 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in utext_strFromUTF8() local