Home
last modified time | relevance | path

Searched defs:localeCompare (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DCookiesTable.js144 function localeCompare(field, cookie1, cookie2) function
DApplicationCacheItemsView.js204 function localeCompare(field, resource1, resource2) function
/external/webkit/Source/JavaScriptCore/runtime/
DStringPrototype.cpp230 static inline int localeCompare(const UString& a, const UString& b) in localeCompare() function