HomeSort by relevance Sort by last modified time
    Searched refs:sourceTOC (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/toolutil/
pkg_gencmn.h 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
pkg_gencmn.c 98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
150 if(sourceTOC) {
184 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
199 if(!sourceTOC) {
383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
397 if(!sourceTOC) {
  /external/icu4c/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose;
100 sourceTOC=options[8].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);

Completed in 318 milliseconds