Home | History | Annotate | Download | only in gensprep

Lines Matching defs:codepoint

98  *      0       -  ON : The code point is prohibited (USPREP_PROHIBITED). This is to allow for codepoint that are both prohibited and mapped.
242 int32_t codepoint = 0;
262 codepoint = element->key.integer;
291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
298 * the codepoint has value something other than prohibited
301 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
312 /* written the trie word for the codepoint... increment the count*/
354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length,
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
378 * the codepoint has value something other than prohibited
381 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
396 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
410 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
424 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
454 uhash_iput(hashTable,codepoint,value,status);
505 fprintf(stderr,"Value for codepoint \\U%08X already set!.\n", (int)start);
516 fprintf(stderr,"Value for certain codepoint already set.\n");