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

/external/icu4c/i18n/
H A Ducol.cpp2033 * @param pNull pointer to the null termination
2038 inline UChar * insertBufferEnd(collIterate *data, UChar *pNull, UChar ch) argument
2044 if ((data->writableBuffer + size) > (pNull + 1)) {
2045 *pNull = ch;
2046 *(pNull + 1) = 0;
2047 return pNull;
2075 * @param pNull pointer to the null termination
2081 inline UChar * insertBufferEnd(collIterate *data, UChar *pNull, UChar *str, argument
2084 uint32_t size = pNull - data->writableBuffer;
2087 if (data->writableBuffer + data->writableBufSize > pNull
2511 insertBufferFront(collIterate *data, UChar *pNull, UChar ch) argument
2642 UChar *pNull = NULL; local
[all...]

Completed in 30 milliseconds