HomeSort by relevance Sort by last modified time
    Searched full:fillin (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/icu4c/common/
utrie.h 549 * Opaque definition, here only to make fillIn parameters possible
608 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
619 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
622 utrie_open(UNewTrie *fillIn,
630 * @param fillIn like in utrie_open()
635 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
638 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
utrie.cpp 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/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] );
  /external/chromium_org/third_party/icu/source/common/
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/chromium_org/third_party/icu/source/common/unicode/
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);
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;
ucnv.h     [all...]
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;
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 175 //fillin wlines_[], sS0_[]
219 //fillin wsrc_, sbulk_
  /external/icu4c/test/perf/ustrperf/
stringperf.h 177 //fillin wlines_[], sS0_[]
221 //fillin wsrc_, sbulk_
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 242 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
258 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPendingIntent.java 49 savedIntent.fillIn(intent, 0 );
ShadowIntent.java 427 public int fillIn(Intent otherIntent, int flags) {
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 339 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
354 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.h 234 * @param matches fillin to hold any fields different. Will have the calendar's value set on them.
  /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/base/services/java/com/android/server/am/
PendingIntentRecord.java 210 int changes = finalIntent.fillIn(intent, key.flags);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 418 Intent fillIn = new Intent();
420 fillIn.putExtra("errorCode", ((SmsResponse)ar.result).mErrorCode);
427 fillIn.putExtra(SEND_NEXT_MSG_EXTRA, true);
430 tracker.mSentIntent.send(mContext, error, fillIn);
    [all...]
  /external/icu4c/common/unicode/
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;
ucnv.h     [all...]
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);
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;
  /dalvik/vm/
Exception.h 181 * usable form. Use the "FillIn" function to generate a compact array
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 303 int result = intentA.fillIn(intentB, flags);
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 432 * @param result Fillin result
488 * @param result fillin for the result

Completed in 539 milliseconds

12 3 4