HomeSort by relevance Sort by last modified time
    Searched defs:MAX_FILE_COUNT (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
package.h 29 #define MAX_FILE_COUNT 2000
148 Item items[MAX_FILE_COUNT];
pkg_gencmn.c 22 #define MAX_FILE_COUNT 2000
88 static File files[MAX_FILE_COUNT];
386 if(fileCount==MAX_FILE_COUNT) {
387 fprintf(stderr, "gencmn: too many files, maximum is %d\n", MAX_FILE_COUNT);
  /external/icu4c/tools/toolutil/
package.h 29 #define MAX_FILE_COUNT 2000
148 Item items[MAX_FILE_COUNT];
pkg_gencmn.c 22 #define MAX_FILE_COUNT 2000
88 static File files[MAX_FILE_COUNT];
386 if(fileCount==MAX_FILE_COUNT) {
387 fprintf(stderr, "gencmn: too many files, maximum is %d\n", MAX_FILE_COUNT);

Completed in 46 milliseconds