Home
last modified time | relevance | path

Searched defs:pDestLimit (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
H A 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; u_strToUTF8WithSub() local
1095 UChar *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1323 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustrtrns.cpp283 char16_t *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
579 char16_t *pDestLimit = (dest!=nullptr)?(dest+destCapacity):nullptr; in u_strFromUTF8Lenient() local
803 uint8_t *pDestLimit = (pDest!=nullptr)?(pDest + destCapacity):nullptr; u_strToUTF8WithSub() local
1095 char16_t *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1336 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A 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; u_strToUTF8WithSub() local
1095 UChar *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1323 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]

Completed in 7 milliseconds