| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
| D | SfntDump.java | 256 BitSet set = null; in parseRange() local 270 BitSet set = null; in parseList() local 330 public void dumpGlyphs(BitSet set) { in dumpGlyphs() 342 public void dumpChars(BitSet set) { in dumpChars() 449 int offset = locaTable.glyphOffset(glyphId); in dumpFont() local 504 int offset = locaTable.glyphOffset(glyphId); in dumpChar() local 522 int offset = locaTable.glyphOffset(glyphId); in countSpecialGlyphs() local 544 int c = iter.next(); in dumpCMapMapping() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | UnicodeSetStringSpan.java | 88 … public UnicodeSetStringSpan(final UnicodeSet set, final ArrayList<String> setStrings, int which) { in UnicodeSetStringSpan() 184 int c; in UnicodeSetStringSpan() local 242 public boolean contains(int c) { in contains() 250 private void addToSpanNotSet(int c) { in addToSpanNotSet() 976 static int spanOne(final UnicodeSet set, CharSequence s, int start, int length) { in spanOne() 977 char c = s.charAt(start); in spanOne() local 988 static int spanOneBack(final UnicodeSet set, CharSequence s, int length) { in spanOneBack() 989 char c = s.charAt(length - 1); in spanOneBack() local 1082 public void addOffset(int offset) { in addOffset() 1097 public void addOffsetAndCount(int offset, int count) { in addOffsetAndCount() [all …]
|
| D | Normalizer2Impl.java | 60 public static boolean isHangul(int c) { in isHangul() 63 public static boolean isHangulLV(int c) { in isHangulLV() 67 public static boolean isJamoL(int c) { in isJamoL() 70 public static boolean isJamoV(int c) { in isJamoV() 73 public static boolean isJamoT(int c) { in isJamoT() 77 public static boolean isJamo(int c) { in isJamo() 86 public static int decompose(int c, Appendable buffer) { in decompose() 109 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 180 public void append(int c, int cc) { in append() 205 int c=Character.codePointAt(s, start); in append() local [all …]
|
| D | UCharacterProperty.java | 172 int offset = indexesLength * 4; in LayoutProps() local 209 public UnicodeSet addPropertyStarts(int src, UnicodeSet set) { in addPropertyStarts() 314 private static final boolean isgraphPOSIX(int c) { in isgraphPOSIX() 338 boolean contains(int c) { in contains() 351 boolean contains(int c) { in contains() 363 boolean contains(int c) { in contains() 554 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 565 public int getType(int c) { in getType() 606 int getValue(int c) { in getValue() 644 int getValue(int c) { in getValue() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | UnicodeSetStringSpan.java | 84 … public UnicodeSetStringSpan(final UnicodeSet set, final ArrayList<String> setStrings, int which) { in UnicodeSetStringSpan() 187 int c; in UnicodeSetStringSpan() local 245 public boolean contains(int c) { in contains() 253 private void addToSpanNotSet(int c) { in addToSpanNotSet() 979 static int spanOne(final UnicodeSet set, CharSequence s, int start, int length) { in spanOne() 980 char c = s.charAt(start); in spanOne() local 991 static int spanOneBack(final UnicodeSet set, CharSequence s, int length) { in spanOneBack() 992 char c = s.charAt(length - 1); in spanOneBack() local 1085 public void addOffset(int offset) { in addOffset() 1100 public void addOffsetAndCount(int offset, int count) { in addOffsetAndCount() [all …]
|
| D | EmojiProps.java | 84 int offset = inIndexes[i++]; in EmojiProps() local 109 public UnicodeSet addPropertyStarts(UnicodeSet set) { in addPropertyStarts() 139 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 177 public void addStrings(int which, UnicodeSet set) { in addStrings()
|
| D | Normalizer2Impl.java | 55 public static boolean isHangul(int c) { in isHangul() 58 public static boolean isHangulLV(int c) { in isHangulLV() 62 public static boolean isJamoL(int c) { in isJamoL() 65 public static boolean isJamoV(int c) { in isJamoV() 68 public static boolean isJamoT(int c) { in isJamoT() 72 public static boolean isJamo(int c) { in isJamo() 81 public static int decompose(int c, Appendable buffer) { in decompose() 104 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 174 public void append(int c, int cc) { in append() 199 int c=Character.codePointAt(s, start); in append() local [all …]
|
| D | UCharacterProperty.java | 172 int offset = indexesLength * 4; in LayoutProps() local 209 public UnicodeSet addPropertyStarts(int src, UnicodeSet set) { in addPropertyStarts() 314 private static final boolean isgraphPOSIX(int c) { in isgraphPOSIX() 338 boolean contains(int c) { in contains() 351 boolean contains(int c) { in contains() 363 boolean contains(int c) { in contains() 375 boolean contains(int c) { in contains() 573 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 584 public int getType(int c) { in getType() 625 int getValue(int c) { in getValue() [all …]
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | CollectionUtilities.java | 150 public <T, U extends Collection<T>> T getFirst(U c) { in getFirst() 165 public static <T, U extends Collection<T>> T getBest(U c, Comparator<T> comp, int direction) { in getBest() 212 public ObjectMatcher set(ObjectMatcher toInverse) { in set() method in CollectionUtilities.InverseMatcher 229 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll() 245 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll() 430 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() 449 public int span(CharSequence string, int offset, UnicodeSet testSet) { in span() 463 public int spanNot(CharSequence string, int offset, UnicodeSet testSet) { in spanNot() 501 public FilteredIterator set(Iterator baseIterator) { in set() method in CollectionUtilities.FilteredIterator 530 public PrefixIterator set(Iterator baseIterator, String prefix) { in set() method in CollectionUtilities.PrefixIterator [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| D | CollectionUtilities.java | 153 public <T, U extends Collection<T>> T getFirst(U c) { in getFirst() 168 public static <T, U extends Collection<T>> T getBest(U c, Comparator<T> comp, int direction) { in getBest() 215 public ObjectMatcher set(ObjectMatcher toInverse) { in set() method in CollectionUtilities.InverseMatcher 232 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll() 248 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll() 433 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() 452 public int span(CharSequence string, int offset, UnicodeSet testSet) { in span() 466 public int spanNot(CharSequence string, int offset, UnicodeSet testSet) { in spanNot() 504 public FilteredIterator set(Iterator baseIterator) { in set() method in CollectionUtilities.FilteredIterator 533 public PrefixIterator set(Iterator baseIterator, String prefix) { in set() method in CollectionUtilities.PrefixIterator [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1289 UChar32 c = scanNamedChar(); in doParseActions() local 1303 UChar32 c = fC.fChar; in doParseActions() local 1548 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1555 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1562 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1569 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1578 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1586 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1597 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1289 UChar32 c = scanNamedChar(); in doParseActions() local 1303 UChar32 c = fC.fChar; in doParseActions() local 1548 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1555 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1562 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1569 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1578 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1586 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1597 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1294 UChar32 c = scanNamedChar(); in doParseActions() local 1308 UChar32 c = fC.fChar; in doParseActions() local 1553 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1560 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1567 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1574 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1583 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1591 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1602 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 101 #define _dbgct(set) argument 102 #define _dbgdt(set) argument 546 UChar32 c = s.char32At(0); in matchesIndexValue() local 560 int32_t& offset, in matches() 597 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 750 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 813 void dump(UChar32 c) { in dump() 835 UnicodeSet& UnicodeSet::add(UChar32 c) { in add() [all …]
|
| D | unisetspan.cpp | 109 void addOffset(int32_t offset) { in addOffset() 204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() 356 UChar32 c; in UnicodeSetStringSpan() local 437 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() 489 UChar c=*s, c2; in spanOne() local 497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack() 498 UChar c=s[length-1], c2; in spanOneBack() local 506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 507 UChar32 c=*s; in spanOneUTF8() local [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 101 #define _dbgct(set) argument 102 #define _dbgdt(set) argument 546 UChar32 c = s.char32At(0); in matchesIndexValue() local 560 int32_t& offset, in matches() 597 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 750 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 813 void dump(UChar32 c) { in dump() 835 UnicodeSet& UnicodeSet::add(UChar32 c) { in add() [all …]
|
| D | unisetspan.cpp | 109 void addOffset(int32_t offset) { in addOffset() 204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() 356 UChar32 c; in UnicodeSetStringSpan() local 437 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() 489 UChar c=*s, c2; in spanOne() local 497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack() 498 UChar c=s[length-1], c2; in spanOneBack() local 506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 507 UChar32 c=*s; in spanOneUTF8() local [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/common/ |
| D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 101 #define _dbgct(set) argument 102 #define _dbgdt(set) argument 546 UChar32 c = s.char32At(0); in matchesIndexValue() local 560 int32_t& offset, in matches() 597 char16_t c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 750 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 813 void dump(UChar32 c) { in dump() 835 UnicodeSet& UnicodeSet::add(UChar32 c) { in add() [all …]
|
| D | unisetspan.cpp | 109 void addOffset(int32_t offset) { in addOffset() 204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() 356 UChar32 c; in UnicodeSetStringSpan() local 437 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 488 spanOne(const UnicodeSet &set, const char16_t *s, int32_t length) { in spanOne() 489 char16_t c=*s, c2; in spanOne() local 497 spanOneBack(const UnicodeSet &set, const char16_t *s, int32_t length) { in spanOneBack() 498 char16_t c=s[length-1], c2; in spanOneBack() local 506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 507 UChar32 c=*s; in spanOneUTF8() local [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| D | UnicodeSetTest.java | 317 int c; in unescapeAt() local 327 int offset = offset16[0]; in unescapeAt() local 426 char c = s.charAt(i++); in unescapeLeniently() local 445 UnicodeSet set = new UnicodeSet(); in TestPatterns() local 462 UnicodeSet set = new UnicodeSet("[:Lu:]"); in TestCategories() local 491 UnicodeSet set = new UnicodeSet(); in TestAddRemove() local 539 UnicodeSet set = new UnicodeSet("[h-km-q]"); in TestMinimalRep() local 563 UnicodeSet set = new UnicodeSet(); in TestAPI() local 628 UnicodeSet c = new UnicodeSet(); in TestAPI() local 1246 UnicodeSet set = new UnicodeSet("[a-cx-y3578]"); in TestIndexOf() local [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| D | UnicodeSetTest.java | 310 int c; in unescapeAt() local 320 int offset = offset16[0]; in unescapeAt() local 419 char c = s.charAt(i++); in unescapeLeniently() local 438 UnicodeSet set = new UnicodeSet(); in TestPatterns() local 455 UnicodeSet set = new UnicodeSet("[:Lu:]"); in TestCategories() local 484 UnicodeSet set = new UnicodeSet(); in TestAddRemove() local 532 UnicodeSet set = new UnicodeSet("[h-km-q]"); in TestMinimalRep() local 556 UnicodeSet set = new UnicodeSet(); in TestAPI() local 621 UnicodeSet c = new UnicodeSet(); in TestAPI() local 1232 UnicodeSet set = new UnicodeSet("[a-cx-y3578]"); in TestIndexOf() local [all …]
|
| /third_party/mesa3d/src/nouveau/vulkan/ |
| D | nvk_nir_lower_descriptors.c | 119 get_binding_layout(uint32_t set, uint32_t binding, in get_binding_layout() 132 record_descriptor_cbuf_use(uint32_t set, uint32_t binding, nir_src *index, in record_descriptor_cbuf_use() 232 uint64_t offset = 0; in ubo_deref_to_cbuf() local 294 uint32_t set = nir_intrinsic_desc_set(res_index); in ubo_deref_to_cbuf() local 349 UNUSED uint64_t offset; in record_load_ubo_cbuf_uses() local 491 for (uint32_t c = 0; c < ctx->cbuf_map->cbuf_count; c++) { in get_mapped_cbuf_idx() local 512 uint64_t offset, end; in lower_load_ubo_intrin() local 561 nir_def *offset = nir_iadd_imm(b, load->src[0].ssa, base); in lower_load_constant() local 573 load_descriptor_set_addr(nir_builder *b, uint32_t set, in load_descriptor_set_addr() 585 load_dynamic_buffer_start(nir_builder *b, uint32_t set, in load_dynamic_buffer_start() [all …]
|
| /third_party/f2fs-tools/lib/ |
| D | libf2fs_io.c | 46 struct f2fs_configuration c; variable 56 static int __get_device_fd(__u64 *offset) in __get_device_fd() 75 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() 283 static int dcache_io_read(int fd, long entry, off64_t offset, off64_t blk) in dcache_io_read() 310 static int dcache_update_rw(int fd, void *buf, off64_t offset, in dcache_update_rw() 379 int dcache_update_cache(int fd, void *buf, off64_t offset, size_t count) in dcache_update_cache() 385 int dcache_read(int fd, void *buf, off64_t offset, size_t count) in dcache_read() 393 int dev_read_version(void *buf, __u64 offset, size_t len) in dev_read_version() 519 int dev_read(void *buf, __u64 offset, size_t len) in dev_read() 543 int dev_readahead(__u64 offset, size_t len) in dev_readahead() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | CollationIterator.java | 72 long set(int i, long ce) { in set() method in CollationIterator.CEBuffer 101 int c = oldBuffer.codePointAt(pos); in next() local 135 void setFirstSkipped(int c) { in setFirstSkipped() 141 void skip(int c) { in skip() 250 int c = (int)(cAndCE32 >> 32); in nextCE() local 315 int c = previousCodePoint(); in previousCE() local 407 int c = nextCodePoint(); in handleNextCE32() local 411 protected long makeCodePointAndCE32Pair(int c, int ce32) { in makeCodePointAndCE32Pair() 452 protected int getDataCE32(int c) { in getDataCE32() 460 protected final void appendCEsFromCE32(CollationData d, int c, int ce32, in appendCEsFromCE32() [all …]
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| D | CollationIterator.java | 70 long set(int i, long ce) { in set() method in CollationIterator.CEBuffer 99 int c = oldBuffer.codePointAt(pos); in next() local 133 void setFirstSkipped(int c) { in setFirstSkipped() 139 void skip(int c) { in skip() 248 int c = (int)(cAndCE32 >> 32); in nextCE() local 313 int c = previousCodePoint(); in previousCE() local 405 int c = nextCodePoint(); in handleNextCE32() local 409 protected long makeCodePointAndCE32Pair(int c, int ce32) { in makeCodePointAndCE32Pair() 450 protected int getDataCE32(int c) { in getDataCE32() 458 protected final void appendCEsFromCE32(CollationData d, int c, int ce32, in appendCEsFromCE32() [all …]
|