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

12

/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.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.cpp1409 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) { argument
1415 return fillIn;
1420 return fillIn;
1434 return ures_copyResb(fillIn, resB, status);
1442 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1449 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1452 return fillIn;
1456 return fillIn;
1459 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1465 return fillIn;
1573 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1628 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1794 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);
/external/icu/icu4c/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.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.cpp1409 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) { argument
1415 return fillIn;
1420 return fillIn;
1434 return ures_copyResb(fillIn, resB, status);
1442 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1449 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1452 return fillIn;
1456 return fillIn;
1459 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1465 return fillIn;
1573 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1628 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1794 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dutrans.cpp516 USet* fillIn,
518 utrans_ENTRY(status) fillIn;
520 if (fillIn == NULL) {
521 fillIn = uset_openEmpty();
524 ((Transliterator*) trans)->handleGetSourceSet(*((UnicodeSet*)fillIn));
526 ((Transliterator*) trans)->getSourceSet(*((UnicodeSet*)fillIn));
528 return fillIn;
H A Dulocdata.c101 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
127 if(fillIn != NULL)
128 uset_applyPattern(fillIn, exemplarChars, len,
131 fillIn = uset_openPatternOptions(exemplarChars, len,
134 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/
H A Dulocdata.c101 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, argument
127 if(fillIn != NULL)
128 uset_applyPattern(fillIn, exemplarChars, len,
131 fillIn = uset_openPatternOptions(exemplarChars, len,
134 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.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/icu/icu4c/source/i18n/unicode/
H A Dulocdata.h142 * @param fillIn Pointer to a USet object to receive the
144 * contents of fillIn are lost. <em>If fillIn is NULL,
159 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to
165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
H A Dutrans.h545 * @param fillIn Pointer to a USet object to receive the modifiable characters
546 * set. Previous contents of fillIn are lost. <em>If fillIn is
550 * @return USet* Either fillIn, or if fillIn is NULL, a pointer to a
558 USet* fillIn,
/external/chromium_org/third_party/icu/source/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.h424 * @param fillIn the UScriptCode buffer to fill in the script code
431 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/external/icu/icu4c/source/common/unicode/
H A Dures.h333 * and usage model for fillIn parameters without knowing sizeof(UResourceBundle)
574 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
583 UResourceBundle *fillIn,
609 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
619 UResourceBundle *fillIn,
700 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
709 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.h424 * @param fillIn the UScriptCode buffer to fill in the script code
431 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c370 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; local
373 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
380 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
381 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/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c370 UScriptCode fillIn[5] = {USCRIPT_INVALID_CODE}; local
373 len = uscript_getCode(expectedShort[i], fillIn, LENGTHOF(fillIn), &status);
380 if(fillIn[0]!= (UScriptCode)(USCRIPT_BALINESE+i)){
381 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 323 milliseconds

12