Searched refs:fillIn (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/common/
H A Duscript.c29 UScriptCode* fillIn,
40 if(nameOrAbbrOrLocale==NULL || fillIn == NULL || capacity<0){
66 *(fillIn)++=code;
89 *(fillIn)++=code;
28 uscript_getCode(const char* nameOrAbbrOrLocale, UScriptCode* fillIn, int32_t capacity, UErrorCode* err) argument
H A Duresimp.h119 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
126 UResourceBundle *fillIn, UErrorCode *status);
138 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
146 UResourceBundle *fillIn, UErrorCode *status);
188 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
199 UResourceBundle *fillIn,
H A Duresbund.c1425 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) { argument
1431 return fillIn;
1436 return fillIn;
1450 return ures_copyResb(fillIn, resB, status);
1458 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1465 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1468 return fillIn;
1472 return fillIn;
1475 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1481 return fillIn;
1589 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1644 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1686 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1768 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
[all...]
H A Dutrie.h548 * 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);
H A Dutrie.c47 utrie_open(UNewTrie *fillIn, argument
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) { argument
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
H A Drbbi.cpp393 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const { argument
394 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
/external/icu4c/i18n/
H A Dulocdata.c100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
125 if(fillIn != NULL)
126 uset_applyPattern(fillIn, exemplarChars, len,
129 fillIn = uset_openPatternOptions(exemplarChars, len,
132 return fillIn;
H A Ducol_imp.h1074 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status);
H A Ducol.cpp409 UCollator *fillIn,
412 UCollator *result = fillIn;
878 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status) { argument
880 UCollator *result = fillIn;
407 ucol_initFromBinary(const uint8_t *bin, int32_t length, const UCollator *base, UCollator *fillIn, UErrorCode *status) argument
/external/webkit/Source/WebCore/icu/unicode/
H A Duscript.h104 * @param fillIn the UScriptCode buffer to fill in the script code
111 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duscript.h104 * @param fillIn the UScriptCode buffer to fill in the script code
111 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/external/icu4c/i18n/unicode/
H A Dulocdata.h140 * @param fillIn Pointer to a USet object to receive the
142 * contents of fillIn are lost. <em>If fillIn is NULL,
157 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
163 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
/external/icu4c/common/unicode/
H A Dures.h326 * 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,
H A Duscript.h403 * @param fillIn the UScriptCode buffer to fill in the script code
410 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
H A Dbrkiter.h159 * @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;
H A Drbbi.h386 * @param fillIn A UText to be filled in. If NULL, a new UText will be
393 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
/external/icu4c/test/cintltst/
H A Dcucdapi.c362 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; local
365 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
372 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
373 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/intltest/
H A Dtestidna.cpp1349 void getTestSource(UnicodeString& fillIn) { argument
1357 fillIn.append((UChar32)codepoint);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 372 milliseconds