OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSurrogate
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/unicode/utf16/
utf16.go
28
//
IsSurrogate
reports whether the specified Unicode code point
30
func
IsSurrogate
(r rune) bool {
48
if r < surrSelf || r > maxRune ||
IsSurrogate
(r) {
/prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go
28
//
IsSurrogate
reports whether the specified Unicode code point
30
func
IsSurrogate
(r rune) bool {
48
if r < surrSelf || r > maxRune ||
IsSurrogate
(r) {
/external/clang/include/clang/Sema/
Overload.h
609
/// is a surrogate, but only if
IsSurrogate
is true.
627
///
IsSurrogate
- True to indicate that this candidate is a
630
bool
IsSurrogate
;
683
if (
IsSurrogate
) {
Completed in 162 milliseconds