OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstSplitByteRangeIndex
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java
158
int
firstSplitByteRangeIndex
= rangesStart;
159
while(
firstSplitByteRangeIndex
< rangesLimit &&
160
(codesAndRanges[
firstSplitByteRangeIndex
] & 0xff0000) == 0) {
162
++
firstSplitByteRangeIndex
;
164
if(
firstSplitByteRangeIndex
== rangesLimit) {
169
assert(table[codesAndRanges[
firstSplitByteRangeIndex
] >>> 24] == 0);
171
setReorderRanges(codesAndRanges,
firstSplitByteRangeIndex
,
172
rangesLimit -
firstSplitByteRangeIndex
);
205
int
firstSplitByteRangeIndex
= -1;
217
if(
firstSplitByteRangeIndex
< 0)
[
all
...]
/external/icu/icu4c/source/i18n/
collationsettings.cpp
103
int32_t
firstSplitByteRangeIndex
= 0;
104
while(
firstSplitByteRangeIndex
< rangesLength &&
105
(ranges[
firstSplitByteRangeIndex
] & 0xff0000) == 0) {
107
++
firstSplitByteRangeIndex
;
109
if(
firstSplitByteRangeIndex
== rangesLength) {
115
U_ASSERT(table[ranges[
firstSplitByteRangeIndex
] >> 24] == 0);
117
reorderRanges = ranges +
firstSplitByteRangeIndex
;
118
reorderRangesLength = rangesLength -
firstSplitByteRangeIndex
;
156
int32_t
firstSplitByteRangeIndex
= -1;
168
if(
firstSplitByteRangeIndex
< 0)
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java
156
int
firstSplitByteRangeIndex
= rangesStart;
157
while(
firstSplitByteRangeIndex
< rangesLimit &&
158
(codesAndRanges[
firstSplitByteRangeIndex
] & 0xff0000) == 0) {
160
++
firstSplitByteRangeIndex
;
162
if(
firstSplitByteRangeIndex
== rangesLimit) {
167
assert(table[codesAndRanges[
firstSplitByteRangeIndex
] >>> 24] == 0);
169
setReorderRanges(codesAndRanges,
firstSplitByteRangeIndex
,
170
rangesLimit -
firstSplitByteRangeIndex
);
203
int
firstSplitByteRangeIndex
= -1;
215
if(
firstSplitByteRangeIndex
< 0)
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 812 milliseconds