Lines Matching full:defaultvalue
403 * then defaultValue=compute the mapping result for this whole sequence
404 * else defaultValue=0
411 uint32_t defaultValue) {
466 *section++=((uint32_t)count<<UCNV_EXT_TO_U_BYTE_SHIFT)|defaultValue;
508 defaultValue=0;
522 defaultValue=getToUnicodeValue(extData, table, m);
527 section[j]|=defaultValue;
533 if(!generateToUTable(extData, table, subStart, subLimit, unitIndex+1, defaultValue)) {
710 uint32_t defaultValue) {
752 *sectionValues++=defaultValue;
781 defaultValue=0;
795 defaultValue=getFromUBytesValue(extData, table, m);
800 sectionValues[j]=defaultValue;
806 if(!generateFromUTable(extData, table, subStart, subLimit, unitIndex+1, defaultValue)) {