HomeSort by relevance Sort by last modified time
    Searched full:fillin (Results 1 - 25 of 57) 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.
127 UResourceBundle *fillIn, UErrorCode *status);
139 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
148 UResourceBundle *fillIn, UErrorCode *status);
152 * @param result fillin for the equivalent locale
153 * @param resultCapacity capacity of the fillin buffer
158 * @param isAvailable If non-null, pointer to fillin parameter that indicates whether the
192 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
204 UResourceBundle *fillIn,
234 * @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...]
  /external/icu4c/i18n/
ulocdata.c 100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
123 if(fillIn != NULL)
124 uset_applyPattern(fillIn, exemplarChars, len,
127 fillIn = uset_openPatternOptions(exemplarChars, len,
130 return fillIn;
  /external/icu4c/tools/ctestfw/
dbgutil.cpp 23 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) {
26 return fillin.remove();
28 return fillin = UnicodeString(str, ""); // optimize?
  /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 237 * @param fillIn the UScriptCode buffer to fill in the script code
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
  /external/icu4c/i18n/unicode/
ulocdata.h 130 * @param fillIn Pointer to a USet object to receive the
132 * contents of fillIn are lost. <em>If fillIn is NULL,
146 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
151 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
214 * @param versionArray fillin that will recieve the version number
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 182 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
241 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
279 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
317 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
395 * @param intent Additional Intent data. See {@link Intent#fillIn
396 * Intent.fillIn()} for information on how this is applied to th
    [all...]
  /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);
  /frameworks/base/core/java/android/content/
IntentSender.java 142 * @param intent Additional Intent data. See {@link Intent#fillIn
143 * Intent.fillIn()} for information on how this is applied to the
168 * @param intent Additional Intent data. See {@link Intent#fillIn
169 * Intent.fillIn()} for information on how this is applied to the
  /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 358 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE};
361 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
368 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
369 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/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 89 Intent fillIn = new Intent();
90 fillIn.putExtra("pdu", sms.getPdu());
91 fillIn.putExtra("format", android.telephony.SmsMessage.FORMAT_3GPP2);
93 intent.send(mContext, Activity.RESULT_OK, fillIn);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 142 Intent fillIn = new Intent();
143 fillIn.putExtra("pdu", IccUtils.hexStringToBytes(pduString));
144 fillIn.putExtra("format", android.telephony.SmsMessage.FORMAT_3GPP);
146 intent.send(mContext, Activity.RESULT_OK, fillIn);
  /external/icu4c/test/perf/ustrperf/
stringperf.h 175 //fillin wlines_[], sS0_[]
219 //fillin wsrc_, sbulk_
  /external/icu4c/test/intltest/
fldset.h 234 * @param matches fillin to hold any fields different. Will have the calendar's value set on them.
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 232 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the

Completed in 1577 milliseconds

1 2 3