/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 185 int firstRow, lastRow; in setValue() local 194 firstRow = findRow(start); in setValue() 202 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask)); in setValue() 244 count = lastRow - firstRow + columns; in setValue() 245 System.arraycopy(v, firstRow, v, firstRow + columns, count); in setValue() 249 v[firstRow + 1] = v[firstRow + columns] = start; in setValue() 250 firstRow += columns; in setValue() 267 firstRow += column; in setValue() 271 v[firstRow] = (v[firstRow] & mask) | value; in setValue() 272 if (firstRow == lastRow) { in setValue() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | PropsVectors.java | 187 int firstRow, lastRow; in setValue() local 196 firstRow = findRow(start); in setValue() 204 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask)); in setValue() 246 count = lastRow - firstRow + columns; in setValue() 247 System.arraycopy(v, firstRow, v, firstRow + columns, count); in setValue() 251 v[firstRow + 1] = v[firstRow + columns] = start; in setValue() 252 firstRow += columns; in setValue() 269 firstRow += column; in setValue() 273 v[firstRow] = (v[firstRow] & mask) | value; in setValue() 274 if (firstRow == lastRow) { in setValue() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | propsvec.cpp | 159 uint32_t *firstRow, *lastRow; in upvec_setValue() local 189 firstRow=_findRow(pv, start); in upvec_setValue() 197 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); in upvec_setValue() 224 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue() 244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 249 firstRow[1]=firstRow[columns]=(uint32_t)start; in upvec_setValue() 250 firstRow+=columns; in upvec_setValue() 267 firstRow+=column; in upvec_setValue() 271 *firstRow=(*firstRow&mask)|value; in upvec_setValue() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | propsvec.cpp | 159 uint32_t *firstRow, *lastRow; in upvec_setValue() local 189 firstRow=_findRow(pv, start); in upvec_setValue() 197 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); in upvec_setValue() 224 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue() 244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 249 firstRow[1]=firstRow[columns]=(uint32_t)start; in upvec_setValue() 250 firstRow+=columns; in upvec_setValue() 267 firstRow+=column; in upvec_setValue() 271 *firstRow=(*firstRow&mask)|value; in upvec_setValue() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | propsvec.cpp | 159 uint32_t *firstRow, *lastRow; in upvec_setValue() local 189 firstRow=_findRow(pv, start); in upvec_setValue() 197 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); in upvec_setValue() 224 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue() 244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 249 firstRow[1]=firstRow[columns]=(uint32_t)start; in upvec_setValue() 250 firstRow+=columns; in upvec_setValue() 267 firstRow+=column; in upvec_setValue() 271 *firstRow=(*firstRow&mask)|value; in upvec_setValue() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | propsvec.cpp | 159 uint32_t *firstRow, *lastRow; in upvec_setValue() local 189 firstRow=_findRow(pv, start); in upvec_setValue() 197 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); in upvec_setValue() 224 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue() 244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 249 firstRow[1]=firstRow[columns]=(uint32_t)start; in upvec_setValue() 250 firstRow+=columns; in upvec_setValue() 267 firstRow+=column; in upvec_setValue() 271 *firstRow=(*firstRow&mask)|value; in upvec_setValue() [all …]
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | material_ne.arb | 15 "pageRowsInfoTitle": "$rowCount मध्ये $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "लगभग $rowCount को $firstRow–$lastRow",
|
D | material_ky.arb | 15 "pageRowsInfoTitle": "$rowCount ичинен $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "Болжол менен $rowCount ичинен $firstRow–$lastRow",
|
D | material_as.arb | 15 "pageRowsInfoTitle": "$rowCountৰ $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "$rowCountৰ $firstRow–$lastRow",
|
D | material_si.arb | 15 "pageRowsInfoTitle": "$rowCountන් $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "$rowCountකින් පමණ $firstRow–$lastRow",
|
D | material_am.arb | 15 "pageRowsInfoTitle": "$firstRow–$lastRow ከ$rowCount ውስጥ", 16 "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ከ$rowCount ያህል ውስጥ",
|
D | material_mk.arb | 15 "pageRowsInfoTitle": "$firstRow - $lastRow од $rowCount", 16 "pageRowsInfoTitleApproximate": "$firstRow - $lastRow од приближно $rowCount",
|
D | material_lo.arb | 15 "pageRowsInfoTitle": "$firstRow–$lastRow ຈາກທັງໝົດ $rowCount", 16 "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ຈາກປະມານ $rowCount",
|
D | material_ta.arb | 31 "pageRowsInfoTitle": "$firstRow–$lastRow / $rowCount", 32 "pageRowsInfoTitleApproximate": "$firstRow–$lastRow / $rowCount",
|
D | material_el.arb | 15 "pageRowsInfoTitle": "$firstRow-$lastRow από $rowCount", 16 "pageRowsInfoTitleApproximate": "$firstRow-$lastRow από περίπου $rowCount",
|
D | material_fa.arb | 16 "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", 17 "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount",
|
D | material_km.arb | 15 "pageRowsInfoTitle": "$firstRow–$lastRow ក្នុងចំណោម $rowCount", 16 "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ក្នុងចំណោមប្រហែល $rowCount",
|
D | material_zh_TW.arb | 20 "pageRowsInfoTitle": "第 $firstRow - $lastRow 列 (總共 $rowCount 列)", 21 "pageRowsInfoTitleApproximate": "第 $firstRow - $lastRow 列 (總共約 $rowCount 列)",
|
D | material_mr.arb | 15 "pageRowsInfoTitle": "$rowCount पैकी $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "$rowCount च्या बद्दल $firstRow–$lastRow",
|
D | material_my.arb | 15 "pageRowsInfoTitle": "$rowCount အနက် $firstRow–$lastRow", 16 "pageRowsInfoTitleApproximate": "$rowCount ခန့်မှ $firstRow–$lastRow",
|
D | material_ja.arb | 16 "pageRowsInfoTitle": "$firstRow - $lastRow 行(合計 $rowCount 行)", 17 "pageRowsInfoTitleApproximate": "$firstRow – $lastRow 行(合計約 $rowCount 行)",
|
D | material_ko.arb | 15 "pageRowsInfoTitle": "$rowCount행 중 $firstRow~$lastRow행", 16 "pageRowsInfoTitleApproximate": "약 $rowCount행 중 $firstRow~$lastRow행",
|
D | material_te.arb | 15 "pageRowsInfoTitle": "$rowCountలో $firstRow - $lastRow", 16 "pageRowsInfoTitleApproximate": "$rowCountలో $firstRow–$lastRow",
|
D | material_ml.arb | 15 "pageRowsInfoTitle": "$rowCount-ൽ $firstRow –$lastRow", 16 "pageRowsInfoTitleApproximate": "ഏകദേശം $rowCount-ൽ $firstRow –$lastRow",
|
D | material_kk.arb | 17 "pageRowsInfoTitle": "$rowCount ішінен $firstRow–$lastRow", 18 "pageRowsInfoTitleApproximate": "Шамамен $rowCount ішінен $firstRow–$lastRow",
|