Lines Matching +refs:val +refs:result
81 * <li> Normalize: Possibly normalize the result of step 1 using Unicode
290 Values val = new Values();
291 char result = 0;
298 result = getCodePointValue(ch);
299 getValues(result,val);
302 if(val.type == UNASSIGNED && allowUnassigned == false){
305 }else if((val.type == MAP)){
308 if(val.isIndex){
309 index = val.value;
327 ch -= val.value;
329 }else if(val.type == DELETE){
361 int result = getCodePointValue(ch);
362 if( (result & 0x07) == LABEL_SEPARATOR){
372 2) Normalize -- Possibly normalize the result of step 1 using Unicode
436 char result;
438 Values val = new Values();
445 result = getCodePointValue(ch);
446 getValues(result,val);
448 if(val.type == PROHIBITED ){
450 iter.getText(), val.value);