Searched refs:ULOC_KEYWORDS_CAPACITY (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/
H A Dnumsys.cpp114 char buffer[ULOC_KEYWORDS_CAPACITY];
135 if ( count > 0 && count < ULOC_KEYWORDS_CAPACITY ) { // numbering system found
H A Ddtitvinf.cpp233 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
240 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
241 if (U_SUCCESS(status) && calendarTypeLen < ULOC_KEYWORDS_CAPACITY) {
H A Ducol_res.cpp862 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
863 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
873 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
H A Ducurr.cpp2329 char *curID = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
2330 int32_t curIDLength = ULOC_KEYWORDS_CAPACITY;
2343 if(curIDLength+1 > ULOC_KEYWORDS_CAPACITY) {
2388 char *tmpValue = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
H A Ddtptngen.cpp528 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
536 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
537 if (U_SUCCESS(err) && calendarTypeLen < ULOC_KEYWORDS_CAPACITY) {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h278 #define ULOC_KEYWORDS_CAPACITY 50 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h278 #define ULOC_KEYWORDS_CAPACITY 50 macro
/external/icu4c/common/unicode/
H A Duloc.h275 #define ULOC_KEYWORDS_CAPACITY 50 macro
/external/icu4c/common/
H A Duloc_tag.c884 char bcpTypeBuf[ULOC_KEYWORDS_CAPACITY]; /* ensure buffter is large enough for multiple values (e.g. buddhist-greg) */

Completed in 635 milliseconds