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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h131 inline int StrLength(const char* string) { function in namespace:WTF::double_conversion
221 AddSubstring(s, StrLength(s));
/external/clang/lib/Sema/
H A DSemaInit.cpp152 uint64_t StrLength = local
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())

Completed in 299 milliseconds