OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highStart
(Results
1 - 16
of
16
) sorted by null
/external/icu/icu4c/source/common/
utrie2_impl.h
151
UChar32
highStart
;
utrie2_builder.cpp
131
trie->
highStart
=0x110000;
138
newTrie->
highStart
=0x110000;
269
trie->
highStart
=other->
highStart
;
[
all
...]
utrie2.cpp
44
if(c>=trie->
highStart
&& (!U_IS_LEAD(c) || fromLSCP)) {
175
tempTrie.
highStart
=header->shiftedHighStart<<UTRIE2_SHIFT_1;
293
trie->
highStart
=0;
552
UChar32 c, prev,
highStart
;
580
highStart
=trie->
highStart
;
592
for(c=start; c<limit && c<
highStart
;) {
697
/* c==
highStart
<limit */
utrie2.h
49
* the starting code point ("
highStart
") and the value are stored.
50
* - For supplementary code points U+10000..
highStart
-1 a three-table lookup
697
UChar32
highStart
;
789
* Variable length, for code points up to
highStart
, where the last single-value range starts.
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java
36
this.
highStart
= 0x110000;
42
this.
highStart
= 0x110000;
345
this.
highStart
= tempTrie.
highStart
;
582
if(c>=
highStart
&& (!(c>=0xd800 && c<0xdc00) || fromLSCP)) {
854
newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((
highStart
-0x10000)>>UTRIE2_SHIFT_1);
[
all
...]
Trie2_16.java
94
if (codePoint <
highStart
) {
207
} else if (cp <
highStart
) {
213
// Code point above
highStart
.
Trie2_32.java
93
if (codePoint <
highStart
) {
204
} else if (cp <
highStart
) {
210
// Code point above
highStart
.
Trie2.java
143
This.
highStart
= header.shiftedHighStart << UTRIE2_SHIFT_1;
672
int
highStart
;
766
* Variable length, for code points up to
highStart
, where the last single-value range starts.
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java
34
this.
highStart
= 0x110000;
40
this.
highStart
= 0x110000;
343
this.
highStart
= tempTrie.
highStart
;
580
if(c>=
highStart
&& (!(c>=0xd800 && c<0xdc00) || fromLSCP)) {
852
newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((
highStart
-0x10000)>>UTRIE2_SHIFT_1);
[
all
...]
Trie2_16.java
92
if (codePoint <
highStart
) {
205
} else if (cp <
highStart
) {
211
// Code point above
highStart
.
Trie2_32.java
91
if (codePoint <
highStart
) {
202
} else if (cp <
highStart
) {
208
// Code point above
highStart
.
Trie2.java
141
This.
highStart
= header.shiftedHighStart << UTRIE2_SHIFT_1;
670
int
highStart
;
764
* Variable length, for code points up to
highStart
, where the last single-value range starts.
[
all
...]
/external/icu/icu4c/source/tools/toolutil/
writesrc.c
213
" 0x%lx,\n" /*
highStart
*/
219
(long)pTrie->
highStart
, (long)pTrie->highValueIndex);
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 62 milliseconds