Searched refs:bufStart (Results 1 - 11 of 11) sorted by relevance

/external/lz4/programs/
H A Dutil.h282 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) argument
318 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
319 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
322 if (*bufStart + *pos + pathLength >= *bufEnd) {
323 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE;
324 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize);
325 *bufEnd = *bufStart + newListSize;
326 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
328 if (*bufStart
346 UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) argument
403 UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorParser.java459 int bufStart = buf.length();
692 if (isSegment && buf.length() == bufStart) {
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java458 int bufStart = buf.length();
691 if (isSegment && buf.length() == bufStart) {
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp411 int32_t bufStart = buf.length(); local
651 if (isSegment && buf.length() == bufStart) {
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 163 milliseconds