/third_party/flutter/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/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 | 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 | 171 int offset = indexesLength * 4; in LayoutProps() local 208 public UnicodeSet addPropertyStarts(int src, UnicodeSet set) { in addPropertyStarts() 313 private static final boolean isgraphPOSIX(int c) { in isgraphPOSIX() 337 boolean contains(int c) { in contains() 350 boolean contains(int c) { in contains() 362 boolean contains(int c) { in contains() 553 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() 564 public int getType(int c) { in getType() 605 int getValue(int c) { in getValue() 643 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/icu/icu4c/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/node/deps/icu-small/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/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() 1275 UChar32 c = scanNamedChar(); in doParseActions() local 1289 UChar32 c = fC.fChar; in doParseActions() local 1533 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1540 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1547 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1554 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1563 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1571 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1582 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/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset.cpp | 101 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 109 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 119 #define _dbgct(set) argument 120 #define _dbgdt(set) argument 567 UChar32 c = s.char32At(0); in matchesIndexValue() local 581 int32_t& offset, in matches() 623 UChar c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() local 776 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 839 void dump(UChar32 c) { in dump() 861 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() 353 UChar32 c; in UnicodeSetStringSpan() local 434 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet() 485 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() 486 UChar c=*s, c2; in spanOne() local 494 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack() 495 UChar c=s[length-1], c2; in spanOneBack() local 503 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8() 504 UChar32 c=*s; in spanOneUTF8() local [all …]
|
/third_party/node/deps/icu-small/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/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 307 int c; in unescapeAt() local 317 int offset = offset16[0]; in unescapeAt() local 416 char c = s.charAt(i++); in unescapeLeniently() local 435 UnicodeSet set = new UnicodeSet(); in TestPatterns() local 452 UnicodeSet set = new UnicodeSet("[:Lu:]"); in TestCategories() local 481 UnicodeSet set = new UnicodeSet(); in TestAddRemove() local 529 UnicodeSet set = new UnicodeSet("[h-km-q]"); in TestMinimalRep() local 553 UnicodeSet set = new UnicodeSet(); in TestAPI() local 618 UnicodeSet c = new UnicodeSet(); in TestAPI() local 1234 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/f2fs-tools/lib/ |
D | libf2fs_io.c | 39 struct f2fs_configuration c; variable 49 static int __get_device_fd(__u64 *offset) in __get_device_fd() 68 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() 276 static int dcache_io_read(int fd, long entry, off64_t offset, off64_t blk) in dcache_io_read() 306 static int dcache_update_rw(int fd, void *buf, off64_t offset, in dcache_update_rw() 375 int dcache_update_cache(int fd, void *buf, off64_t offset, size_t count) in dcache_update_cache() 381 int dcache_read(int fd, void *buf, off64_t offset, size_t count) in dcache_read() 389 int dev_read_version(void *buf, __u64 offset, size_t len) in dev_read_version() 504 int dev_read(void *buf, __u64 offset, size_t len) in dev_read() 530 int dev_readahead(__u64 offset, size_t len) in dev_readahead() [all …]
|