HomeSort by relevance Sort by last modified time
    Searched refs:aLength (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringHash.h 51 unsigned aLength = a->length();
53 if (aLength != bLength)
61 for (unsigned i = 0; i != aLength; ++i) {
71 unsigned halfLength = aLength >> 1;
76 if (aLength & 1 && *reinterpret_cast<const uint16_t*>(aChars) != *reinterpret_cast<const uint16_t*>(bChars))
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 198 unsigned aLength = a->length();
200 if (aLength != bLength)
208 for (unsigned i = 0; i != aLength; ++i) {
218 unsigned halfLength = aLength >> 1;
223 if (aLength & 1 && *reinterpret_cast<const uint16_t*>(aChars) != *reinterpret_cast<const uint16_t*>(bChars))
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 88 static gchar* utf16ToUtf8(const UChar* aText, gint aLength, gint &length)
92 for (int i = 0; i < aLength; i++) {
99 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
113 copiedString.set(static_cast<UChar*>(g_memdup(aText, aLength * sizeof(aText[0]))));
117 for (int i = 0; i < aLength; i++) {
121 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0);
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 172 int aLength = a.length();
175 for (; aIndex < aLength && bIndex < bLength; aIndex++, bIndex++) {
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 895 int aLength = a.m_url.utf8String().length();
897 aLength = a.m_url.m_parsed.ref.begin - 1;
903 return aLength == bLength
904 && !strncmp(a.m_url.utf8String().data(), b.m_url.utf8String().data(), aLength);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 412 milliseconds