OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charactersToInt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp
66
number =
charactersToInt
(input.characters8() + startPosition, numDigits, &validNumber);
68
number =
charactersToInt
(input.characters16() + startPosition, numDigits, &validNumber);
71
// hence that's what got passed to
charactersToInt
()), the remaining
72
// failure mode for
charactersToInt
() is overflow, so if |validNumber| is
/external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h
56
WTF_EXPORT int
charactersToInt
(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
57
WTF_EXPORT int
charactersToInt
(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
693
using WTF::
charactersToInt
;
WTFString.cpp
1113
int
charactersToInt
(const LChar* data, size_t length, bool* ok)
1118
int
charactersToInt
(const UChar* data, size_t length, bool* ok)
[
all
...]
StringImpl.cpp
[
all
...]
Completed in 472 milliseconds