Searched refs:_normalize (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
D | find_files.py | 61 …return _normalized_find(filesystem, _normalize(filesystem, base_dir, paths), skipped_directories, … 64 def _normalize(filesystem, base_dir, paths): function
|
D | find_files_unittest.py | 46 self.assertEqual(find_files._normalize(filesystem, "c:\\foo",
|
/external/chromium_org/third_party/icu/source/common/ |
D | unormcmp.cpp | 538 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/ |
D | unormcmp.cpp | 538 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/ |
D | dojo-1.6.1.js | 7362 … _normalize: function(/*String||Element||Object||NodeList*/content, /*DOMNode?*/refNode){ method 8015 content = this._normalize(content, this[0]);
|