Searched defs:rune (Results 1 – 17 of 17) sorted by relevance
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | gen_ranges.go | 19 func visitDefaults(fn func(r rune, c Class)) { 50 func visitRunes(fn func(r rune, c Class), c Class, runes []rune) {
|
D | prop.go | 61 func LookupRune(r rune) (p Properties, size int) {
|
D | core.go | 102 func newParagraph(types []Class, pairTypes []bracketType, pairValues []rune, levels level) *paragra… 1051 func validatePbValues(pairValues []rune, pairTypes []bracketType) {
|
/external/libutf/ |
D | rune.c | 66 charntorune(Rune *rune, const char *str, int length) in charntorune() 169 chartorune(Rune *rune, const char *str) in chartorune() 247 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) { in isvalidcharntorune() 253 runetochar(char *str, const Rune *rune) in runetochar() 310 runelen(Rune rune) in runelen()
|
D | utflen.c | 24 Rune rune; in utflen() local
|
D | utfnlen.c | 24 Rune rune; in utfnlen() local
|
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | maketables.go | 284 func hasCompatDecomp(r rune) bool { 313 func isHangul(r rune) bool { 317 func isHangulWithoutJamoT(r rune) bool { 325 func ccc(r rune) uint8 { 330 func insertOrdered(b Decomposition, r rune) Decomposition { 348 func decomposeRecursive(form int, r rune, d Decomposition) Decomposition {
|
D | composition.go | 99 rune [maxBufferSize]Properties // Per character info. member 394 func decomposeHangul(buf []byte, r rune) int {
|
D | forminfo.go | 189 func combine(a, b rune) rune {
|
/external/syzkaller/vendor/golang.org/x/net/http/httpguts/ |
D | httplex.go | 95 func IsTokenRune(r rune) bool { 100 func isNotToken(r rune) bool {
|
/external/syzkaller/vendor/cloud.google.com/go/internal/version/ |
D | version.go | 69 func notSemverRune(r rune) bool {
|
/external/libtextclassifier/lang_id/ |
D | custom-tokenizer.cc | 68 Rune rune; in AppendLowerCase() local
|
/external/golang-protobuf/proto/ |
D | text_parser.go | 211 func unquoteC(s string, quote rune) (string, error) {
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | text_parser.go | 211 func unquoteC(s string, quote rune) (string, error) {
|
/external/libtextclassifier/utils/utf8/ |
D | unicodetext.cc | 139 int runetochar(const char32 rune, char* dest) { in runetochar()
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.peg.go | 238 func translatePositions(buffer []rune, positions []int) textPositionMap {
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 2755 func badToUnderscore(r rune) rune {
|