aicas logo Jamaica 3.4 release 8

sun.text.normalizer
Class NormalizerBase.Mode

java.lang.Object
  extended by sun.text.normalizer.NormalizerBase.Mode
Enclosing class:
NormalizerBase

public static class NormalizerBase.Mode
extends Object

Constants for normalization modes.


Method Summary
protected  int getMask()
          This method is used for method dispatch
protected  int getMinC()
          This method is used for method dispatch
protected  sun.text.normalizer.NormalizerBase.IsNextBoundary getNextBoundary()
          This method is used for method dispatch
protected  sun.text.normalizer.NormalizerBase.IsPrevBoundary getPrevBoundary()
          This method is used for method dispatch
protected  boolean isNFSkippable(int c)
          This method is used for method dispatch
protected  int normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, int options)
          This method is used for method dispatch
protected  int normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, UnicodeSet nx)
          This method is used for method dispatch
protected  String normalize(String src, int options)
          This method is used for method dispatch
protected  NormalizerBase.QuickCheckResult quickCheck(char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx)
          This method is used for method dispatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

normalize

protected int normalize(char[] src,
                        int srcStart,
                        int srcLimit,
                        char[] dest,
                        int destStart,
                        int destLimit,
                        UnicodeSet nx)
This method is used for method dispatch


normalize

protected int normalize(char[] src,
                        int srcStart,
                        int srcLimit,
                        char[] dest,
                        int destStart,
                        int destLimit,
                        int options)
This method is used for method dispatch


normalize

protected String normalize(String src,
                           int options)
This method is used for method dispatch


getMinC

protected int getMinC()
This method is used for method dispatch


getMask

protected int getMask()
This method is used for method dispatch


getPrevBoundary

protected sun.text.normalizer.NormalizerBase.IsPrevBoundary getPrevBoundary()
This method is used for method dispatch


getNextBoundary

protected sun.text.normalizer.NormalizerBase.IsNextBoundary getNextBoundary()
This method is used for method dispatch


quickCheck

protected NormalizerBase.QuickCheckResult quickCheck(char[] src,
                                                     int start,
                                                     int limit,
                                                     boolean allowMaybe,
                                                     UnicodeSet nx)
This method is used for method dispatch


isNFSkippable

protected boolean isNFSkippable(int c)
This method is used for method dispatch


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.