Home
last modified time | relevance | path

Searched refs:bufStart (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/programs/
Dutil.h490 UTIL_STATIC int UTIL_prepareFileList(const char* dirName, char** bufStart, size_t* pos, char** bufE… in UTIL_prepareFileList() argument
527 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFi… in UTIL_prepareFileList()
528 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; } in UTIL_prepareFileList()
531 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()
532 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()
533 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize); in UTIL_prepareFileList()
534 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()
535 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; } in UTIL_prepareFileList()
537 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()
538 strncpy(*bufStart + *pos, path, *bufEnd - (*bufStart + *pos)); in UTIL_prepareFileList()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliteratorParser.java459 int bufStart = buf.length(); in parseSection() local
692 if (isSegment && buf.length() == bufStart) { in parseSection()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java458 int bufStart = buf.length(); in parseSection() local
691 if (isSegment && buf.length() == bufStart) { in parseSection()
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_pars.cpp411 int32_t bufStart = buf.length(); in parseSection() local
651 if (isSegment && buf.length() == bufStart) { in parseSection()
/third_party/icu/icu4c/source/i18n/
Drbt_pars.cpp411 int32_t bufStart = buf.length(); in parseSection() local
651 if (isSegment && buf.length() == bufStart) { in parseSection()
/third_party/node/deps/icu-small/source/i18n/
Drbt_pars.cpp411 int32_t bufStart = buf.length(); in parseSection() local
651 if (isSegment && buf.length() == bufStart) { in parseSection()