OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptsLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationdatareader.cpp
357
int32_t
scriptsLength
= length / 2;
360
data->scriptStartsLength =
scriptsLength
- (1 + data->numScripts + 16);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java
429
int
scriptsLength
= length / 2;
433
int scriptStartsLength =
scriptsLength
- (1 + data.numScripts + 16);
Completed in 180 milliseconds