/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | wtf8.rs | 45 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 D | wtf8.rs | 45 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 D | wtf8.rs | 45 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 D | wtf8.rs | 45 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 D | wtf8.rs | 45 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 D | tests.rs | 13 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 D | tests.rs | 13 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 D | tests.rs | 13 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 D | tests.rs | 13 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 D | tests.rs | 13 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 D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 29 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 D | CommentLexer.cpp | 42 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 D | RustDemangle.cpp | 802 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 D | Lexer.cpp | 1462 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 D | LiteralSupport.cpp | 245 uint32_t CodePoint = 0; in expandUCNs() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Unicode.h | 73 char32_t CodePoint; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Unicode.h | 73 char32_t CodePoint; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Unicode.h | 73 char32_t CodePoint; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Unicode.h | 73 char32_t CodePoint; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Unicode.h | 73 char32_t CodePoint; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/windows/ |
D | mod.rs | 31 CodePoint(u32), enumerator
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Pick.java | 414 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 D | string_encoding_utils.cc | 32 using CodePoint = uint32_t; typedef
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4456 UTF32 CodePoint; in HandleInvalidConversionSpecifier() local
|