Searched refs:normalization (Results 1 – 25 of 294) sorted by relevance
12345678910>>...12
/third_party/icu/docs/userguide/collation/ |
D | faq.md | 26 normalization for most characters is already built into ICU's collation by 28 there, and will work with most languages. So the normalization parameter in ICU 29 really only changes whether full normalization is invoked. 33 those cases, full normalization needs to be turned on. If you use the right 34 locale (or language) when creating a collation in ICU, then full normalization 44 normalization flags set.
|
/third_party/flutter/flutter/ |
D | .gitattributes | 1 # Auto detect text files and perform LF normalization 4 # Always perform LF normalization on these files 21 # Never perform LF normalization on these files
|
/third_party/mindspore/mindspore/nn/layer/ |
D | __init__.py | 20 from . import activation, normalization, container, conv, lstm, basic, embedding, pooling, image, q… 23 from .normalization import * 40 __all__.extend(normalization.__all__)
|
/third_party/flutter/engine/flutter/third_party/txt/ |
D | .gitattributes | 1 # Auto detect text files and perform LF normalization 4 # Always perform LF normalization on these files
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | si.txt | 8 "[normalization on]" 17 "[normalization on]"
|
D | bn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | kn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | vi.txt | 8 "[normalization on]" 20 "[normalization on]"
|
/third_party/icu/icu4c/source/data/coll/ |
D | si.txt | 8 "[normalization on]" 17 "[normalization on]"
|
D | bn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | kn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | vi.txt | 8 "[normalization on]" 20 "[normalization on]"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | si.txt | 8 "[normalization on]" 17 "[normalization on]"
|
D | kn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | bn.txt | 8 "[normalization on]" 16 "[normalization on]"
|
D | vi.txt | 8 "[normalization on]" 20 "[normalization on]"
|
/third_party/libxml2/result/ |
D | att5.rde | 5 1 8 #comment 0 1 no normalization 56 1 8 #comment 0 1 normalization
|
D | att5.rdr | 5 1 8 #comment 0 1 no normalization 56 1 8 #comment 0 1 normalization
|
/third_party/icu/docs/userguide/transforms/normalization/ |
D | index.md | 30 normalization APIs support the standard normalization forms which are described 45 doc](http://site.icu-project.org/design/normalization/custom) with many details. 52 can be created from standard Unicode normalization data, or from a custom 56 file system normalization, and a combination of NFKC with case folding 77 combination of quick check and normalization. 79 with a UnicodeSet to limit normalization to certain characters. For example, 82 3.2 normalization now requires the uprops.icu data.) 86 * Iteration: Support for iterative normalization is now provided by functions 135 characters removes the original character in normalization.
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 21 # requirements for possible exceptions to normalization 24 # of normalization, *including* any errors in the data, can
|
/third_party/icu/icu4c/source/data/unidata/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 21 # requirements for possible exceptions to normalization 24 # of normalization, *including* any errors in the data, can
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 21 # requirements for possible exceptions to normalization 24 # of normalization, *including* any errors in the data, can
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 21 # requirements for possible exceptions to normalization 24 # of normalization, *including* any errors in the data, can
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 12 # The normalization stability policy of the Unicode Consortium 21 # requirements for possible exceptions to normalization 24 # of normalization, *including* any errors in the data, can
|
/third_party/boost/libs/locale/src/win32/ |
D | converter.cpp | 41 case converter_base::normalization: in convert() 76 case normalization: in convert()
|
12345678910>>...12