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

  /external/icu/icu4c/source/i18n/
collationdata.cpp 242 int32_t lowStart = scriptStarts[1];
243 U_ASSERT(lowStart == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8));
262 lowStart = addLowScriptRange(table, index, lowStart);
273 U_ASSERT(lowStart <= start);
274 skippedReserved = start - lowStart;
275 lowStart = start;
315 lowStart = addLowScriptRange(table, index, lowStart);
323 if(!hasReorderToEnd && start > lowStart) {
    [all...]
collationdata.h 255 int32_t addLowScriptRange(uint8_t table[], int32_t index, int32_t lowStart) const;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationData.java 327 int lowStart = scriptStarts[1];
328 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8));
347 lowStart = addLowScriptRange(table, index, lowStart);
358 assert(lowStart <= start);
359 skippedReserved = start - lowStart;
360 lowStart = start;
404 lowStart = addLowScriptRange(table, index, lowStart);
412 if(!hasReorderToEnd && start > lowStart) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 325 int lowStart = scriptStarts[1];
326 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8));
345 lowStart = addLowScriptRange(table, index, lowStart);
356 assert(lowStart <= start);
357 skippedReserved = start - lowStart;
358 lowStart = start;
402 lowStart = addLowScriptRange(table, index, lowStart);
410 if(!hasReorderToEnd && start > lowStart) {
    [all...]

Completed in 74 milliseconds