Uses of Class
com.ibm.icu.impl.Norm2AllModes
-
Packages that use Norm2AllModes Package Description com.ibm.icu.impl -
-
Uses of Norm2AllModes in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as Norm2AllModes Modifier and Type Field Description private Norm2AllModes
Norm2AllModes.Norm2AllModesSingleton. allModes
Fields in com.ibm.icu.impl with type parameters of type Norm2AllModes Modifier and Type Field Description private static CacheBase<java.lang.String,Norm2AllModes,java.nio.ByteBuffer>
Norm2AllModes. cache
Methods in com.ibm.icu.impl that return Norm2AllModes Modifier and Type Method Description static Norm2AllModes
Norm2AllModes. getInstance(java.nio.ByteBuffer bytes, java.lang.String name)
private static Norm2AllModes
Norm2AllModes. getInstanceFromSingleton(Norm2AllModes.Norm2AllModesSingleton singleton)
static Norm2AllModes
Norm2AllModes. getNFCInstance()
static Norm2AllModes
Norm2AllModes. getNFKC_CFInstance()
static Norm2AllModes
Norm2AllModes. getNFKC_SCFInstance()
static Norm2AllModes
Norm2AllModes. getNFKCInstance()
-