Searched defs:isWhiteSpace (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dpatternprops.cpp153 PatternProps::isWhiteSpace(UChar32 c) { function in class:PatternProps
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/charperf/
H A Dcharperf.h174 inline void isWhiteSpace(UChar32 ch) function
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Object/
H A Dregress-90596-001.js205 function isWhiteSpace(charCode) function
H A Dregress-90596-002.js205 function isWhiteSpace(charCode) function
H A Dregress-90596-003.js229 function isWhiteSpace(charCode) function
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DMIMESniffing.cpp149 static inline bool isWhiteSpace(unsigned char data) function in namespace:__anon5430
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DLexer.h239 ALWAYS_INLINE bool Lexer<LChar>::isWhiteSpace(LChar ch) function in class:JSC::Lexer
245 ALWAYS_INLINE bool Lexer<UChar>::isWhiteSpace(UChar ch) function in class:JSC::Lexer
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.cpp35 static inline UBool isWhiteSpace(char c) {return isInList(c, WHITE_SPACE);} function
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4297 #define isWhiteSpace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == ',' || (c) == '\n') macro
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c6254 #define isWhiteSpace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro

Completed in 307 milliseconds