HomeSort by relevance Sort by last modified time
    Searched refs:scriptsLength (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
collationdata.h 46 scripts(NULL), scriptsLength(0),
207 int32_t scriptsLength;
collationdata.cpp 75 for(int32_t i = 0; i < scriptsLength; i = i + 2 + scripts[i + 1]) {
87 for(int32_t i = 0; i < scriptsLength;) {
collationdatareader.cpp 343 data->scriptsLength = length / 2;
348 data->scriptsLength = baseData->scriptsLength;
collationdatawriter.cpp 285 totalSize += data.scriptsLength * 2;
collationbasedatabuilder.cpp 334 data.scriptsLength = scripts.length();
collationdatabuilder.cpp     [all...]
collationfastlatin.cpp 54 int32_t length = data->scriptsLength;
    [all...]
collationfastlatinbuilder.cpp 143 if(i >= data.scriptsLength) {

Completed in 1323 milliseconds