Uses of Interface
com.ibm.icu.impl.ICUBinary.Authenticate
-
Packages that use ICUBinary.Authenticate Package Description com.ibm.icu.charset Enhanced charset conversion support.com.ibm.icu.impl com.ibm.icu.impl.coll com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of ICUBinary.Authenticate in com.ibm.icu.charset
Classes in com.ibm.icu.charset that implement ICUBinary.Authenticate Modifier and Type Class Description (package private) class
UConverterAliasDataReader
private static class
UConverterDataReader.IsAcceptable
-
Uses of ICUBinary.Authenticate in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement ICUBinary.Authenticate Modifier and Type Class Description private static class
EmojiProps.IsAcceptable
private static class
ICUBinary.DatPackageReader.IsAcceptable
private static class
ICUResourceBundleReader.IsAcceptable
private static class
Normalizer2Impl.IsAcceptable
private static class
RBBIDataWrapper.IsAcceptable
class
StringPrepDataReader
private static class
UBiDiProps.IsAcceptable
private static class
UCaseProps.IsAcceptable
(package private) class
UCharacterNameReader
Internal reader class for ICU data file uname.dat containing Unicode codepoint name data.private static class
UCharacterProperty.IsAcceptable
private static class
UCharacterProperty.LayoutProps.IsAcceptable
private static class
UPropertyAliases.IsAcceptable
Methods in com.ibm.icu.impl with parameters of type ICUBinary.Authenticate Modifier and Type Method Description static int
ICUBinary. readHeader(java.nio.ByteBuffer bytes, int dataFormat, ICUBinary.Authenticate authenticate)
Reads an ICU data header, checks the data format, and returns the data version.static VersionInfo
ICUBinary. readHeaderAndDataVersion(java.nio.ByteBuffer bytes, int dataFormat, ICUBinary.Authenticate authenticate)
Same as readHeader(), but returns a VersionInfo rather than a compact int. -
Uses of ICUBinary.Authenticate in com.ibm.icu.impl.coll
Classes in com.ibm.icu.impl.coll that implement ICUBinary.Authenticate Modifier and Type Class Description private static class
CollationDataReader.IsAcceptable
-
Uses of ICUBinary.Authenticate in com.ibm.icu.text
Classes in com.ibm.icu.text that implement ICUBinary.Authenticate Modifier and Type Class Description private static class
SpoofChecker.SpoofData.IsAcceptable
-