Home
last modified time | relevance | path

Searched defs:_normalize (Results 1 – 8 of 8) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_json_test_utils.py46 def _normalize(key, value): function
/third_party/skia/third_party/externals/icu/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
/third_party/skia/m133/third_party/externals/icu/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const char16_t *s, int32_t length, in _normalize() function
/third_party/icu/icu4c/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
/third_party/python/Lib/email/
Dheader.py393 def _normalize(self): member in Header
/third_party/python/Lib/
Dfractions.py62 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): argument
D_pydecimal.py5654 def _normalize(op1, op2, prec = 0): function
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp7150 builtin_builder::_normalize(builtin_available_predicate avail, const glsl_type *type) in _normalize() function in builtin_builder