Home
last modified time | relevance | path

Searched refs:rbc (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileStore.java259 try (ReadableByteChannel rbc = Files.newByteChannel(file)) { in loadProperties() argument
260 result.load(Channels.newReader(rbc, "UTF-8")); in loadProperties()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DRuleBasedCollatorTest.java37 RuleBasedCollator rbc = new RuleBasedCollator(Simple); in test_getCollationKeyLjava_lang_String() local
38 CollationKey ck = rbc.getCollationKey(source); in test_getCollationKeyLjava_lang_String()