HomeSort by relevance Sort by last modified time
    Searched defs:makeLower (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/utils/
String16.cpp 335 status_t String16::makeLower()
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 220 void makeLower() { if (m_impl) m_impl = m_impl->lower(); }

Completed in 40 milliseconds