Home
last modified time | relevance | path

Searched refs:normalization (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Modules/
H A Dunicodedata.c79 Py_UCS4 (*normalization)(Py_UCS4); member
100 Py_UCS4 (*normalization)(Py_UCS4)) in new_previous_version()
108 self->normalization = normalization; in new_previous_version()
564 /* normalization changes */ in nfd_nfkd()
566 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd()
788 /* Run the Unicode normalization "quickcheck" algorithm.
845 result = MAYBE; /* this string might need normalization */ in is_normalized_quickcheck()
901 PyErr_SetString(PyExc_ValueError, "invalid normalization form"); in unicodedata_UCD_is_normalized_impl()
982 PyErr_SetString(PyExc_ValueError, "invalid normalization for in unicodedata_UCD_normalize_impl()
98 new_previous_version(PyTypeObject *ucd_type, const char*name, const change_record* (*getrecord)(Py_UCS4), Py_UCS4 (*normalization)(Py_UCS4)) new_previous_version() argument
[all...]
/third_party/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl664 --normalize Embed the normalization directive in the output file
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A DfilterRFC3454.pl664 --normalize Embed the normalization directive in the output file
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py348 for version, table, normalization in unicode.changed:
380 for k, v in normalization:
837 # We assume that all normalization changes are in 1:1 mappings
875 # normalization quickchecks are not performed
982 # The Quick_Check properties related to normalization:
/third_party/ffmpeg/libavformat/
H A Dmov.c7660 int ambisonic_order, channel_order, normalization, channel_count;
7694 normalization = avio_r8(pb);
7695 if (normalization) {
7697 "Unsupported normalization %d\n", normalization);
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp2478 const float normalization = isSigned ? (1.0f / (8.0f * 127.875f)) : (1.0f / (8.0f * 255.875f)); in decodeEAC() local
2488 dstPix[c] = clamp(static_cast<float>(srcPix[c]) * normalization, -1.0f, 1.0f); in decodeEAC()

Completed in 24 milliseconds