OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotASCIIAlpha
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestCommon.h
47
inline bool
isNotASCIIAlpha
(char ch) { return !isASCIIAlpha(ch); }
MockSpellCheck.cpp
100
if (word == m_misspelledWords.at(i) && (static_cast<int>(stringText.length()) == wordOffset + wordLength ||
isNotASCIIAlpha
(stringText[wordOffset + wordLength]))) {
110
string16::iterator lastChar = find_if(stringText.begin() + wordOffset, stringText.end(),
isNotASCIIAlpha
);
Completed in 201 milliseconds