Home
last modified time | relevance | path

Searched refs:isPunctuation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h131 LLVM_READONLY inline bool isPunctuation(unsigned char c) { in isPunctuation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp363 (!isPunctuation(Content[0]) || !isPunctuation(Content[1])); in mayReflowContent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp581 if (!isDigit(*I) && !isPunctuation(*I)) { in ScanFormat()
830 } else if (isPunctuation(DiagStr[1])) { in FormatDiagnostic()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d9436 bool isPunctuation(dchar c) in isPunctuation() function
9443 return std.ascii.isPunctuation(c); in isPunctuation()
9453 assert(isPunctuation('\u0021'));
9454 assert(isPunctuation('\u0028'));
9455 assert(isPunctuation('\u0029'));
9456 assert(isPunctuation('\u002D'));
9457 assert(isPunctuation('\u005F'));
9458 assert(isPunctuation('\u00AB'));
9459 assert(isPunctuation('\u00BB'));
9461 assert(isPunctuation(ch));
H A Dformat.d996 import std.ascii : isDigit, isPunctuation, isAlpha;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d10313 bool isPunctuation(dchar c)
10320 return std.ascii.isPunctuation(c);
10330 assert(isPunctuation('\u0021'));
10331 assert(isPunctuation('\u0028'));
10332 assert(isPunctuation('\u0029'));
10333 assert(isPunctuation('\u002D'));
10334 assert(isPunctuation('\u005F'));
10335 assert(isPunctuation('\u00AB'));
10336 assert(isPunctuation('\u00BB'));
10338 assert(isPunctuation(ch));