Home
last modified time | relevance | path

Searched defs:RangeTable (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/apparentlymart/go-textseg/v13/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/apparentlymart/go-textseg/v13/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/apparentlymart/go-textseg/v13/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/apparentlymart/go-textseg/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/apparentlymart/go-textseg/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/apparentlymart/go-textseg/v13/textseg/
H A Dmake_tables.go89 func loadUnicodeData(filename string, propertyRanges map[string]*unicode.RangeTable) {
108 func parseLine(line string, propertyRanges map[string]*unicode.RangeTable) {
194 func addR16ToTable(r *unicode.RangeTable, r16 unicode.Range16) {
204 func addR32ToTable(r *unicode.RangeTable, r32 unicode.Range32) {
211 func generateTables(prefix string, propertyRanges map[string]*unicode.RangeTable) {
242 func generateRangeTable(rt *unicode.RangeTable) string {
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/messages-go/v10/messages-go-10.0.3/
H A Dtime_conversion_test.go21 duration := GoDurationToDuration(durationInNanoseconds)
22 durationInNanosecondsAgain := DurationToGoDuration(duration)
24 require.Equal(t, durationInNanoseconds, durationInNanosecondsAgain)
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Drange_table.hpp47 template <unsigned BLOCK_SIZE, storage::Ownership Ownership> class RangeTable class
55 RangeTable() : sum_lengths(0) {} in RangeTable() function in osrm::util::RangeTable
58 explicit RangeTable(OffsetContainerT offsets_, in RangeTable() function in osrm::util::RangeTable
67 template <typename VectorT> explicit RangeTable(const VectorT &lengths) in RangeTable() function in osrm::util::RangeTable
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
168 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
168 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/unicode/
H A Dletter.go24 type RangeTable struct { struct
25 R16 []Range16
26 R32 []Range32
27 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
158 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/unicode/
H A Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
155 func Is(rangeTab *RangeTable, r rune) bool {
167 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {

12345678910>>...36