Lines Matching refs:mapping
279 uint32_t mapping[40];
289 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
295 /* parse the mapping string */
296 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
311 /* store the mapping */
315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
342 uint32_t mapping[40];
407 /* parse the mapping string */
408 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
410 /* store the mapping */
411 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);