Home
last modified time | relevance | path

Searched refs:line (Results 1 – 5 of 5) sorted by relevance

/locale/programs/
A Dlocfile-kw.h31 #line 1 "locfile-kw.gperf"
53 #line 24 "locfile-kw.gperf"
133 #line 31 "locfile-kw.gperf" in locfile_hash()
136 #line 71 "locfile-kw.gperf" in locfile_hash()
140 #line 30 "locfile-kw.gperf" in locfile_hash()
153 #line 56 "locfile-kw.gperf" in locfile_hash()
160 #line 70 "locfile-kw.gperf" in locfile_hash()
164 #line 83 "locfile-kw.gperf" in locfile_hash()
169 #line 76 "locfile-kw.gperf" in locfile_hash()
176 #line 54 "locfile-kw.gperf" in locfile_hash()
[all …]
A Dcharmap-kw.h31 #line 1 "charmap-kw.gperf"
53 #line 24 "charmap-kw.gperf"
133 #line 39 "charmap-kw.gperf" in charmap_hash()
136 #line 40 "charmap-kw.gperf" in charmap_hash()
138 #line 35 "charmap-kw.gperf" in charmap_hash()
140 #line 37 "charmap-kw.gperf" in charmap_hash()
143 #line 28 "charmap-kw.gperf" in charmap_hash()
145 #line 29 "charmap-kw.gperf" in charmap_hash()
147 #line 30 "charmap-kw.gperf" in charmap_hash()
149 #line 26 "charmap-kw.gperf" in charmap_hash()
[all …]
A Dld-collate.c130 size_t line; member
163 size_t line; member
383 newp->line = 0; in new_element()
411 newp->line = 0; in new_symbol()
707 elem->line = ldfile->lineno; in insert_weights()
1240 elem->file, elem->line); in handle_ellipsis()
1383 elem->file, elem->line); in handle_ellipsis()
1450 elem->line = ldfile->lineno; in handle_ellipsis()
1690 (*eptr)->line, in collate_finish()
1795 (*eptr)->line, in collate_finish()
[all …]
/locale/
A Dgen-translit.py71 def __init__(self, line): argument
72 match = self.__RE_TRANSLIT.match(line)
75 lineno + 1, line))
85 for lineno, line in enumerate(sys.stdin):
86 line = line.strip() variable
88 if (not line) or line[0] == '#':
90 translit = Translit(line)
95 translit.codepoints.decoded, lineno + 1, line))
A Dlocaleinfo.h189 #define CATNAMEMF(line) CATNAMEMF1 (line) argument
190 #define CATNAMEMF1(line) str##line argument

Completed in 16 milliseconds