Searched refs:codePointCompareLessThan (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMStringList.cpp53 std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp168 std::sort(propertyNames.begin(), propertyNames.end(), codePointCompareLessThan);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h540 inline bool codePointCompareLessThan(const String& a, const String& b) function in namespace:WTF

Completed in 3673 milliseconds