Searched defs:toInt (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java63 public static int toInt(byte value) { method in class:UnsignedBytes
112 return toInt(a) - toInt(b);
125 int min = toInt(array[0]);
127 int next = toInt(array[i]);
145 int max = toInt(array[0]);
147 int next = toInt(array[i]);
172 builder.append(toInt(array[0]));
174 builder.append(separator).append(toInt(array[i]));
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp441 long String::toInt() { function in class:String
/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h168 int toInt() function in struct:JSC::OperandTypes
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.h88 int toInt(bool* ok = 0) const { return m_string.toInt(ok); } function in class:WTF::AtomicString
H A DWTFString.cpp514 int String::toInt(bool* ok) const function in class:WTF::String
521 return m_impl->toInt(ok);
H A DStringImpl.cpp436 int StringImpl::toInt(bool* ok) function in class:WTF::StringImpl
/external/webkit/Source/WebCore/html/
H A DDateComponents.cpp112 static bool toInt(const UChar* src, unsigned length, unsigned parseStart, unsigned parseLength, int& out) function in namespace:WebCore
140 if (!toInt(src, length, start, digitsLength, year))
309 if (!toInt(src, length, index, 2, hour) || hour < 0 || hour > 23)
317 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
344 if (!toInt(src, length, index, 2, month) || month < 1 || month > 12)
369 if (!toInt(src, length, index, 2, day) || day < 1 || day > maxDayOfMonth(m_year, m_month))
397 if (!toInt(src, length, index, 2, week) || week < 1 || week > maxWeekNumberInYear())
411 if (!toInt(src, length, start, 2, hour) || hour < 0 || hour > 23)
421 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
430 if (toInt(sr
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DMessageID.h160 unsigned toInt() const { return m_messageID; } function in class:CoreIPC::MessageID
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 216 milliseconds