Home
last modified time | relevance | path

Searched refs:isSyntaxOrWhiteSpace (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dpatternprops.cpp135 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) { in isSyntaxOrWhiteSpace() function in PatternProps
202 if(isSyntaxOrWhiteSpace(*s++)) { in isIdentifier()
211 while(length>0 && !isSyntaxOrWhiteSpace(*s)) { in skipIdentifier()
Dpatternprops.h51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp404 if(PatternProps::isSyntaxOrWhiteSpace(c)) { in TestPatternProperties()