/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 260 uint8_t prevCC=0; in mappingHasCompBoundaryAfter() local 263 if(i>lastStarterIndex && norms.combinesWithCCBetween(*starterNorm, prevCC, cc)) { in mappingHasCompBoundaryAfter() 268 if(starterNorm!=nullptr && (prevCC<cc || prevCC==0) && in mappingHasCompBoundaryAfter() 283 prevCC=0; in mappingHasCompBoundaryAfter() 285 prevCC=cc; in mappingHasCompBoundaryAfter() 288 if(prevCC==0) { in mappingHasCompBoundaryAfter() 291 if(norms.combinesWithCCBetween(*starterNorm, prevCC, 256)) { in mappingHasCompBoundaryAfter() 303 uint8_t prevCC=0; in mappingRecomposes() local 307 if(starterNorm!=nullptr && (prevCC<cc || prevCC==0) && in mappingRecomposes() 320 prevCC=cc; in mappingRecomposes() [all …]
|
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | iter.go | 266 prevCC := i.info.tccc 287 if i.info.ccc < prevCC { 314 prevCC := i.info.tccc 322 if i.info.ccc < prevCC { 372 var prevCC uint8 377 prevCC = i.info.tccc 403 if i.info.ccc < prevCC {
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 527 prevCC: q.start, 540 t.prevCC = t.res.CompiledCursor 573 prevCC *pb.CompiledCursor member 607 t.prevCC = t.res.CompiledCursor 648 if t.prevCC == nil { 658 return Cursor{t.prevCC}, nil 668 q.start = t.prevCC
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Normalizer2Impl.java | 1015 int prevCC=0; in decompose() local 1046 prevCC=0; in decompose() 1061 if(prevCC<=cc || cc==0) { in decompose() 1062 prevCC=cc; in decompose() 1086 int firstCC, prevCC, cc; in decomposeAndAppend() local 1087 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend() 1089 prevCC=cc; in decomposeAndAppend() 1097 buffer.append(s, 0, src, false, firstCC, prevCC); in decomposeAndAppend() 1278 int prevCC = cc; in compose() local 1283 if (prevCC > cc) { in compose() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 1006 int prevCC=0; in decompose() local 1037 prevCC=0; in decompose() 1052 if(prevCC<=cc || cc==0) { in decompose() 1053 prevCC=cc; in decompose() 1077 int firstCC, prevCC, cc; in decomposeAndAppend() local 1078 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend() 1080 prevCC=cc; in decomposeAndAppend() 1088 buffer.append(s, 0, src, false, firstCC, prevCC); in decomposeAndAppend() 1269 int prevCC = cc; in compose() local 1274 if (prevCC > cc) { in compose() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 264 int prevCC = 0; 277 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { 289 prevCC = fcd16 & 0xff; 290 if(p == rawLimit || prevCC == 0) {
|
D | FCDIterCollationIterator.java | 268 int prevCC = 0; in nextSegment() local 281 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment() 299 prevCC = fcd16 & 0xff; in nextSegment() 300 if(prevCC == 0) { in nextSegment()
|
D | CollationIterator.java | 803 int prevCC = fcd16 & 0xff; in nextCE32FromDiscontiguousContraction() local 842 if(prevCC < (fcd16 >> 8) && (match = suffixes.nextForCodePoint(c)).hasValue()) { in nextCE32FromDiscontiguousContraction() 854 prevCC = fcd16 & 0xff; in nextCE32FromDiscontiguousContraction()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 266 int prevCC = 0; in nextSegment() local 279 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment() 297 prevCC = fcd16 & 0xff; in nextSegment() 298 if(prevCC == 0) { in nextSegment()
|
D | FCDUTF16CollationIterator.java | 262 int prevCC = 0; 275 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { 287 prevCC = fcd16 & 0xff; 288 if(p == rawLimit || prevCC == 0) {
|
D | CollationIterator.java | 801 int prevCC = fcd16 & 0xff; in nextCE32FromDiscontiguousContraction() local 840 if(prevCC < (fcd16 >> 8) && (match = suffixes.nextForCodePoint(c)).hasValue()) { in nextCE32FromDiscontiguousContraction() 852 prevCC = fcd16 & 0xff; in nextCE32FromDiscontiguousContraction()
|
/external/icu/icu4c/source/i18n/ |
D | uitercollationiterator.cpp | 312 uint8_t prevCC = 0; in nextSegment() local 325 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment() 343 prevCC = (uint8_t)fcd16; in nextSegment() 344 if(prevCC == 0) { in nextSegment()
|
D | utf16collationiterator.cpp | 379 uint8_t prevCC = 0; in nextSegment() local 390 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment() 399 prevCC = (uint8_t)fcd16; in nextSegment() 400 if(p == rawLimit || prevCC == 0) { in nextSegment()
|
D | utf8collationiterator.cpp | 392 uint8_t prevCC = 0; in nextSegment() local 406 … if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment() 424 prevCC = (uint8_t)fcd16; in nextSegment() 425 if(pos == length || prevCC == 0) { in nextSegment()
|
D | collationiterator.cpp | 589 uint8_t prevCC = (uint8_t)fcd16; in nextCE32FromDiscontiguousContraction() local 632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction() 644 prevCC = (uint8_t)fcd16; in nextCE32FromDiscontiguousContraction()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 605 uint8_t prevCC=0; in decompose() local 638 prevCC=0; in decompose() 655 if(prevCC<=cc || cc==0) { in decompose() 656 prevCC=cc; in decompose() 901 uint8_t firstCC = 0, prevCC = 0, cc; in decomposeAndAppend() local 916 prevCC = cc; in decomposeAndAppend() 922 if (buffer.append(src, (int32_t)(p - src), FALSE, firstCC, prevCC, errorCode)) { in decomposeAndAppend() 1098 uint8_t cc, prevCC; in recompose() local 1106 prevCC=0; in recompose() 1116 (prevCC<cc || prevCC==0) in recompose() [all …]
|