HomeSort by relevance Sort by last modified time
    Searched refs:fillIn (Results 26 - 43 of 43) sorted by null

12

  /external/chromium/third_party/icu/source/common/
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);
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...]
rbbi.cpp 359 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
360 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
    [all...]
  /external/icu4c/common/
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);
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...]
rbbi.cpp 361 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
362 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java 501 Intent fillIn = new Intent();
503 fillIn.putExtra("errorCode", ((SmsResponse)ar.result).errorCode);
505 tracker.mSentIntent.send(mContext, error, fillIn);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 195 int changes = finalIntent.fillIn(intent, key.flags);
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h     [all...]
ucol.cpp 316 UCollator *fillIn,
319 UCollator *result = fillIn;
731 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status) {
733 UCollator *result = fillIn;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp     [all...]
  /external/icu4c/test/intltest/
testidna.cpp     [all...]
  /external/icu4c/i18n/
ucol_imp.h     [all...]
ucol.cpp 372 UCollator *fillIn,
375 UCollator *result = fillIn;
787 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status) {
789 UCollator *result = fillIn;
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 903 milliseconds

12