Home
last modified time | relevance | path

Searched refs:algorithmic (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/data/misc/
DnumberingSystems.txt7 algorithmic:int{0}
12 algorithmic:int{0}
17 algorithmic:int{0}
22 algorithmic:int{0}
27 algorithmic:int{1}
32 algorithmic:int{1}
37 algorithmic:int{0}
42 algorithmic:int{0}
47 algorithmic:int{0}
52 algorithmic:int{0}
[all …]
/third_party/icu/icu4c/source/data/misc/
DnumberingSystems.txt7 algorithmic:int{0}
12 algorithmic:int{0}
17 algorithmic:int{0}
22 algorithmic:int{0}
27 algorithmic:int{1}
32 algorithmic:int{1}
37 algorithmic:int{0}
42 algorithmic:int{0}
47 algorithmic:int{0}
52 algorithmic:int{0}
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNumberingSystem.java51 algorithmic = false; in NumberingSystem()
100 ns.algorithmic = isAlgorithmic_in; in getInstance()
237 int algorithmic = nsAlgBundle.getInt(); in lookupInstanceByName() local
239 isAlgorithmic = ( algorithmic == 1 ); in lookupInstanceByName()
314 return algorithmic; in isAlgorithmic()
319 private boolean algorithmic; field in NumberingSystem
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberingSystem.java55 algorithmic = false; in NumberingSystem()
106 ns.algorithmic = isAlgorithmic_in; in getInstance()
247 int algorithmic = nsAlgBundle.getInt(); in lookupInstanceByName() local
249 isAlgorithmic = ( algorithmic == 1 ); in lookupInstanceByName()
330 return algorithmic; in isAlgorithmic()
335 private boolean algorithmic; field in NumberingSystem
/third_party/icu/icu4c/source/i18n/
Dnumsys.cpp64 algorithmic = false; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
197 int32_t algorithmic = 0; in createInstanceByName() local
209 algorithmic = ures_getInt(nsCurrent.getAlias(), &status); in createInstanceByName()
211 UBool isAlgorithmic = ( algorithmic == 1 ); in createInstanceByName()
253 algorithmic = c; in setAlgorithmic()
268 return ( algorithmic ); in isAlgorithmic()
/third_party/node/deps/icu-small/source/i18n/
Dnumsys.cpp64 algorithmic = false; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
197 int32_t algorithmic = 0; in createInstanceByName() local
209 algorithmic = ures_getInt(nsCurrent.getAlias(), &status); in createInstanceByName()
211 UBool isAlgorithmic = ( algorithmic == 1 ); in createInstanceByName()
253 algorithmic = c; in setAlgorithmic()
268 return ( algorithmic ); in isAlgorithmic()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumsys.cpp64 algorithmic = FALSE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
197 int32_t algorithmic = 0; in createInstanceByName() local
209 algorithmic = ures_getInt(nsCurrent.getAlias(), &status); in createInstanceByName()
211 UBool isAlgorithmic = ( algorithmic == 1 ); in createInstanceByName()
253 algorithmic = c; in setAlgorithmic()
268 return ( algorithmic ); in isAlgorithmic()
/third_party/icu/icu4c/source/i18n/unicode/
Dnumsys.h201 UBool algorithmic; variable
206 void setAlgorithmic(UBool algorithmic);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumsys.h201 UBool algorithmic; variable
206 void setAlgorithmic(UBool algorithmic);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumsys.h201 UBool algorithmic; variable
206 void setAlgorithmic(UBool algorithmic);
/third_party/python/Misc/NEWS.d/next/Security/
D2022-08-07-16-53-38.gh-issue-95778.ch010gps.rst4 limit to avoid potential denial of service attacks due to the algorithmic
/third_party/icu/docs/userguide/conversion/
Ddata.md40 the converter is purely algorithmic.
42 3. In some cases, a converter needs to be algorithmic for its basic operations
46 ICU always converts, to or from Unicode, the purely algorithmic converters are
49 ISO-8859-1 ("ISO Latin-1"), these encodings also use algorithmic converters for
55 algorithmic structure to switch between a set of codepages. The converters for
56 these encodings are algorithmic but use mapping tables for the embedded
107 4. The classifications of algorithmic vs. data-based converters and of
109 UTF-16, and UTF-32 encodings are algorithmic but stateless; UTF-7 and SCSU
110 encodings are algorithmic and stateful; Windows-1252 and Shift-JIS encodings
111 are data-based and stateless; ISO-2022-JP encoding is algorithmic,
Dindex.md90 avoids the many problems with non-algorithmic conversions. (For a discussion
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_supplemental.txt244 //supplementalData/numberingSystems/numberingSystem[@type="algorithmic"][@id="(%W)"][@rules="(%A)"]
245 ; /numberingSystems/$1/algorithmic:int ; values=1
250 ; /numberingSystems/$1/algorithmic:int ; values=0
/third_party/icu/icu4c/source/samples/translit/
DREADME.TXT85 more elegant algorithmic solution is available. Instead of typing
/third_party/skia/third_party/externals/icu/source/samples/translit/
DREADME.TXT86 more elegant algorithmic solution is available. Instead of typing
/third_party/skia/third_party/externals/icu/source/data/mappings/
Dconvrtrs.txt104 # or names of algorithmic converters, and their case must not
380 # GB 18030 is partly algorithmic, using the MBCS converter
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/
DREADME.md99 In the interest of speed and algorithmic complexity, this module does _not_
/third_party/mindspore/
DREADME.md40 the data scientists and algorithmic engineers, native support for Ascend AI
/third_party/icu/icu4c/source/data/mappings/
Dconvrtrs.txt106 # or names of algorithmic converters, and their case must not
140 # Fully algorithmic converters
368 # GB 18030 is partly algorithmic, using the MBCS converter
944 # Partially algorithmic converters
/third_party/mbedtls/docs/architecture/psa-migration/
Dpsa-limitations.md64 (For people who want some algorithmic variety in case ECC collapses, FFDH
/third_party/python/Doc/library/
Dheapq.rst269 winner. The simplest algorithmic way to remove it and find the "next" winner is
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_coverage_sample.txt56 Given the algorithmic complexity and performance cost of performing
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DEGL_NV_coverage_sample.txt56 Given the algorithmic complexity and performance cost of performing
/third_party/openGLES/extensions/NV/
DEGL_NV_coverage_sample.txt56 Given the algorithmic complexity and performance cost of performing

12