/external/pcre/dist/ |
D | pcre_stringpiece.h.in | 93 void set(const char* buffer, int len) { ptr_ = buffer; length_ = len; } function 94 void set(const char* str) { function 98 void set(const void* buffer, int len) { function
|
D | pcre_stringpiece.h | 93 void set(const char* buffer, int len) { ptr_ = buffer; length_ = len; } in set() function 94 void set(const char* str) { in set() function 98 void set(const void* buffer, int len) { in set() function
|
/external/pcre/ |
D | pcre_stringpiece.h | 93 void set(const char* buffer, int len) { ptr_ = buffer; length_ = len; } in set() function 94 void set(const char* str) { in set() function 98 void set(const void* buffer, int len) { in set() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 63 public static int decompose(int c, Appendable buffer) { in decompose() 86 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 493 private void enumLcccRange(int start, int end, int norm16, UnicodeSet set) { in enumLcccRange() 507 private void enumNorm16PropertyStartsRange(int start, int end, int value, UnicodeSet set) { in enumNorm16PropertyStartsRange() 524 public void addLcccChars(UnicodeSet set) { in addLcccChars() 533 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() 549 public void addCanonIterPropertyStarts(UnicodeSet set) { in addCanonIterPropertyStarts() 766 StringBuilder buffer=new StringBuilder(); in getDecomposition() local 799 StringBuilder buffer=new StringBuilder(); in getRawDecomposition() local 817 StringBuilder buffer=new StringBuilder(mLength-1).append(rm0); in getRawDecomposition() local [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Normalizer2Impl.java | 67 public static int decompose(int c, Appendable buffer) { in decompose() 90 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 497 private void enumLcccRange(int start, int end, int norm16, UnicodeSet set) { in enumLcccRange() 511 private void enumNorm16PropertyStartsRange(int start, int end, int value, UnicodeSet set) { in enumNorm16PropertyStartsRange() 528 public void addLcccChars(UnicodeSet set) { in addLcccChars() 537 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() 553 public void addCanonIterPropertyStarts(UnicodeSet set) { in addCanonIterPropertyStarts() 770 StringBuilder buffer=new StringBuilder(); in getDecomposition() local 803 StringBuilder buffer=new StringBuilder(); in getRawDecomposition() local 821 StringBuilder buffer=new StringBuilder(mLength-1).append(rm0); in getRawDecomposition() local [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 81 USet* set; in TestAPI() local 235 static void expect(const USet* set, in expect() 252 static void expectContainment(const USet* set, in expectContainment() 354 static void expectItems(const USet* set, in expectItems() 476 uint16_t buffer[1000]; in TestSerialized() local 478 USet *set; in TestSerialized() local 528 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern() local
|
/external/skia/src/core/ |
D | SkString.cpp | 21 #define VSNPRINTF(buffer, size, format, args) \ argument 29 #define ARGS_TO_BUFFER(format, buffer, size, written) \ argument 140 char buffer[SkStrAppendScalar_MaxSize + 1]; in SkStrAppendFloat() local 369 void SkString::set(const char text[]) { in set() function in SkString 373 void SkString::set(const char text[], size_t len) { in set() function in SkString 495 char buffer[kMaxBytesInUTF8Sequence]; in insertUnichar() local 504 char buffer[SkStrAppendS32_MaxSize]; in insertS32() local 510 char buffer[SkStrAppendS64_MaxSize]; in insertS64() local 516 char buffer[SkStrAppendU32_MaxSize]; in insertU32() local 522 char buffer[SkStrAppendU64_MaxSize]; in insertU64() local [all …]
|
D | SkPicture.cpp | 114 bool SkPicture::InternalOnly_BufferIsSKP(SkReadBuffer* buffer, SkPictInfo* pInfo) { in InternalOnly_BufferIsSKP() 168 SkPicture* SkPicture::CreateFromBuffer(SkReadBuffer& buffer) { in CreateFromBuffer() 230 void SkPicture::SetPictureIOSecurityPrecautionsEnabled_Dangerous(bool set) { in SetPictureIOSecurityPrecautionsEnabled_Dangerous()
|
/external/nist-sip/java/gov/nist/core/ |
D | DuplicateNameValueList.java | 73 public StringBuffer encode(StringBuffer buffer) { in encode() 103 public void set(NameValue nv) { in set() method in DuplicateNameValueList 110 public void set(String name, Object value) { in set() method in DuplicateNameValueList
|
D | NameValueList.java | 93 public StringBuffer encode(StringBuffer buffer) { in encode() 123 public void set(NameValue nv) { in set() method in NameValueList 130 public void set(String name, Object value) { in set() method in NameValueList
|
/external/proguard/src/proguard/ |
D | GPL.java | 106 StringBuffer buffer = new StringBuffer(); in uniquePackageNames() local 136 private static boolean containsPrefix(Set set, String name) in containsPrefix()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieMap.java | 99 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher 194 StringBuilder buffer = new StringBuilder(); field in TrieMap.BytesTrieMap.BytesEntry 215 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher 398 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher 535 StringBuilder buffer = new StringBuilder(); in getChars() local 584 StringBuilder buffer = new StringBuilder(); in toString() local 600 StringBuilder buffer = new StringBuilder(); in toString() local
|
D | UtilityTest.java | 120 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() local 166 UnicodeSet set = new UnicodeSet(); in TestUnicodeSet() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TrieMap.java | 100 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher 195 StringBuilder buffer = new StringBuilder(); field in TrieMap.BytesTrieMap.BytesEntry 216 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher 399 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher 536 StringBuilder buffer = new StringBuilder(); in getChars() local 585 StringBuilder buffer = new StringBuilder(); in toString() local 601 StringBuilder buffer = new StringBuilder(); in toString() local
|
D | UtilityTest.java | 124 java.nio.ByteBuffer buffer = java.nio.ByteBuffer.wrap(ba); in TestByteArrayWrapper() local 170 UnicodeSet set = new UnicodeSet(); in TestUnicodeSet() local
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 1028 void internalAddContractions(int c, UnicodeSet set) { in internalAddContractions() 1058 CollationBuffer buffer = null; in getCollationKey() local 1067 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey() 1091 CollationBuffer buffer = null; in getRawCollationKey() local 1136 …CollationKey getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) { in getRawCollationKey() 1152 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey() 1202 CollationBuffer buffer = null; in internalGetCEs() local 1445 UnicodeSet set = getTailoredSet(); in hashCode() local 1579 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText() local 1680 CollationBuffer buffer = null; in doCompare() local [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedCollator.java | 1001 void internalAddContractions(int c, UnicodeSet set) { in internalAddContractions() 1030 CollationBuffer buffer = null; in getCollationKey() local 1039 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey() 1063 CollationBuffer buffer = null; in getRawCollationKey() local 1108 …CollationKey getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) { in getRawCollationKey() 1124 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey() 1175 CollationBuffer buffer = null; in internalGetCEs() local 1407 UnicodeSet set = getTailoredSet(); in hashCode() local 1540 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText() local 1642 CollationBuffer buffer = null; in doCompare() local [all …]
|
/external/e2fsprogs/ext2ed/ |
D | general_com.c | 357 void set (char *command_line) in set() function 364 char *ptr,buffer [80],variable [80],value [80]; in set() local 430 char *ptr,buffer [80],*ch_ptr; in hex_set() local 495 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local 696 char *ptr,buffer [80]; in next() local 725 char *ptr,buffer [80]; in prev() local 775 char *ptr,buffer [80]; in remember() local 812 char *ptr,buffer [80]; in recall() local
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 986 static int set_android_listeners(fd_set *set, int *maxfdp) { in set_android_listeners() 992 static int check_android_listeners(fd_set *set) { in check_android_listeners() 995 char buffer[1024]; in check_android_listeners() local 1037 static int set_dns_listeners(time_t now, fd_set *set, int *maxfdp) in set_dns_listeners() 1105 static void check_dns_listeners(fd_set *set, time_t now) in check_dns_listeners()
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.h | 68 inline int64_t set(int32_t i, int64_t ce) { in set() function 81 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer; variable
|
D | affixpatternparser.cpp | 39 nextToken(const UChar *buffer, int32_t idx, int32_t len, UChar *token) { in nextToken() 54 nextUserToken(const UChar *buffer, int32_t idx, int32_t len, UChar *token) { in nextUserToken() 81 CurrencyAffixInfo::set( in set() function in CurrencyAffixInfo 248 const UChar *buffer = literal.getBuffer(); in escapeApostropheInLiteral() local 269 const UChar *buffer = literal.getBuffer(); in escapeLiteral() local 443 const UChar *buffer = affixStr.getBuffer(); in parseUserAffixString() local 512 const UChar *buffer = affixStr.getBuffer(); in parseAffixString() local 604 const UChar *buffer = literals->getBuffer(); in getLiteral() local
|
D | digitlst.cpp | 605 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal() local 711 DigitList::set(int32_t source) in set() function in DigitList 722 DigitList::set(int64_t source) in set() function in DigitList 753 DigitList::set(const StringPiece &source, UErrorCode &status, uint32_t /*fastpathBits*/) { in set() function in DigitList 813 DigitList::set(double source) in set() function in DigitList
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | Tokenizer.java | 24 protected StringBuffer buffer = new StringBuffer(); field in Tokenizer 256 public void setSyntax(UnicodeSet set) { in setSyntax() 260 public void setWhiteSpace(UnicodeSet set) { in setWhiteSpace()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | Tokenizer.java | 25 protected StringBuffer buffer = new StringBuffer(); field in Tokenizer 257 public void setSyntax(UnicodeSet set) { in setSyntax() 261 public void setWhiteSpace(UnicodeSet set) { in setWhiteSpace()
|
/external/curl/src/ |
D | tool_paramhlp.c | 61 char buffer[256]; in file2string() local 90 char *buffer = NULL; in file2memory() local 246 char *buffer; in proto2num() local 290 enum e_action { allow, deny, set } action = allow; in proto2num() enumerator
|