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

1 2 3 4

  /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...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringUCharacterIterator.java 173 * @param fillIn an array of chars to fill with the underlying UTF-16 code
176 * @return the number of code units added to fillIn, as a convenience
181 public int getText(char[] fillIn, int offset)
184 if (offset < 0 || offset + length > fillIn.length) {
187 m_text_.getChars(0, length, fillIn, offset);
CharacterIteratorWrapper.java 102 public int getText(char[] fillIn, int offset){
105 if(offset < 0 || offset + length > fillIn.length){
110 fillIn[offset++] = ch;
ReplaceableUCharacterIterator.java 183 public int getText(char[] fillIn, int offset){
185 if(offset < 0 || offset + length > fillIn.length){
188 replaceable.getChars(0,length,fillIn,offset);
UCharArrayIterator.java 68 public int getText(char[] fillIn, int offset) {
70 System.arraycopy(text, start, fillIn, offset, len);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringUCharacterIterator.java 171 * @param fillIn an array of chars to fill with the underlying UTF-16 code
174 * @return the number of code units added to fillIn, as a convenience
179 public int getText(char[] fillIn, int offset)
182 if (offset < 0 || offset + length > fillIn.length) {
185 m_text_.getChars(0, length, fillIn, offset);
CharacterIteratorWrapper.java 100 public int getText(char[] fillIn, int offset){
103 if(offset < 0 || offset + length > fillIn.length){
108 fillIn[offset++] = ch;
ReplaceableUCharacterIterator.java 181 public int getText(char[] fillIn, int offset){
183 if(offset < 0 || offset + length > fillIn.length){
186 replaceable.getChars(0,length,fillIn,offset);
UCharArrayIterator.java 66 public int getText(char[] fillIn, int offset) {
68 System.arraycopy(text, start, fillIn, offset, len);
  /external/icu/icu4c/source/common/
uscript.c 95 UScriptCode* fillIn,
107 (fillIn == NULL ? capacity != 0 : capacity < 0)) {
117 return setOneCode(code, fillIn, capacity, err);
122 length = getCodesFromLocale(nameOrAbbrOrLocale, fillIn, capacity, err);
129 length = getCodesFromLocale(likely, fillIn, capacity, err);
138 return setOneCode(code, fillIn, capacity, err);
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,
241 * @param ver fillin for the version numbe
    [all...]
uresbund.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UCharacterIterator.java 287 * @param fillIn an array of chars to fill with the underlying UTF-16 code
290 * @return the number of code units added to fillIn, as a convenience
294 public abstract int getText(char[] fillIn, int offset);
299 * @param fillIn an array of chars to fill with the underlying UTF-16 code
301 * @return the number of code units added to fillIn, as a convenience
305 public final int getText(char[] fillIn) {
306 return getText(fillIn, 0);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UCharacterIterator.java 306 * @param fillIn an array of chars to fill with the underlying UTF-16 code
309 * @return the number of code units added to fillIn, as a convenience
314 public abstract int getText(char[] fillIn, int offset);
319 * @param fillIn an array of chars to fill with the underlying UTF-16 code
321 * @return the number of code units added to fillIn, as a convenience
326 public final int getText(char[] fillIn) {
327 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);
  /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);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java     [all...]
  /external/icu/icu4c/source/i18n/
utrans.cpp 516 USet* fillIn,
518 utrans_ENTRY(status) fillIn;
520 if (fillIn == NULL) {
521 fillIn = uset_openEmpty();
524 ((Transliterator*) trans)->handleGetSourceSet(*((UnicodeSet*)fillIn));
526 ((Transliterator*) trans)->getSourceSet(*((UnicodeSet*)fillIn));
528 return fillIn;
ulocdata.c 101 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
127 if(fillIn != NULL)
128 uset_applyPattern(fillIn, exemplarChars, len,
131 fillIn = uset_openPatternOptions(exemplarChars, len,
134 return fillIn;
compactdecimalformat.cpp 150 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status);
151 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status);
600 * FillIn, flags, and status work in the same way as in tryGetByKeyWithFallback.
602 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) {
603 UResourceBundle* first = tryGetByKeyWithFallback(numberSystemResource, style, fillIn, flags, status);
604 UResourceBundle* second = tryGetByKeyWithFallback(first, gDecimalFormatTag, fillIn, flags, status);
605 if (fillIn == NULL) {
615 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
616 // ures_close() on returned resource. See below for example when fillIn is
630 // UResourcebundle* fillIn = NULL
    [all...]
  /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 142 * @param fillIn Pointer to a USet object to receive the
144 * contents of fillIn are lost. <em>If fillIn is NULL,
159 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
229 * @param versionArray fillin that will recieve the version number
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 96 Intent fillIn = new Intent();
97 fillIn.putExtra("pdu", sms.getPdu());
98 fillIn.putExtra("format", getFormat());
100 intent.send(mContext, Activity.RESULT_OK, fillIn);
  /external/icu/icu4c/source/common/unicode/
ures.h 333 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle)
574 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
583 UResourceBundle *fillIn,
609 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
619 UResourceBundle *fillIn,
700 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
709 UResourceBundle *fillIn,
    [all...]

Completed in 7706 milliseconds

1 2 3 4