Home | History | Annotate | Download | only in gensprep

Lines Matching full:mapping

276     uint32_t mapping[40];
286 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
292 /* parse the mapping string */
293 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
308 /* store the mapping */
312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
339 uint32_t mapping[40];
404 /* parse the mapping string */
405 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
407 /* store the mapping */
408 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);