Home
last modified time | relevance | path

Searched defs:normalization (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/
Ddata_filter.json12 "normalization" : "exclude", string
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp57 WINRT_CursorNormalizationType normalization) in WINRT_TransformCursorPosition()
/third_party/skia/third_party/externals/icu/filters/
Dflutter.json33 "normalization": { "includelist": [ "nfkc" ] }, object
Dandroid_extra.json26 "normalization": { "filterType": "exclude" }, object
/third_party/icu/docs/userguide/collation/customization/
Dindex.md230 #### normalization subsubsection
/third_party/boost/boost/locale/
Dconversion.hpp39 normalization, ///< Apply Unicode normalization on the text enumerator
/third_party/python/Modules/
Dunicodedata.c81 Py_UCS4 (*normalization)(Py_UCS4); member
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto474 optional NormalizationMode normalization = 3 [default = VALID]; field
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp2478 const float normalization = isSigned ? (1.0f / (8.0f * 127.875f)) : (1.0f / (8.0f * 255.875f)); in decodeEAC() local