HomeSort by relevance Sort by last modified time
    Searched refs:aLength (Results 1 - 15 of 15) 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);
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 890 int aLength = a.m_url.utf8String().length();
892 aLength = a.m_url.m_parsed.ref.begin - 1;
898 return aLength == bLength
899 && !strncmp(a.m_url.utf8String().data(), b.m_url.utf8String().data(), aLength);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 84 static ERxBufferStatus rxData_RequestForBuffer (TI_HANDLE hRxData, void **pBuf, TI_UINT16 aLength, TI_UINT32 uEncryptionFlag,PacketClassTag_e ePacketClassTag);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 2499 milliseconds