Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dfind_files.py61 …return _normalized_find(filesystem, _normalize(filesystem, base_dir, paths), skipped_directories, …
64 def _normalize(filesystem, base_dir, paths): function
Dfind_files_unittest.py46 self.assertEqual(find_files._normalize(filesystem, "c:\\foo",
/external/chromium_org/third_party/icu/source/common/
Dunormcmp.cpp538 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
619 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
628 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
/external/icu/icu4c/source/common/
Dunormcmp.cpp538 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
619 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
628 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js7362_normalize: function(/*String||Element||Object||NodeList*/content, /*DOMNode?*/refNode){ method
8015 content = this._normalize(content, this[0]);