HomeSort by relevance Sort by last modified time
    Searched defs:IsSurrogate (Results 1 - 12 of 12) 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 {
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go 28 // IsSurrogate reports whether the specified Unicode code point
30 func IsSurrogate(r rune) bool {
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.cc 113 inline bool IsSurrogate(uint32 c) {
244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp));
  /external/clang/include/clang/Sema/
Overload.h 613 /// is a surrogate, but only if IsSurrogate is true.
631 /// IsSurrogate - True to indicate that this candidate is a
634 bool IsSurrogate;
687 if (IsSurrogate) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 644 /// is a surrogate, but only if IsSurrogate is true.
657 /// IsSurrogate - True to indicate that this candidate is a
660 bool IsSurrogate;
713 if (IsSurrogate) {
    [all...]

Completed in 854 milliseconds