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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp431 result = charactersToIntStrict(m_impl->characters8(), m_impl->length() - 1);
433 result = charactersToIntStrict(m_impl->characters16(), m_impl->length() - 1);
1063 int charactersToIntStrict(const LChar* data, size_t length, bool* ok, int base) function in namespace:WTF
1068 int charactersToIntStrict(const UChar* data, size_t length, bool* ok, int base) function in namespace:WTF

Completed in 70 milliseconds