Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 103) sorted by relevance

12345

/localedata/unicode-gen/
A Dunicode_utils.py177 end = match.group('codepoint2')
178 if not end:
179 end = start
180 for code_point in range(int(start, 16), int(end, 16)+1):
210 end = match.group('codepoint2')
211 if not end:
212 end = start
213 for code_point in range(int(start, 16), int(end, 16)+1):
A Dutf8_gen.py54 def process_range(start, end, outfile, name): argument
68 for i in range(int(start, 16), int(end, 16)+1 ):
90 for i in range(int(start, 16), int(end, 16), 64 ):
91 if i > (int(end, 16)-64):
94 unicode_utils.ucs_symbol(int(end,16)),
/localedata/locales/
A Dha_NG148 reorder-end
236 % "end of line",
238 % "end of line",
241 % "end of line",
249 % "end of line",
253 % "end of line",
255 % "end of line
A Den_NG196 % "end of line",
198 % "end of line",
201 % "end of line",
209 % "end of line",
213 % "end of line",
215 % "end of line
A Dzu_ZA229 % "end of line",
231 % "end of line",
234 % "end of line",
242 % "end of line",
246 % "end of line",
248 % "end of line
A Dnso_ZA227 % "end of line",
229 % "end of line",
232 % "end of line",
240 % "end of line",
244 % "end of line",
246 % "end of line
A Dts_ZA244 % "end of line",
246 % "end of line",
249 % "end of line",
257 % "end of line",
261 % "end of line",
263 % "end of line
A Dss_ZA244 % "end of line",
246 % "end of line",
249 % "end of line",
257 % "end of line",
261 % "end of line",
263 % "end of line
A Dst_ZA240 % "end of line",
242 % "end of line",
245 % "end of line",
253 % "end of line",
257 % "end of line",
259 % "end of line
A Dtn_ZA239 % "end of line",
241 % "end of line",
244 % "end of line",
252 % "end of line",
256 % "end of line",
258 % "end of line
A Dve_ZA237 % "end of line",
239 % "end of line",
242 % "end of line",
250 % "end of line",
254 % "end of line",
256 % "end of line
A Dxh_ZA235 % "end of line",
237 % "end of line",
240 % "end of line",
248 % "end of line",
252 % "end of line",
254 % "end of line
A Daf_ZA205 % "end of line",
207 % "end of line",
210 % "end of line",
218 % "end of line",
222 % "end of line",
224 % "end of line
A Dnr_ZA241 % "end of line",
243 % "end of line",
246 % "end of line",
254 % "end of line",
258 % "end of line",
260 % "end of line
A Dlg_UG285 % "end of line",
287 % "end of line",
290 % "end of line",
298 % "end of line",
302 % "end of line",
304 % "end of line
A Den_ZA251 % "end of line",
253 % "end of line",
256 % "end of line",
264 % "end of line",
268 % "end of line",
270 % "end of line
A Dyo_NG151 reorder-end
255 % "end of line",
257 % "end of line",
260 % "end of line",
268 % "end of line",
272 % "end of line",
274 % "end of line
A Dig_NG210 reorder-end
303 % "end of line",
305 % "end of line",
308 % "end of line",
316 % "end of line",
320 % "end of line",
322 % "end of line
A Dber_MA71 reorder-end
78 %reorder-sections-end
A Dml_IN213 % And the end result seems to be the same as if the above two rules had been
222 reorder-end
A Dro_RO110 reorder-end
325 % %N Insert an <end-of-line> if the previous descriptor
/localedata/
A Dtst-mbswcs4.c24 #define show(expr, nexp, wcexp, end) \ argument
29 if (n != (size_t) nexp || wc != wcexp || src != (const char *) (end)) \
32 (unsigned long int) wcexp, (end) - buf); \
A Dtst-mbswcs2.c24 #define show(expr, nexp, wcexp, end) \ argument
29 if (n != (size_t) nexp || wc != wcexp || src != (const char *) (end)) \
32 (unsigned long int) wcexp, (end) - buf); \
/localedata/tests-mbwc/
A Ddat_iswalpha.c120 { TST_ISW_REC (end, alpha) }
A Ddat_iswcntrl.c120 { TST_ISW_REC(end, cntrl) }

Completed in 19 milliseconds

12345