HomeSort by relevance Sort by last modified time
    Searched defs:Rune (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/util/
utf.h 14 * This file and rune.cc have been converted to compile as C++ code
24 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/
28 UTFmax = 4, /* maximum bytes per rune */
30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
32 Runemax = 0x10FFFF, /* maximum rune value */
35 int runetochar(char* s, const Rune* r);
36 int chartorune(Rune* r, const char* s);
39 char* utfrune(const char*, Rune);
  /prebuilts/go/darwin-x86/src/go/types/
type.go 56 Rune = Int32
  /prebuilts/go/linux-x86/src/go/types/
type.go 56 Rune = Int32

Completed in 245 milliseconds