HomeSort by relevance Sort by last modified time
    Searched refs:fillIn (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 115 /* static */ void fillIn(const char* lang, const char* country,
143 fillIn("en", NULL, NULL, NULL, &l);
144 fillIn(NULL, NULL, NULL, NULL, &r);
149 fillIn("eng", NULL, NULL, NULL, &l);
153 fillIn("eng", "419", NULL, NULL, &r);
157 fillIn("en", NULL, NULL, NULL, &l);
158 fillIn("en", "US", NULL, NULL, &r);
162 fillIn("en", "US", NULL, NULL, &l);
163 fillIn("en", "US", "Latn", NULL, &r);
167 fillIn("en", "US", NULL, NULL, &l)
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
InstallPackageTaskTest.java 148 Intent fillIn = new Intent();
149 fillIn.putExtra(PackageInstaller.EXTRA_PACKAGE_NAME, TEST_PACKAGE_NAME);
150 fillIn.putExtra(PackageInstaller.EXTRA_STATUS, PackageInstaller.STATUS_SUCCESS);
151 observer.sendIntent(getContext(), 0, fillIn, null, null);
174 Intent fillIn = new Intent();
175 fillIn.putExtra(PackageInstaller.EXTRA_PACKAGE_NAME, TEST_PACKAGE_NAME);
176 fillIn.putExtra(PackageInstaller.EXTRA_STATUS, PackageInstaller.STATUS_SUCCESS);
177 observer.sendIntent(getContext(), 0, fillIn, null, null);
198 Intent fillIn = new Intent();
199 fillIn.putExtra(PackageInstaller.EXTRA_PACKAGE_NAME, TEST_PACKAGE_NAME)
    [all...]
  /external/icu/icu4c/source/common/
uscript.cpp 97 UScriptCode* fillIn,
109 (fillIn == NULL ? capacity != 0 : capacity < 0)) {
119 return setOneCode(code, fillIn, capacity, err);
124 length = getCodesFromLocale(nameOrAbbrOrLocale, fillIn, capacity, err);
131 length = getCodesFromLocale(likely, fillIn, capacity, err);
140 return setOneCode(code, fillIn, capacity, err);
uresimp.h 123 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
130 UResourceBundle *fillIn, UErrorCode *status);
142 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
150 UResourceBundle *fillIn, UErrorCode *status);
154 * @param result fillin for the equivalent locale
155 * @param resultCapacity capacity of the fillin buffer
160 * @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.
203 UResourceBundle *fillIn,
239 * @param ver fillin for the version numbe
    [all...]
uresbund.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharacterIteratorWrapper.java 112 public int getText(char[] fillIn, int offset){
115 if(offset < 0 || offset + length > fillIn.length){
120 fillIn[offset++] = ch;
ReplaceableUCharacterIterator.java 194 public int getText(char[] fillIn, int offset){
196 if(offset < 0 || offset + length > fillIn.length){
199 replaceable.getChars(0,length,fillIn,offset);
UCharArrayIterator.java 77 public int getText(char[] fillIn, int offset) {
79 System.arraycopy(text, start, fillIn, offset, len);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharacterIteratorWrapper.java 110 public int getText(char[] fillIn, int offset){
113 if(offset < 0 || offset + length > fillIn.length){
118 fillIn[offset++] = ch;
ReplaceableUCharacterIterator.java 192 public int getText(char[] fillIn, int offset){
194 if(offset < 0 || offset + length > fillIn.length){
197 replaceable.getChars(0,length,fillIn,offset);
UCharArrayIterator.java 75 public int getText(char[] fillIn, int offset) {
77 System.arraycopy(text, start, fillIn, offset, len);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UCharacterIterator.java 288 * @param fillIn
292 * @return the number of code units added to fillIn, as a convenience
296 public abstract int getText(char[] fillIn, int offset);
301 * @param fillIn
303 * @return the number of code units added to fillIn, as a convenience
307 public final int getText(char[] fillIn) {
308 return getText(fillIn, 0);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UCharacterIterator.java 310 * @param fillIn
314 * @return the number of code units added to fillIn, as a convenience
319 public abstract int getText(char[] fillIn, int offset);
324 * @param fillIn
326 * @return the number of code units added to fillIn, as a convenience
331 public final int getText(char[] fillIn) {
332 return getText(fillIn, 0);
  /packages/services/Mms/src/com/android/mms/service/
MmsRequest.java 221 Intent fillIn = new Intent();
223 succeeded = transferResponse(fillIn, response);
226 fillIn.putExtra("uri", messageUri.toString());
229 fillIn.putExtra(SmsManager.EXTRA_MMS_HTTP_STATUS, httpStatusCode);
235 pendingIntent.send(context, result, fillIn);
327 * @param fillIn the intent that will be returned to the caller
331 protected abstract boolean transferResponse(Intent fillIn, byte[] response);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
AppSmsManager.java 111 Intent fillIn = new Intent();
112 fillIn.putExtras(intent.getExtras());
113 info.pendingIntent.send(mContext, 0, fillIn);
  /packages/apps/Messaging/src/android/support/v7/mms/
SendRequest.java 63 protected boolean transferResponse(final Context context, final Intent fillIn,
66 if (response != null && fillIn != null) {
72 fillIn.putExtra(SmsManager.EXTRA_MMS_DATA, response);
MmsRequest.java 61 * @param fillIn the content of pending intent to be returned
65 protected abstract boolean transferResponse(Context context, Intent fillIn, byte[] response);
264 final Intent fillIn = new Intent();
266 if (!transferResponse(context, fillIn, response)) {
273 fillIn.putExtra(SmsManager.EXTRA_MMS_HTTP_STATUS, httpStatusCode);
276 mPendingIntent.send(context, result, fillIn);
DownloadRequest.java 53 protected boolean transferResponse(Context context, Intent fillIn, byte[] response) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java     [all...]
  /external/icu/icu4c/source/i18n/
utrans.cpp 518 USet* fillIn,
520 utrans_ENTRY(status) fillIn;
522 if (fillIn == NULL) {
523 fillIn = uset_openEmpty();
526 ((Transliterator*) trans)->handleGetSourceSet(*((UnicodeSet*)fillIn));
528 ((Transliterator*) trans)->getSourceSet(*((UnicodeSet*)fillIn));
530 return fillIn;
ulocdata.cpp 104 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
130 if(fillIn != NULL)
131 uset_applyPattern(fillIn, exemplarChars, len,
134 fillIn = uset_openPatternOptions(exemplarChars, len,
137 return 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/icu/icu4c/source/i18n/unicode/
ulocdata.h 154 * @param fillIn Pointer to a USet object to receive the
156 * contents of fillIn are lost. <em>If fillIn is NULL,
171 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
177 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
247 * @param versionArray fillin that will recieve the version number
  /external/icu/icu4c/source/common/unicode/
ures.h 339 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle)
580 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
589 UResourceBundle *fillIn,
615 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
625 UResourceBundle *fillIn,
706 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
715 UResourceBundle *fillIn,
    [all...]
rbbi.h 348 * @param fillIn A UText to be filled in. If NULL, a new UText will be
355 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;

Completed in 825 milliseconds

1 2 3 4 5