Home
last modified time | relevance | path

Searched refs:update_decode_map (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Tools/unicode/
Dgenmap_japanese.py172 writer.update_decode_map(JISX0208_C1, JISX0208_C2)
177 writer.update_decode_map(JISX0212_C1, JISX0212_C2)
186 writer.update_decode_map(CP932P0_C1, CP932P0_C2)
187 writer.update_decode_map(CP932P1_C1, CP932P1_C2)
188 writer.update_decode_map(CP932P2_C1, CP932P2_C2)
197 writer.update_decode_map(JISX0213_C1, JISX0213_C2)
202 writer.update_decode_map(JISX0213_C1, JISX0213_C2)
211 writer.update_decode_map(JISX0213_C1, JISX0213_C2)
216 writer.update_decode_map(JISX0213_C1, JISX0213_C2)
235 writer.update_decode_map(JISX0213_C1, JISX0213_C2)
Dgenmap_korean.py45 writer.update_decode_map(KSX1001_C1, KSX1001_C2)
50 writer.update_decode_map(UHCL1_C1, UHCL1_C2)
51 writer.update_decode_map(UHCL2_C1, UHCL2_C2)
Dgenmap_schinese.py96 writer.update_decode_map(GB2312_C1, GB2312_C2)
101 writer.update_decode_map(GBKL1_C1, GBKL1_C2)
102 writer.update_decode_map(GBKL2_C1, GBKL2_C2)
112 writer.update_decode_map(eval("GB18030EXTP%d_C1" % i), eval("GB18030EXTP%d_C2" % i))
Dgenmap_support.py53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0): member in DecodeMapWriter