Searched refs:OTHER (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/libcore/icu/ |
D | NativePluralRulesTest.java | 25 assertEquals(NativePluralRules.OTHER, en_US.quantityForInt(2)); in testNegatives() 27 assertEquals(NativePluralRules.OTHER, en_US.quantityForInt(0)); in testNegatives() 28 assertEquals(NativePluralRules.OTHER, en_US.quantityForInt(-1)); in testNegatives() 29 assertEquals(NativePluralRules.OTHER, en_US.quantityForInt(-2)); in testNegatives() 33 assertEquals(NativePluralRules.OTHER, ar.quantityForInt(-1)); // Not ONE. in testNegatives() 34 assertEquals(NativePluralRules.OTHER, ar.quantityForInt(-2)); // Not TWO. in testNegatives() 35 assertEquals(NativePluralRules.OTHER, ar.quantityForInt(-3)); // Not FEW. in testNegatives() 36 assertEquals(NativePluralRules.OTHER, ar.quantityForInt(-11)); // Not MANY. in testNegatives() 37 assertEquals(NativePluralRules.OTHER, ar.quantityForInt(-100)); in testNegatives() 42 assertEquals(NativePluralRules.OTHER, npr.quantityForInt(0)); in testEnglish() [all …]
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativePluralRules.java | 33 public static final int OTHER = 5; field in NativePluralRules 60 return OTHER; in quantityForInt()
|
/libcore/luni/ |
D | bouncycastle-license.txt | 19 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
D | unicode-license.txt | 41 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
/libcore/luni/src/main/java/java/sql/ |
D | Types.java | 138 public static final int OTHER = 1111; field in Types
|
/libcore/ |
D | NOTICE | 56 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 89 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 91 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationMember.java | 69 protected static final char OTHER = '*'; field in AnnotationMember 116 tag = OTHER; in AnnotationMember()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 1188 Types.NUMERIC, Types.OTHER, Types.REAL, Types.REF, in test_getTypeInfo()
|