Lines Matching refs:path
16 help='path to target ICU directory. Will be deleted.')
22 help='path to source ICU directory.')
28 help='path to icutmp dir.')
32 if os.path.isdir(options.icudst):
36 if not os.path.isdir(options.icusrc):
84 uvernum_h = os.path.join(icu_full_path, 'source/common/unicode/uvernum.h')
85 if not os.path.isfile(uvernum_h):
103 dst_datafile = os.path.join(options.icudst, "source","data","in", "icudt%s%s.dat" % (icu_ver_major, icu_endianness))
105 src_datafile = os.path.join(options.icusrc, "source/data/in/icudt%sl.dat" % (icu_ver_major))
108 if not os.path.isfile(src_datafile):
118 icudst_data = os.path.join(options.icudst, "source", "data")
119 icudst_in = os.path.join(icudst_data, "in")
128 readme_name = os.path.join(options.icudst, "README-FULL-ICU.txt" )