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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.cpp 59 unsigned integerValue = charactersToUIntStrict(characters + lastParsedIndex, position - lastParsedIndex, &ok);
73 double fractionValue = charactersToUIntStrict(fractionNumbers.data(), fractionNumbers.size(), &ok);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 245 value = charactersToUIntStrict(digits.characters8(), digits.length(), &ok);
247 value = charactersToUIntStrict(digits.characters16(), digits.length(), &ok);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 47 WTF_EXPORT unsigned charactersToUIntStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
48 WTF_EXPORT unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
676 using WTF::charactersToUIntStrict;
WTFString.cpp 1073 unsigned charactersToUIntStrict(const LChar* data, size_t length, bool* ok, int base)
1078 unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base)
    [all...]
StringImpl.cpp     [all...]

Completed in 102 milliseconds