OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMark
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/unicode/
graphic.go
97
//
IsMark
reports whether the rune is a mark character (category M).
98
func
IsMark
(r rune) bool {
example_test.go
35
if unicode.
IsMark
(c) {
/prebuilts/go/linux-x86/src/unicode/
graphic.go
97
//
IsMark
reports whether the rune is a mark character (category M).
98
func
IsMark
(r rune) bool {
example_test.go
35
if unicode.
IsMark
(c) {
/external/clang/lib/Format/
TokenAnnotator.cpp
693
bool
IsMark
= CurrentToken->is(Keywords.kw_mark);
697
if (
IsMark
|| CurrentToken->Previous->is(TT_BinaryOperator))
[
all
...]
Completed in 1047 milliseconds