Searched refs:rbc (Results 1 – 2 of 2) sorted by relevance
259 try (ReadableByteChannel rbc = Files.newByteChannel(file)) { in loadProperties() argument260 result.load(Channels.newReader(rbc, "UTF-8")); in loadProperties()
37 RuleBasedCollator rbc = new RuleBasedCollator(Simple); in test_getCollationKeyLjava_lang_String() local38 CollationKey ck = rbc.getCollationKey(source); in test_getCollationKeyLjava_lang_String()