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

  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.h 16 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
pkg_gencmn.c 101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
119 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
162 if(sourceTOC) {
205 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
222 if(!sourceTOC) {
406 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
420 if(!sourceTOC) {
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 52 UBool sourceTOC, verbose;
102 sourceTOC=options[8].doesOccur;
115 maxSize, sourceTOC, verbose, NULL);

Completed in 1322 milliseconds