Home | History | Annotate | Download | only in common

Lines Matching full:ascii

9  *   encoding:   US-ASCII
202 // TODO Revisit buffer handling. The label should not be over 63 ASCII characters. ICU4J may need to be updated too.
214 // the source contains all ascii codepoints
247 // step 2 is performed only if the source contains non ASCII
282 // check if output of usprep_prepare is all ASCII
285 }else if(isLDHChar(b1[j])==FALSE){ // if the char is in ASCII range verify that it is an LDH character
292 // 3(a) Verify the absence of non-LDH ASCII code points; that is, the
316 // Step 4: if the source is ASCII then proceed to step 8
356 // convert all codepoints to lower case ASCII
406 // TODO Revisit buffer handling. The label should not be over 63 ASCII characters. ICU4J may need to be updated too.
423 // step 1: find out if all the codepoints in src are ASCII
432 // are in the ASCII range only
445 // are in the ASCII range only
549 // verify that STD3 ASCII rules are satisfied