| /external/bluetooth/glib/gio/ |
| goutputstream.h | 74 GInputStream *source, 98 GInputStream *source, 150 GInputStream *source, 171 GInputStream *source,
|
| /external/chromium/googleurl/src/ |
| url_canon_internal.h | 4 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions of source code must retain the above copyright 94 void AppendStringOfType(const char* source, int length, 97 void AppendStringOfType(const char16* source, int length, 386 // Applies the replacements to the given component source. The component source 391 // The pointers and components in the |source| for all non-NULL strings in the 393 // Canonicalizing with the new |source| and |parsed| can then combine URL 397 URLComponentSource<char>* source, 405 // appropriate substrings. This buffer is a parameter because the source ha [all...] |
| /external/chromium/third_party/icu/public/common/unicode/ |
| ushape.h | 64 * length different from the source length. Some legacy systems rely on the 72 * @param source The input text. 74 * @param sourceLength The number of UChars in <code>source</code>. 78 * <code>destSize</code> is 0. The source and destination must not 100 u_shapeArabic(const UChar *source, int32_t sourceLength, 106 * Memory option: allow the result to have a different length than the source. 113 * Memory option: allow the result to have a different length than the source. 120 * Memory option: the result must have the same length as the source. 127 * Memory option: the result must have the same length as the source. 135 * Memory option: the result must have the same length as the source [all...] |
| /external/chromium/third_party/icu/public/i18n/unicode/ |
| basictz.h | 188 * @param source the object to be copied. 191 BasicTimeZone(const BasicTimeZone& source);
|
| currpinf.h | 222 * @param source the source to copy from 225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
| dtrule.h | 110 * @param source The DateTimeRule object to be copied. 113 DateTimeRule(const DateTimeRule& source);
|
| msgfmt.h | 90 * {@link #format(const Formattable* source,int32_t cnt,UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 92 * {@link #format(const Formattable& source, UnicodeString& appendTo,FieldPosition& ignore, UErrorCode& success)}, 94 * {@link #parse(const UnicodeString& source, ParsePosition& pos,int32_t& count)}, 95 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)} 233 * bundle source files) which strings will be processed by MessageFormat. 569 * @param source An array of objects to be formatted. 570 * @param count The number of elements of 'source'. 579 UnicodeString& format( const Formattable* source, 591 * @param count The number of elements of 'source'. 672 * @param source String to be parsed [all...] |
| /external/chromium/third_party/icu/source/common/ |
| rbbitblb.h | 64 void setAdd(UVector *dest, UVector *source);
|
| /external/chromium/third_party/icu/source/i18n/ |
| sortkey.cpp | 136 CollationKey::operator==(const CollationKey& source) const 138 return (this->fCount == source.fCount && 139 (this->fBytes == source.fBytes || 140 uprv_memcmp(this->fBytes, source.fBytes, this->fCount) == 0));
|
| /external/chromium/third_party/icu/source/test/cintltst/ |
| callcoll.h | 41 void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
|
| cmsgtst.c | 740 UChar source[100]; local 748 u_uastrcpy(source, "You deposited an amount of $500.00"); 752 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value); 765 u_uastrcpy(source, "There are 123 files on MyDisk created"); 769 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str); 840 UChar* source, int32_t sourceLength, UErrorCode *status, ...) 844 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status); 852 UChar source[100] local [all...] |
| uenumtst.c | 198 static UEnumeration *getchArrayEnum(const char** source, int32_t size) { 201 cont->array = (char **)source; 269 static UEnumeration *getuchArrayEnum(const UChar** source, int32_t size) { 272 ucont->array = (UChar **)source;
|
| /external/chromium/third_party/icu/source/test/intltest/ |
| canittst.cpp | 306 UnicodeString source = can.getSource(); local 307 logln("CanonicalIterator::getSource returned "+source); 308 if(start != source) { 309 errln("CanonicalIterator.getSource() didn't return the starting string. Expected "+start+", got "+source);
|
| /external/chromium/third_party/icu/source/tools/genrb/ |
| ustr.h | 48 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status);
|
| /external/chromium/third_party/icu/source/tools/toolutil/ |
| uparse.c | 353 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { 354 const char *read = source; 358 sLen = (int32_t)strlen(source); 361 while(read < source+sLen) {
|
| /external/e2fsprogs/ext2ed/ |
| main.c | 415 * This function copies the next word in source to the variable dest, 417 * source. It is used to split the command line into command and arguments. 419 char *parse_word (char *source,char *dest) 423 if (*source==0) { 425 return (source); 428 source_ptr=source;target_ptr=dest; 539 wprintw (command_win,"Internal error - Found by source: %s.c , function: %s\n",source_name,function_name);
|
| /external/freetype/include/freetype/ |
| ftglyph.h | 226 /* slot :: A handle to the source glyph slot. */ 249 /* source :: A handle to the source glyph object. */ 259 FT_Glyph_Copy( FT_Glyph source, 369 /* glyph :: A handle to the source glyph object. */ [all...] |
| /external/icu4c/common/ |
| rbbitblb.h | 64 void setAdd(UVector *dest, UVector *source);
|
| /external/icu4c/common/unicode/ |
| ushape.h | 64 * length different from the source length. Some legacy systems rely on the 72 * @param source The input text. 74 * @param sourceLength The number of UChars in <code>source</code>. 78 * <code>destSize</code> is 0. The source and destination must not 100 u_shapeArabic(const UChar *source, int32_t sourceLength, 106 * Memory option: allow the result to have a different length than the source. 113 * Memory option: allow the result to have a different length than the source. 121 * Memory option: the result must have the same length as the source. 128 * Memory option: the result must have the same length as the source. 137 * Memory option: the result must have the same length as the source [all...] |
| /external/icu4c/i18n/ |
| sortkey.cpp | 136 CollationKey::operator==(const CollationKey& source) const 138 return (this->fCount == source.fCount && 139 (this->fBytes == source.fBytes || 140 uprv_memcmp(this->fBytes, source.fBytes, this->fCount) == 0));
|
| /external/icu4c/i18n/unicode/ |
| basictz.h | 188 * @param source the object to be copied. 191 BasicTimeZone(const BasicTimeZone& source);
|
| currpinf.h | 222 * @param source the source to copy from 225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
| dtrule.h | 110 * @param source The DateTimeRule object to be copied. 113 DateTimeRule(const DateTimeRule& source);
|
| msgfmt.h | 91 * {@link #format(const Formattable* source, int32_t count, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 93 * {@link #format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 95 * {@link #parse(const UnicodeString& source, ParsePosition& pos, int32_t& count)}, 96 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)} 244 * bundle source files) which strings will be processed by MessageFormat. 596 * @param source An array of objects to be formatted. 597 * @param count The number of elements of 'source'. 606 UnicodeString& format(const Formattable* source, 621 * @param count The number of elements of 'source'. 705 * @param source String to be parsed [all...] |
| selfmt.h | 310 * parsing at in the source. After calling, parse_pos.index is the end of 318 * @param source The string to be parsed into an object. 324 * source is not parsed successfully, this param 328 virtual void parseObject(const UnicodeString& source,
|