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

/macosx-10.9.5/ICU-511.35/icuSources/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.h121 * @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);
190 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
201 UResourceBundle *fillIn,
H A Duresbund.cpp1419 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) { argument
1425 return fillIn;
1430 return fillIn;
1444 return ures_copyResb(fillIn, resB, status);
1452 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1459 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1462 return fillIn;
1466 return fillIn;
1469 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1475 return fillIn;
1583 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1638 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1716 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1797 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
[all...]
H A Dutrie.h549 * 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);
H A Dutrie.cpp47 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);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dulocdata.c102 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
128 if(fillIn != NULL)
129 uset_applyPattern(fillIn, exemplarChars, len,
132 fillIn = uset_openPatternOptions(exemplarChars, len,
135 return fillIn;
H A Dcompactdecimalformat.cpp152 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status);
153 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status);
556 static UResourceBundle* tryGetDecimalFallback(const UResourceBundle* numberSystemResource, const char* style, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) { argument
557 UResourceBundle* first = tryGetByKeyWithFallback(numberSystemResource, style, fillIn, flags, status);
558 UResourceBundle* second = tryGetByKeyWithFallback(first, gDecimalFormatTag, fillIn, flags, status);
559 if (fillIn == NULL) {
569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
570 // ures_close() on returned resource. See below for example when fillIn is
584 // UResourcebundle* fillIn = NULL;
585 // UResourceBundle* data = tryGetByKeyWithFallback(rb, "foo", &fillIn, NON_ROO
602 tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) argument
[all...]
H A Ducol_imp.h1008 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status);
H A Ducol.cpp430 UCollator *fillIn,
433 UCollator *result = fillIn;
903 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status) { argument
905 UCollator *result = fillIn;
428 ucol_initFromBinary(const uint8_t *bin, int32_t length, const UCollator *base, UCollator *fillIn, UErrorCode *status) argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dulocdata.h144 * @param fillIn Pointer to a USet object to receive the
146 * contents of fillIn are lost. <em>If fillIn is NULL,
161 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
167 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dures.h332 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle)
573 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
582 UResourceBundle *fillIn,
608 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
618 UResourceBundle *fillIn,
699 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
708 UResourceBundle *fillIn,
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.h384 * @param fillIn A UText to be filled in. If NULL, a new UText will be
391 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
H A Duscript.h417 * @param fillIn the UScriptCode buffer to fill in the script code
424 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcucdapi.c366 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; local
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] );
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Duscript.h237 * @param fillIn the UScriptCode buffer to fill in the script code
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Duscript.h237 * @param fillIn the UScriptCode buffer to fill in the script code
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Duscript.h237 * @param fillIn the UScriptCode buffer to fill in the script code
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestidna.cpp1349 void getTestSource(UnicodeString& fillIn) { argument
1357 fillIn.append((UChar32)codepoint);

Completed in 174 milliseconds