/external/icu4c/common/ |
uscript.c | 29 UScriptCode* fillIn, 40 if(nameOrAbbrOrLocale==NULL || fillIn == NULL || capacity<0){ 66 *(fillIn)++=code; 89 *(fillIn)++=code;
|
uresimp.h | 121 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller. 128 UResourceBundle *fillIn, UErrorCode *status); 140 * @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 190 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller. 201 UResourceBundle *fillIn, 229 * @param ver fillin for the version numbe [all...] |
uresbund.cpp | [all...] |
/external/chromium_org/third_party/icu/source/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);
|
/external/icu4c/i18n/ |
compactdecimalformat.cpp | 152 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status); 153 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status); 554 * FillIn, flags, and status work in the same way as in tryGetByKeyWithFallback. 556 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) { 557 UResourceBundle* first = tryGetByKeyWithFallback(numberSystemResource, style, fillIn, flags, status); 558 UResourceBundle* second = tryGetByKeyWithFallback(first, gDecimalFormatTag, fillIn, flags, status); 559 if (fillIn == NULL) { 569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call 570 // ures_close() on returned resource. See below for example when fillIn is 584 // UResourcebundle* fillIn = NULL [all...] |
ulocdata.c | 100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, 126 if(fillIn != NULL) 127 uset_applyPattern(fillIn, exemplarChars, len, 130 fillIn = uset_openPatternOptions(exemplarChars, len, 133 return fillIn;
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentTest.java | [all...] |
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 89 Intent fillIn = new Intent(); 90 fillIn.putExtra("pdu", sms.getPdu()); 91 fillIn.putExtra("format", getFormat()); 93 intent.send(mContext, Activity.RESULT_OK, fillIn);
|
/external/chromium_org/third_party/icu/source/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
|
/external/icu4c/i18n/unicode/ |
ulocdata.h | 144 * @param fillIn Pointer to a USet object to receive the 146 * contents of fillIn are lost. <em>If fillIn is NULL, 161 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to 167 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, 230 * @param versionArray fillin that will recieve the version number
|
/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/app/ |
PendingIntent.java | 215 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 246 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 338 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 388 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 458 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified part [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 136 Intent fillIn = new Intent(); 137 fillIn.putExtra("pdu", IccUtils.hexStringToBytes(pduString)); 138 fillIn.putExtra("format", getFormat()); 140 intent.send(mContext, Activity.RESULT_OK, 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/chromium_org/third_party/icu/source/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/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
|
/external/icu4c/common/unicode/ |
ures.h | 332 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle) 573 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. 582 UResourceBundle *fillIn, 608 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. 618 UResourceBundle *fillIn, 699 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller. 708 UResourceBundle *fillIn, [all...] |