Home
last modified time | relevance | path

Searched refs:ordinals (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/openmp/runtime/tools/
Dgenerate-def.pl33 my %ordinals;
84 if ( exists( $ordinals{ $ordinal } ) ) {
87 $ordinals{ $ordinal } = $entry;
/external/cldr/tools/java/org/unicode/cldr/util/
DCoreCoverageInfo.java45 ordinals(Level.MODERN), enumConstant
49 EnumSet.of(romanization, ordinals));
128 result.add(CoreItems.ordinals); in getCoreCoverageInfo()
130 …detailedErrors.put(CoreItems.ordinals, "//supplementalData/plurals[@type=\"ordinal\"]/pluralRules[… in getCoreCoverageInfo()
/external/flac/include/FLAC/
DMakefile.am41 ordinals.h \
/external/freetype/src/autofit/
Dafcover.h66 COVERAGE( ordinals, ORDINALS,
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java303 Set<String> ordinals = new TreeSet<>(); in summarizeCoverage() local
309 getRBNFData(locale, rbnfFactory.make(locale, true), ordinals, spellout, localesFound); in summarizeCoverage()
311 markData("RBNF-Ordinals", ordinals, mapLevelData, mainAvailable, RBNF_LEVEL, RBNF_WEIGHT, in summarizeCoverage()
421 …private static void getRBNFData(String locale, CLDRFile cldrFile, Set<String> ordinals, Set<String… in getRBNFData() argument
438 ordinals.add(locale); in getRBNFData()
/external/cldr/tools/java/org/unicode/cldr/json/
DJSON_config_supplemental.txt9 section=ordinals ; path=//cldr/supplemental/plurals\[@type="ordinal"\]/.* ; package=core
/external/rust/crates/libz-sys/src/zlib/win32/
DDLL_FAQ.txt113 DEF file that contains the ordinals can result in incompatible
117 Technically, it should be possible to maintain ordinals in
120 at the DLL startup is searching for names, ordinals serve as
122 contains ordinals, the Microsoft linker automatically builds
124 those ordinals, and not the names. It is interesting to
/external/rust/crates/libz-sys/src/zlib-ng/win32/
DDLL_FAQ.txt113 DEF file that contains the ordinals can result in incompatible
117 Technically, it should be possible to maintain ordinals in
120 at the DLL startup is searching for names, ordinals serve as
122 contains ordinals, the Microsoft linker automatically builds
124 those ordinals, and not the names. It is interesting to
/external/compiler-rt/lib/interception/
Dinterception_win.cc810 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress() local
815 DWORD index = ordinals[i]; in InternalGetProcAddress()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp901 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress() local
906 DWORD index = ordinals[i]; in InternalGetProcAddress()
/external/python/cpython2/Doc/c-api/
Dunicode.rst24 basis for holding Unicode ordinals. Python's default builds use a 16-bit type
786 ordinals and only these are accepted by the codecs during encoding.
859 characters, integers (which are then interpreted as Unicode ordinals) or ``None``
863 characters, integers (which are then interpreted as Latin-1 ordinals) or ``None``
923 and sequences work well. Unmapped character ordinals (ones which cause a
1025 and sequences work well. Unmapped character ordinals (ones which cause a
/external/python/cpython2/Doc/tutorial/
Dintroduction.rst383 possible ordinals for script characters. Texts were typically bound to a code
384 page which mapped the ordinals to script characters. This lead to very much
407 directly as Unicode ordinals. If you have literal strings in the standard
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom363 // A struct where the fields are not sorted by their ordinals.
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto117 // Mapping local device ordinals to global replica IDs.
/external/python/cpython3/Doc/c-api/
Dunicode.rst1392 ordinals and only these are accepted by the codecs during encoding.
1471 *mapping* must map bytes ordinals (integers in the range from 0 to 255)
1473 ordinals) or ``None``. Unmapped data bytes -- ones which cause a
1487 ordinals (ones which cause a :exc:`LookupError`) as well as mapped to
1516 and sequences work well. Unmapped character ordinals (ones which cause a
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst36 characters with ordinals 128-255. While there is no consensus on this subject
Ddatamodel.rst338 Unicode ordinals as defined in the Unicode Standard 3.0. Conversion from and to
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathDescription.txt104 ^//ldml/numbers/minimalPairs/ordinalMinimalPairs\[@ordinal="([^"]*)"] ; Minimal pairs for ordinals.…
/external/python/cpython3/Doc/library/
Dstdtypes.rst1846 ordinals (integers) or characters (strings of length 1) to Unicode ordinals,
1848 converted to ordinals.
Ddatetime.rst2580 algorithms for converting between proleptic Gregorian ordinals and
/external/python/cpython2/Doc/library/
Dstdtypes.rst1374 mapping of Unicode ordinals to Unicode ordinals, Unicode strings or ``None``.
Ddatetime.rst346 for converting between proleptic Gregorian ordinals and many other calendar
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2476 /* Put ordinals in front of ordered list items */
/external/clang/docs/
DInternalsManual.rst270 English ordinals.
/external/llvm-project/clang/docs/
DInternalsManual.rst270 English ordinals.

12