OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charactersToUInt
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h
58
WTF_EXPORT unsigned
charactersToUInt
(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
59
WTF_EXPORT unsigned
charactersToUInt
(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
694
using WTF::
charactersToUInt
;
WTFString.cpp
1123
unsigned
charactersToUInt
(const LChar* data, size_t length, bool* ok)
1128
unsigned
charactersToUInt
(const UChar* data, size_t length, bool* ok)
[
all
...]
StringImpl.cpp
[
all
...]
Completed in 514 milliseconds