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

12

/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.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,
/external/chromium_org/third_party/icu/source/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.
127 UResourceBundle *fillIn, UErrorCode *status);
139 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
148 UResourceBundle *fillIn, UErrorCode *status);
192 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
204 UResourceBundle *fillIn,
H A Duresbund.c1408 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) { argument
1414 return fillIn;
1419 return fillIn;
1433 return ures_copyResb(fillIn, resB, status);
1441 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1448 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1451 return fillIn;
1455 return fillIn;
1458 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1464 return fillIn;
1572 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1627 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1669 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1751 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,
/external/chromium_org/third_party/icu/source/i18n/
H A Dulocdata.c100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
123 if(fillIn != NULL)
124 uset_applyPattern(fillIn, exemplarChars, len,
127 fillIn = uset_openPatternOptions(exemplarChars, len,
130 return fillIn;
/external/icu4c/i18n/
H A Dulocdata.c100 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
126 if(fillIn != NULL)
127 uset_applyPattern(fillIn, exemplarChars, len,
130 fillIn = uset_openPatternOptions(exemplarChars, len,
133 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...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dulocdata.h130 * @param fillIn Pointer to a USet object to receive the
132 * contents of fillIn are lost. <em>If fillIn is NULL,
146 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
151 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
/external/icu4c/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,
/external/chromium_org/third_party/icu/source/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.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);
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.h356 * @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/icu4c/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);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c358 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; local
361 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
368 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
369 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/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] );

Completed in 386 milliseconds

12