Home
last modified time | relevance | path

Searched refs:isUnicodeUpper (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp85 static inline bool isUnicodeUpper(UChar ch) in isUnicodeUpper() function in JSC::Yarr::CharacterClassConstructor
123 if (isUnicodeUpper(unicodeCurr)) { in putRange()
126 …while ((++unicodeCurr <= hi) && isUnicodeUpper(unicodeCurr) && (Unicode::toLower(unicodeCurr) == (… in putRange()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-168708 (JSC::Yarr::CharacterClassConstructor::isUnicodeUpper):