Searched refs:ordinal (Results 176 - 200 of 230) sorted by relevance

12345678910

/external/pdfium/third_party/libpng16/
H A Dpngpriv.h316 # define PNG_FP_EXPORT(ordinal, type, name, args)\
328 # define PNG_FIXED_EXPORT(ordinal, type, name, args)\
/external/python/cpython3/Lib/test/
H A Dstring_tests.py1189 for ordinal in (-100, 0x200000):
1191 self.checkraises((ValueError, OverflowError), '%c', '__mod__', ordinal)
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1461 const UnicodeString ordinal(UNICODE_STRING_SIMPLE("%digits-ordinal"));
1466 if ((*p)->isNamed(spellout) || (*p)->isNamed(ordinal) || (*p)->isNamed(duration)) {
/external/llvm/include/llvm/Support/
H A DMachO.h333 // Flag bits (some overlap with the library ordinal bits).
1329 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { argument
1330 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java957 return table[type.ordinal()];
1171 return FieldDescriptorProto.Type.forNumber(ordinal() + 1);
/external/python/cpython2/Lib/test/
H A Dstring_tests.py1135 for ordinal in (-100, 0x200000):
1137 self.checkraises((ValueError, OverflowError), '%c', '__mod__', ordinal)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h333 // Flag bits (some overlap with the library ordinal bits).
1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { argument
1345 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8));
/external/trappy/tests/trappy/plotter/js/
H A DEventPlot.js129 colourAxis = d3.scale.ordinal()
/external/trappy/trappy/plotter/js/
H A DEventPlot.js129 colourAxis = d3.scale.ordinal()
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java1462 ^ fRestrictionLevel.ordinal();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleMatcher.java479 return level.ordinal()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DLanguageTestFmwk.java75 return approxDurations[unit.ordinal()];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMeasureUnitTest.java1899 // FormatWidth enum values must map to the same ordinal values for all time in order for
1901 assertEquals("FormatWidth.WIDE", 0, FormatWidth.WIDE.ordinal());
1902 assertEquals("FormatWidth.SHORT", 1, FormatWidth.SHORT.ordinal());
1903 assertEquals("FormatWidth.NARROW", 2, FormatWidth.NARROW.ordinal());
1904 assertEquals("FormatWidth.NUMERIC", 3, FormatWidth.NUMERIC.ordinal());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1533 ^ fRestrictionLevel.ordinal();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java486 return level.ordinal()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DLanguageTestFmwk.java74 return approxDurations[unit.ordinal()];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java1896 // FormatWidth enum values must map to the same ordinal values for all time in order for
1898 assertEquals("FormatWidth.WIDE", 0, FormatWidth.WIDE.ordinal());
1899 assertEquals("FormatWidth.SHORT", 1, FormatWidth.SHORT.ordinal());
1900 assertEquals("FormatWidth.NARROW", 2, FormatWidth.NARROW.ordinal());
1901 assertEquals("FormatWidth.NUMERIC", 3, FormatWidth.NUMERIC.ordinal());
/external/libmojo/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py555 ordinal_fields = sorted(struct.fields, key=lambda field: field.ordinal)
/external/python/cpython3/Include/
H A Dunicodeobject.h814 /* Get the maximum ordinal for a Unicode character. */
1073 /* Create a Unicode Object from the given Unicode code point ordinal.
1075 The ordinal must be in range(0x110000). A ValueError is
1080 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
1623 copied as-is meaning that its ordinal value will be interpreted as
1624 Unicode or Latin-1 ordinal resp. Because of this mappings only need
1634 (char ordinal -> unicode ordinal) */
1641 (unicode ordinal -> char ordinal) */
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DConsoleActivity.java132 return ordinal() + Menu.FIRST;
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java1148 char openTypeChar = (char)('0' + openType.ordinal());
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java381 if((pos.ordinal() & 1) == 0) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java377 if((pos.ordinal() & 1) == 0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1144 char openTypeChar = (char)('0' + openType.ordinal());

Completed in 7854 milliseconds

12345678910