ICU-8876 Revert [30811] for PluralRules, RBBIDataWrapper, RBBISetBuilder.
X-SVN-Rev: 31070
This commit is contained in:
parent
747ad726e2
commit
709f7250c8
@ -664,7 +664,6 @@ public class PluralRules implements Serializable {
|
||||
* Implementation of Rule that uses a constraint.
|
||||
* Provides 'and' and 'or' to combine constraints. Immutable.
|
||||
*/
|
||||
///CLOVER:OFF
|
||||
private static class ConstrainedRule implements Rule, Serializable {
|
||||
private static final long serialVersionUID = 1;
|
||||
private final String keyword;
|
||||
@ -705,7 +704,6 @@ public class PluralRules implements Serializable {
|
||||
return keyword + ": " + constraint;
|
||||
}
|
||||
}
|
||||
///CLOVER:ON
|
||||
|
||||
/*
|
||||
* Implementation of RuleList that is itself a node in a linked list.
|
||||
|
@ -130,7 +130,6 @@ final class RBBIDataWrapper {
|
||||
return ROW_DATA + state * (fHeader.fCatCount + 4);
|
||||
}
|
||||
|
||||
///CLOVER:OFF
|
||||
static class TrieFoldingFunc implements Trie.DataManipulate {
|
||||
public int getFoldingOffset(int data) {
|
||||
if ((data & 0x8000) != 0) {
|
||||
@ -140,7 +139,6 @@ final class RBBIDataWrapper {
|
||||
}
|
||||
}
|
||||
}
|
||||
///CLOVER:ON
|
||||
static TrieFoldingFunc fTrieFoldingFunc = new TrieFoldingFunc();
|
||||
|
||||
|
||||
|
@ -301,7 +301,6 @@ class RBBISetBuilder {
|
||||
// getFoldedValue() function needed for Trie table creation.
|
||||
//
|
||||
//-----------------------------------------------------------------------------------
|
||||
///CLOVER:OFF
|
||||
class RBBIDataManipulate implements IntTrieBuilder.DataManipulate {
|
||||
public int getFoldedValue(int start, int offset) {
|
||||
int value;
|
||||
@ -322,7 +321,6 @@ class RBBISetBuilder {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
///CLOVER:ON
|
||||
RBBIDataManipulate dm = new RBBIDataManipulate();
|
||||
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user