Home
last modified time | relevance | path

Searched defs:CodePoint (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { implementation
58 impl CodePoint { impl
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
245 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
382 pub fn push(&mut self, code_point: CodePoint) { in push()
505 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
960 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { implementation
58 impl CodePoint { impl
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
245 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
387 pub fn push(&mut self, code_point: CodePoint) { in push()
513 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
974 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { argument
58 impl CodePoint { impl
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
245 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
387 pub fn push(&mut self, code_point: CodePoint) { in push()
513 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
974 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { argument
58 impl CodePoint { implementation
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
245 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
382 pub fn push(&mut self, code_point: CodePoint) { in push()
505 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
960 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { argument
58 impl CodePoint { impl
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
245 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
387 pub fn push(&mut self, code_point: CodePoint) { in push()
513 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
974 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/
H A Dtests.rs13 fn c(value: u32) -> CodePoint { in code_point_to_u32()
23 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
38 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
65 fn c(value: u32) -> CodePoint { in code_point_to_char()
75 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
163 fn c(value: u32) -> CodePoint { in wtf8buf_push()
391 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
507 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/
H A Dtests.rs13 fn c(value: u32) -> CodePoint { in code_point_to_u32()
23 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
38 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
65 fn c(value: u32) -> CodePoint { in code_point_to_char()
75 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
163 fn c(value: u32) -> CodePoint { in wtf8buf_push()
391 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
507 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/
H A Dtests.rs13 fn c(value: u32) -> CodePoint { in code_point_to_u32()
23 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
38 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
65 fn c(value: u32) -> CodePoint { in code_point_to_char()
75 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
163 fn c(value: u32) -> CodePoint { in wtf8buf_push()
391 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
507 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/
H A Dtests.rs13 fn c(value: u32) -> CodePoint { in code_point_to_u32()
23 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
38 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
65 fn c(value: u32) -> CodePoint { in code_point_to_char()
75 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
163 fn c(value: u32) -> CodePoint { in wtf8buf_push()
391 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
507 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/wtf8/
H A Dtests.rs13 fn c(value: u32) -> CodePoint { in code_point_to_u32()
23 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
38 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
65 fn c(value: u32) -> CodePoint { in code_point_to_char()
75 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
163 fn c(value: u32) -> CodePoint { in wtf8buf_push()
391 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
507 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/aosp_15_r20/external/clang/lib/AST/
H A DCommentLexer.cpp42 unsigned CodePoint) { in convertCodePointToUTF8()
71 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
81 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DRustDemangle.cpp802 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
809 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1073 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8()
/aosp_15_r20/external/clang/lib/Lex/
H A DLexer.cpp1462 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1483 UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
2745 uint32_t CodePoint = 0; in tryReadUCN() local
3596 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
3618 UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp245 uint32_t CodePoint = 0; in expandUCNs() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DUnicode.h73 char32_t CodePoint; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DUnicode.h73 char32_t CodePoint; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DUnicode.h73 char32_t CodePoint; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DUnicode.h73 char32_t CodePoint; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/windows/
Dmod.rs31 CodePoint(u32), enumerator
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPick.java414 private static class CodePoint extends FinalPick { class in Pick
417 private CodePoint(UnicodeSet source) { in CodePoint() method in Pick.CodePoint
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstring_encoding_utils.cc32 using CodePoint = uint32_t; typedef
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp4456 UTF32 CodePoint; in HandleInvalidConversionSpecifier() local