Home
last modified time | relevance | path

Searched refs:scriptStarts (Results 1 - 23 of 23) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java197 return index == 0 ? 0 : (long)scriptStarts[index] << 16; in getFirstPrimaryForGroup()
211 long limit = scriptStarts[index + 1]; in getLastPrimaryForGroup()
221 if(p < scriptStarts[1] || scriptStarts[scriptStarts.length - 1] <= p) { in getGroupForPrimary()
225 while(p >= scriptStarts[index + 1]) { ++index; } in getGroupForPrimary()
306 short[] table = new short[scriptStarts.length - 1]; // C++: uint8_t[] in makeReorderRanges()
323 assert(scriptStarts.length >= 2); in makeReorderRanges()
324 assert(scriptStarts[0] == 0); in makeReorderRanges()
325 int lowStart = scriptStarts[ in makeReorderRanges()
550 char[] scriptStarts; global() field in CollationData
[all...]
H A DCollationDataReader.java420 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
421 if(!(data.scriptStarts[0] == 0 && in read()
422 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
423 data.scriptStarts[scriptStartsLength - 1] == in read()
432 data.scriptStarts = baseData.scriptStarts; in read()
H A DCollationDataBuilder.java317 data.scriptStarts = base.scriptStarts; in build()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationData.java199 return index == 0 ? 0 : (long)scriptStarts[index] << 16; in getFirstPrimaryForGroup()
213 long limit = scriptStarts[index + 1]; in getLastPrimaryForGroup()
223 if(p < scriptStarts[1] || scriptStarts[scriptStarts.length - 1] <= p) { in getGroupForPrimary()
227 while(p >= scriptStarts[index + 1]) { ++index; } in getGroupForPrimary()
308 short[] table = new short[scriptStarts.length - 1]; // C++: uint8_t[] in makeReorderRanges()
325 assert(scriptStarts.length >= 2); in makeReorderRanges()
326 assert(scriptStarts[0] == 0); in makeReorderRanges()
327 int lowStart = scriptStarts[ in makeReorderRanges()
552 char[] scriptStarts; global() field in CollationData
[all...]
H A DCollationDataReader.java421 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
422 if(!(data.scriptStarts[0] == 0 && in read()
423 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
424 data.scriptStarts[scriptStartsLength - 1] == in read()
433 data.scriptStarts = baseData.scriptStarts; in read()
H A DCollationDataBuilder.java318 data.scriptStarts = base.scriptStarts; in build()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdata.cpp121 return index == 0 ? 0 : (uint32_t)scriptStarts[index] << 16; in getFirstPrimaryForGroup()
130 uint32_t limit = scriptStarts[index + 1]; in getLastPrimaryForGroup()
137 if(p < scriptStarts[1] || scriptStarts[scriptStartsLength - 1] <= p) { in getGroupForPrimary()
141 while(p >= scriptStarts[index + 1]) { ++index; } in getGroupForPrimary()
241 U_ASSERT(scriptStarts[0] == 0); in makeReorderRanges()
242 int32_t lowStart = scriptStarts[1]; in makeReorderRanges()
244 int32_t highLimit = scriptStarts[scriptStartsLength - 1]; in makeReorderRanges()
272 int32_t start = scriptStarts[index]; in makeReorderRanges()
322 int32_t start = scriptStarts[ in makeReorderRanges()
[all...]
H A Dcollationdatareader.cpp380 data->scriptStarts = scripts + 1 + data->numScripts + 16; in read()
381 if(!(data->scriptStarts[0] == 0 && in read()
382 data->scriptStarts[1] == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
383 data->scriptStarts[data->scriptStartsLength - 1] == in read()
393 data->scriptStarts = baseData->scriptStarts; in read()
H A Dcollationdata.h61 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()
221 * It maps from a UScriptCode or a special reorder code to an entry in scriptStarts.
235 const uint16_t *scriptStarts; member
H A Dcollationdatawriter.cpp307 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
H A Dcollationdatabuilder.cpp1339 data.scriptStarts = base->scriptStarts; in build()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.cpp121 return index == 0 ? 0 : (uint32_t)scriptStarts[index] << 16; in getFirstPrimaryForGroup()
130 uint32_t limit = scriptStarts[index + 1]; in getLastPrimaryForGroup()
137 if(p < scriptStarts[1] || scriptStarts[scriptStartsLength - 1] <= p) { in getGroupForPrimary()
141 while(p >= scriptStarts[index + 1]) { ++index; } in getGroupForPrimary()
241 U_ASSERT(scriptStarts[0] == 0); in makeReorderRanges()
242 int32_t lowStart = scriptStarts[1]; in makeReorderRanges()
244 int32_t highLimit = scriptStarts[scriptStartsLength - 1]; in makeReorderRanges()
272 int32_t start = scriptStarts[index]; in makeReorderRanges()
322 int32_t start = scriptStarts[ in makeReorderRanges()
[all...]
H A Dcollationdatareader.cpp380 data->scriptStarts = scripts + 1 + data->numScripts + 16; in read()
381 if(!(data->scriptStarts[0] == 0 && in read()
382 data->scriptStarts[1] == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
383 data->scriptStarts[data->scriptStartsLength - 1] == in read()
393 data->scriptStarts = baseData->scriptStarts; in read()
H A Dcollationdata.h61 numScripts(0), scriptsIndex(nullptr), scriptStarts(nullptr), scriptStartsLength(0), in CollationData()
221 * It maps from a UScriptCode or a special reorder code to an entry in scriptStarts.
235 const uint16_t *scriptStarts; member
H A Dcollationdatawriter.cpp307 scripts.append(reinterpret_cast<const char16_t *>(data.scriptStarts), data.scriptStartsLength); in write()
H A Dcollationdatabuilder.cpp1339 data.scriptStarts = base->scriptStarts; in build()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdata.cpp121 return index == 0 ? 0 : (uint32_t)scriptStarts[index] << 16; in getFirstPrimaryForGroup()
130 uint32_t limit = scriptStarts[index + 1]; in getLastPrimaryForGroup()
137 if(p < scriptStarts[1] || scriptStarts[scriptStartsLength - 1] <= p) { in getGroupForPrimary()
141 while(p >= scriptStarts[index + 1]) { ++index; } in getGroupForPrimary()
241 U_ASSERT(scriptStarts[0] == 0); in makeReorderRanges()
242 int32_t lowStart = scriptStarts[1]; in makeReorderRanges()
244 int32_t highLimit = scriptStarts[scriptStartsLength - 1]; in makeReorderRanges()
272 int32_t start = scriptStarts[index]; in makeReorderRanges()
322 int32_t start = scriptStarts[ in makeReorderRanges()
[all...]
H A Dcollationdatareader.cpp380 data->scriptStarts = scripts + 1 + data->numScripts + 16; in read()
381 if(!(data->scriptStarts[0] == 0 && in read()
382 data->scriptStarts[1] == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
383 data->scriptStarts[data->scriptStartsLength - 1] == in read()
393 data->scriptStarts = baseData->scriptStarts; in read()
H A Dcollationdata.h65 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()
225 * It maps from a UScriptCode or a special reorder code to an entry in scriptStarts.
239 const uint16_t *scriptStarts; member
H A Dcollationdatawriter.cpp307 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
H A Dcollationdatabuilder.cpp1225 data.scriptStarts = base->scriptStarts; in build()
/third_party/icu/tools/unicode/c/genuca/
H A Dcollationbasedatabuilder.cpp93 uprv_memset(scriptStarts, 0, sizeof(scriptStarts)); in CollationBaseDataBuilder()
341 if(scriptStartsLength != 0 && scriptStarts[scriptStartsLength - 1] == p) { in addScriptStart()
345 U_ASSERT(scriptStartsLength == 0 || scriptStarts[scriptStartsLength - 1] <= p); in addScriptStart()
346 U_ASSERT(scriptStartsLength < UPRV_LENGTHOF(scriptStarts)); in addScriptStart()
348 scriptStarts[scriptStartsLength++] = (uint16_t)p; in addScriptStart()
355 U_ASSERT(scriptStartsLength < UPRV_LENGTHOF(scriptStarts)); in addScriptStart()
356 scriptStarts[scriptStartsLength++] = in addScriptStart()
376 data.scriptStarts = scriptStarts; in build()
[all...]
H A Dcollationbasedatabuilder.h91 uint16_t scriptStarts[USCRIPT_CODE_LIMIT + 16]; // should be safely more than needed member in CollationBaseDataBuilder

Completed in 24 milliseconds