HomeSort by relevance Sort by last modified time
    Searched full:fillin (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/icu4c/common/
uscript.c 29 UScriptCode* fillIn,
40 if(nameOrAbbrOrLocale==NULL || fillIn == NULL || capacity<0){
66 *(fillIn)++=code;
89 *(fillIn)++=code;
uresimp.h 119 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
126 UResourceBundle *fillIn, UErrorCode *status);
138 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
146 UResourceBundle *fillIn, UErrorCode *status);
150 * @param result fillin for the equivalent locale
151 * @param resultCapacity capacity of the fillin buffer
156 * @param isAvailable If non-null, pointer to fillin parameter that indicates whether the
188 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
199 UResourceBundle *fillIn,
227 * @param ver fillin for the version numbe
    [all...]
uresbund.c     [all...]
utrie.h 548 * Opaque definition, here only to make fillIn parameters possible
607 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
618 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
621 utrie_open(UNewTrie *fillIn,
629 * @param fillIn like in utrie_open()
634 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
637 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
utrie.c 47 utrie_open(UNewTrie *fillIn,
60 if(fillIn!=NULL) {
61 trie=fillIn;
69 trie->isAllocated= (UBool)(fillIn==NULL);
114 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) {
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /external/icu4c/i18n/
ulocdata.c 100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
125 if(fillIn != NULL)
126 uset_applyPattern(fillIn, exemplarChars, len,
129 fillIn = uset_openPatternOptions(exemplarChars, len,
132 return fillIn;
  /external/icu4c/tools/toolutil/
dbgutil.cpp 25 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) {
28 return fillin.remove();
30 return fillin = UnicodeString(str, ""); // optimize?
  /external/icu4c/common/unicode/
icudataver.h 33 * found will be returned in the first fillin parameter (if non-null), and *isModified will be set
ures.h 326 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle)
566 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
575 UResourceBundle *fillIn,
601 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
611 UResourceBundle *fillIn,
692 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
701 UResourceBundle *fillIn,
    [all...]
uscript.h 403 * @param fillIn the UScriptCode buffer to fill in the script code
410 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
  /external/icu4c/i18n/unicode/
ulocdata.h 140 * @param fillIn Pointer to a USet object to receive the
142 * contents of fillIn are lost. <em>If fillIn is NULL,
157 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
163 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
226 * @param versionArray fillin that will recieve the version number
  /frameworks/base/core/java/android/app/
PendingIntent.java 211 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
238 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
324 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
370 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
434 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified part
    [all...]
TaskStackBuilder.java 242 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
258 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
  /external/webkit/Source/WebCore/icu/unicode/
uscript.h 104 * @param fillIn the UScriptCode buffer to fill in the script code
111 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
  /external/webkit/Source/WebKit/mac/icu/unicode/
uscript.h 104 * @param fillIn the UScriptCode buffer to fill in the script code
111 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 276 Intent fillin; local
278 fillin = new Intent(ACTION_CHANGE_FOLDER)
283 fillin = new Intent(Intent.ACTION_VIEW)
287 fillin = new Intent(BrowserActivity.ACTION_SHOW_BROWSER);
290 views.setOnClickFillInIntent(R.id.list_item, fillin);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) {
161 pending.send(this, Activity.RESULT_OK, fillIn);
  /external/icu4c/test/cintltst/
cucdapi.c 362 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE};
365 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
372 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
373 log_err("uscript_getCode did not return expected code for script %s. EXPECTED: %i GOT: %i\n", expectedShort[i], (USCRIPT_BALINESE+i), fillIn[0] );
  /frameworks/base/core/java/android/content/
IntentSender.java 143 * @param intent Additional Intent data. See {@link Intent#fillIn
144 * Intent.fillIn()} for information on how this is applied to the
169 * @param intent Additional Intent data. See {@link Intent#fillIn
170 * Intent.fillIn()} for information on how this is applied to the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 99 Intent fillIn = new Intent();
100 fillIn.putExtra("pdu", sms.getPdu());
101 fillIn.putExtra("format", android.telephony.SmsMessage.FORMAT_3GPP2);
103 intent.send(mContext, Activity.RESULT_OK, fillIn);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 142 Intent fillIn = new Intent();
143 fillIn.putExtra("pdu", IccUtils.hexStringToBytes(pduString));
144 fillIn.putExtra("format", SmsConstants.FORMAT_3GPP);
146 intent.send(mContext, Activity.RESULT_OK, fillIn);
  /external/icu4c/test/perf/ustrperf/
stringperf.h 177 //fillin wlines_[], sS0_[]
221 //fillin wsrc_, sbulk_
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 328 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
343 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
  /external/icu4c/test/intltest/
fldset.h 234 * @param matches fillin to hold any fields different. Will have the calendar's value set on them.

Completed in 1470 milliseconds

1 2 3