Lines Matching refs:code
278 uint32_t code;
283 /* get the character code, field 0 */
284 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
304 (long)code, u_errorName(*pErrorCode));
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); */
341 uint32_t code;
376 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
387 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
396 /* get the character code, field 0 */
397 code=(uint32_t)uprv_strtoul(s, &end, 16);
408 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);
432 /*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/