Home | History | Annotate | Download | only in gensprep

Lines Matching defs:codepoint

97  *      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;
264 codepoint = element->key.integer;
293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
300 * the codepoint has value something other than prohibited
303 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
314 /* written the trie word for the codepoint... increment the count*/
373 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length,
390 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
397 * the codepoint has value something other than prohibited
400 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
419 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
433 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
447 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
486 uhash_iput(hashTable,codepoint,value,status);
537 fprintf(stderr,"Value for codepoint \\U%08X already set!.\n", (int)start);
548 fprintf(stderr,"Value for certain codepoint already set.\n");