Home
last modified time | relevance | path

Searched defs:rune (Results 1 – 17 of 17) sorted by relevance

/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dgen_ranges.go19 func visitDefaults(fn func(r rune, c Class)) {
50 func visitRunes(fn func(r rune, c Class), c Class, runes []rune) {
Dprop.go61 func LookupRune(r rune) (p Properties, size int) {
Dcore.go102 func newParagraph(types []Class, pairTypes []bracketType, pairValues []rune, levels level) *paragra…
1051 func validatePbValues(pairValues []rune, pairTypes []bracketType) {
/external/libutf/
Drune.c66 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()
Dutflen.c24 Rune rune; in utflen() local
Dutfnlen.c24 Rune rune; in utfnlen() local
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dmaketables.go284 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 {
Dcomposition.go99 rune [maxBufferSize]Properties // Per character info. member
394 func decomposeHangul(buf []byte, r rune) int {
Dforminfo.go189 func combine(a, b rune) rune {
/external/syzkaller/vendor/golang.org/x/net/http/httpguts/
Dhttplex.go95 func IsTokenRune(r rune) bool {
100 func isNotToken(r rune) bool {
/external/syzkaller/vendor/cloud.google.com/go/internal/version/
Dversion.go69 func notSemverRune(r rune) bool {
/external/libtextclassifier/lang_id/
Dcustom-tokenizer.cc68 Rune rune; in AppendLowerCase() local
/external/golang-protobuf/proto/
Dtext_parser.go211 func unquoteC(s string, quote rune) (string, error) {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtext_parser.go211 func unquoteC(s string, quote rune) (string, error) {
/external/libtextclassifier/utils/utf8/
Dunicodetext.cc139 int runetochar(const char32 rune, char* dest) { in runetochar()
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go238 func translatePositions(buffer []rune, positions []int) textPositionMap {
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go2755 func badToUnderscore(r rune) rune {