Lines Matching full:print
55 print "Usage:"
56 print "icu_dat_generator.py icu-version [-v|--verbose] [-h|--help]"
57 print "Example:"
58 print "$ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py 4.2"
67 print command
94 print "%s not present for resource list." % dat_list_file_path
186 print "copy " + source_path + " " + dest_path
202 print "You must provide icu version number."
203 print "Example: ./icu_dat_generator.py 4.2"
208 print sys.argv[1] + " is not a valid icu version number!"
220 print "Invalid option"
235 print "%s not present." % full_data_filename
253 print "Generate ICU data:" + os.path.join(icu_dat_path, ICUDATA + "-" + dat_subtag + ".dat")