Home
last modified time | relevance | path

Searched refs:prev_codepoint (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py42 prev_codepoint = 0
53 for c in range(prev_codepoint + 1, codepoint):
61 prev_codepoint = codepoint
66 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py42 prev_codepoint = 0
53 for c in range(prev_codepoint + 1, codepoint):
61 prev_codepoint = codepoint
66 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py42 prev_codepoint = 0
53 for c in range(prev_codepoint + 1, codepoint):
61 prev_codepoint = codepoint
66 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py42 prev_codepoint = 0
53 for c in range(prev_codepoint + 1, codepoint):
61 prev_codepoint = codepoint
66 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/external/fmtlib/support/
H A Dprintable.py46 prev_codepoint = 0
57 for c in range(prev_codepoint + 1, codepoint):
65 prev_codepoint = codepoint
70 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/unicode/
H A Dprintable.py42 prev_codepoint = 0
53 for c in range(prev_codepoint + 1, codepoint):
61 prev_codepoint = codepoint
66 for c in range(prev_codepoint + 1, NUM_CODEPOINTS):
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dnormalize.cc104 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint) { in IsSkippableForSearch() argument
109 if (BothAreSpaces(NormalizeForSearch(codepoint), NormalizeForSearch(prev_codepoint))) { in IsSkippableForSearch()
Dnormalize.h36 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint);