OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptStartsLength
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
collationdata.cpp
135
if(p < scriptStarts[1] || scriptStarts[
scriptStartsLength
- 1] <= p) {
238
U_ASSERT(
scriptStartsLength
>= 2);
242
int32_t highLimit = scriptStarts[
scriptStartsLength
- 1];
317
for(int32_t i = 1; i <
scriptStartsLength
- 1; ++i) {
344
while(i <
scriptStartsLength
- 1) {
354
if(offset != 0 || i <
scriptStartsLength
- 1) {
357
if(i ==
scriptStartsLength
- 1) { break; }
collationdatareader.cpp
371
data->
scriptStartsLength
= scriptsLength - (1 + data->numScripts + 16);
372
if(data->
scriptStartsLength
<= 2 ||
373
CollationData::MAX_NUM_SCRIPT_RANGES < data->
scriptStartsLength
) {
381
data->scriptStarts[data->
scriptStartsLength
- 1] ==
392
data->
scriptStartsLength
= baseData->
scriptStartsLength
;
collationdata.h
49
/** C++ only, data reader check
scriptStartsLength
. */
63
numScripts(0), scriptsIndex(NULL), scriptStarts(NULL),
scriptStartsLength
(0),
238
int32_t
scriptStartsLength
;
collationdatawriter.cpp
305
scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.
scriptStartsLength
);
collationdatabuilder.cpp
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java
414
int
scriptStartsLength
= scriptsLength - (1 + data.numScripts + 16);
415
if(
scriptStartsLength
<= 2) {
419
inChars.get(data.scriptStarts = new char[
scriptStartsLength
]);
422
data.scriptStarts[
scriptStartsLength
- 1] ==
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java
413
int
scriptStartsLength
= scriptsLength - (1 + data.numScripts + 16);
414
if(
scriptStartsLength
<= 2) {
418
inChars.get(data.scriptStarts = new char[
scriptStartsLength
]);
421
data.scriptStarts[
scriptStartsLength
- 1] ==
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 1062 milliseconds