/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...] |
/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/icu4c/i18n/ |
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;
|
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...] |
/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);
|
/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/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
|
/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);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
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...] |
brkiter.h | 159 * @param fillIn A UText to be filled in. If NULL, a new UText will be 166 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
|
rbbi.h | 356 * @param fillIn A UText to be filled in. If NULL, a new UText will be 363 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
|
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/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...] |
brkiter.h | 159 * @param fillIn A UText to be filled in. If NULL, a new UText will be 166 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
|
rbbi.h | 384 * @param fillIn A UText to be filled in. If NULL, a new UText will be 391 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
|
uscript.h | 417 * @param fillIn the UScriptCode buffer to fill in the script code 424 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentTest.java | [all...] |
/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] );
|
/external/icu4c/test/cintltst/ |
cucdapi.c | 366 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; 369 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status); 376 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){ 377 log_err("uscript_getCode did not return expected code for script %s. EXPECTED: %i GOT: %i\n", expectedShort[i], (USCRIPT_BALINESE+i), fillIn[0] );
|