Home
last modified time | relevance | path

Searched refs:lookupValue (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dtables10.0.0.go35 return t.lookupValue(uint32(i), c1), 2
51 return t.lookupValue(uint32(i), c2), 3
73 return t.lookupValue(uint32(i), c3), 4
88 return t.lookupValue(uint32(i), s[1])
92 return t.lookupValue(uint32(i), s[2])
96 return t.lookupValue(uint32(i), s[3])
120 return t.lookupValue(uint32(i), c1), 2
136 return t.lookupValue(uint32(i), c2), 3
158 return t.lookupValue(uint32(i), c3), 4
173 return t.lookupValue(uint32(i), s[1])
[all …]
Dtables9.0.0.go35 return t.lookupValue(uint32(i), c1), 2
51 return t.lookupValue(uint32(i), c2), 3
73 return t.lookupValue(uint32(i), c3), 4
88 return t.lookupValue(uint32(i), s[1])
92 return t.lookupValue(uint32(i), s[2])
96 return t.lookupValue(uint32(i), s[3])
120 return t.lookupValue(uint32(i), c1), 2
136 return t.lookupValue(uint32(i), c2), 3
158 return t.lookupValue(uint32(i), c3), 4
173 return t.lookupValue(uint32(i), s[1])
[all …]
Dprop.go101 return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
117 return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
139 return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
164 return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
180 return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
202 return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dtables10.0.0.go2750 return t.lookupValue(uint32(i), c1), 2
2766 return t.lookupValue(uint32(i), c2), 3
2788 return t.lookupValue(uint32(i), c3), 4
2803 return t.lookupValue(uint32(i), s[1])
2807 return t.lookupValue(uint32(i), s[2])
2811 return t.lookupValue(uint32(i), s[3])
2835 return t.lookupValue(uint32(i), c1), 2
2851 return t.lookupValue(uint32(i), c2), 3
2873 return t.lookupValue(uint32(i), c3), 4
2888 return t.lookupValue(uint32(i), s[1])
[all …]
Dtables9.0.0.go2750 return t.lookupValue(uint32(i), c1), 2
2766 return t.lookupValue(uint32(i), c2), 3
2788 return t.lookupValue(uint32(i), c3), 4
2803 return t.lookupValue(uint32(i), s[1])
2807 return t.lookupValue(uint32(i), s[2])
2811 return t.lookupValue(uint32(i), s[3])
2835 return t.lookupValue(uint32(i), c1), 2
2851 return t.lookupValue(uint32(i), c2), 3
2873 return t.lookupValue(uint32(i), c3), 4
2888 return t.lookupValue(uint32(i), s[1])
[all …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java256 int lookupValue(Object x, Object[] list) { in lookupValue() method in TestCldr.Handler
389 int index = lookupValue(attributeValue, NumberNames);
450 dateFormat = lookupValue(attributeValue, DateFormatNames);
453 timeFormat = lookupValue(attributeValue, DateFormatNames);
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java158 int lookupValue(Object x, Object[] list) { in lookupValue() method in TestCLDRTests.Handler
254 int index = lookupValue(attributeValue, NumberNames);
297 int index = lookupValue(attributeValue, DateFormatNames);
/external/syzkaller/vendor/golang.org/x/net/idna/
Dtables.go396 return t.lookupValue(uint32(i), c1), 2
412 return t.lookupValue(uint32(i), c2), 3
434 return t.lookupValue(uint32(i), c3), 4
449 return t.lookupValue(uint32(i), s[1])
453 return t.lookupValue(uint32(i), s[2])
457 return t.lookupValue(uint32(i), s[3])
481 return t.lookupValue(uint32(i), c1), 2
497 return t.lookupValue(uint32(i), c2), 3
519 return t.lookupValue(uint32(i), c3), 4
534 return t.lookupValue(uint32(i), s[1])
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1076 Integer lookupValue = paths.get(xpath, null, arguments);
1077 if (lookupValue == null) {