No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | java.text.Normalizer | 
Provides normalization functions according to Unicode Standard Annex #15: Unicode Normalization Forms. Normalization can decompose and compose characters for equivalency checking.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | Normalizer.Form | The normalization forms supported by the Normalizer. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Check whether the given character sequence 
            srcis normalized according to the normalization methodform. | ||||||||||
|  | 
           Normalize the character sequence 
            srcaccording to the normalization methodform. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Check whether the given character sequence src is normalized according to the normalization method form.
| src | character sequence to check | 
|---|---|
| form | normalization form to check against | 
form Normalize the character sequence src according to the normalization method form.
| src | character sequence to read for normalization | 
|---|---|
| form | normalization form | 
form