Home
last modified time | relevance | path

Searched refs:bufLen (Results 151 - 153 of 153) sorted by relevance

1234567

/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp127 static void utextToPrintable(char *buf, int32_t bufLen, UText *text) { in utextToPrintable() argument
132 while ((c != U_SENTINEL) && (bufPtr < buf+bufLen)) { in utextToPrintable()
148 char *ebuf = (char*)malloc(bufLen); in utextToPrintable()
149 uprv_eastrncpy((unsigned char*)ebuf, (const unsigned char*)buf, bufLen); in utextToPrintable()
150 uprv_strncpy(buf, ebuf, bufLen); in utextToPrintable()
/third_party/backends/backend/
H A Depjitsu.c4351 size_t bufLen; in read_from_scanner() local
4372 bufLen = bytes; in read_from_scanner()
4373 buf = malloc(bufLen); in read_from_scanner()
/third_party/astc-encoder/Source/
H A Dtinyexr.h12422 unsigned int bufLen =
12426 std::vector<unsigned char> block(bufLen);

Completed in 31 milliseconds

1234567