Lines Matching refs:res_index
90 f.write("res_index:table(nofallback) {\n")
113 # Go through the list and generate res_index.txt for locales, brkitr,
116 res_index = "res_index.txt"
127 if "root." in line or "res_index" in line or "_.res" in line:
190 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales, CLDR_VERSION)
194 WriteIndex(os.path.join(TMP_DAT_PATH, kind, res_index), locales)
196 # Call genrb to generate new res_index.res.
197 InvokeIcuTool("genrb", TMP_DAT_PATH, [res_index])
201 InvokeIcuTool("genrb", os.path.join(TMP_DAT_PATH, kind), [res_index])