Exemple #1
0
        private UPropertyAliases()
        {
            ByteBuffer bytes = ICUBinary.GetRequiredData("pnames.icu");

            Load(bytes);
        }
Exemple #2
0
        // constructors etc. --------------------------------------------------- ***

        // port of ucase_openProps()
        private UCaseProps()
        {
            ByteBuffer bytes = ICUBinary.GetRequiredData(DATA_FILE_NAME);

            ReadData(bytes);
        }