Home
last modified time | relevance | path

Searched refs:_normalize (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dunormcmp.cpp536 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
617 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
621 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
626 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
630 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
/external/autotest/frontend/tko/
Dgraphing_utils.py391 def _normalize(data_values, data_errors, base_values, base_errors): function
526 plot['y'], plot['errors'] = _normalize(plot['y'], plot['errors'],
613 plot['y'], plot['errors'] = _normalize(plot['y'], plot['errors'],
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dintset.py173 self._normalize()
201 def _normalize(self): member in IntSet