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

/external/chromium_org/third_party/icu/source/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.cpp855 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
856 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
866 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
H A Ducurr.cpp2545 char *curID = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
2546 int32_t curIDLength = ULOC_KEYWORDS_CAPACITY;
2559 if(curIDLength+1 > ULOC_KEYWORDS_CAPACITY) {
2604 char *tmpValue = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
H A Ddtptngen.cpp537 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
545 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
546 if (U_SUCCESS(err) && calendarTypeLen < ULOC_KEYWORDS_CAPACITY) {
/external/icu/icu4c/source/i18n/
H A Dnumsys.cpp114 char buffer[ULOC_KEYWORDS_CAPACITY];
135 if ( count > 0 && count < ULOC_KEYWORDS_CAPACITY ) { // numbering system found
H A Ducol_res.cpp483 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
484 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
494 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
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 Dcollationruleparser.cpp620 if(U_FAILURE(errorCode) || length >= ULOC_KEYWORDS_CAPACITY) {
626 char collationType[ULOC_KEYWORDS_CAPACITY];
628 collationType, ULOC_KEYWORDS_CAPACITY,
630 if(U_FAILURE(errorCode) || length >= ULOC_KEYWORDS_CAPACITY) {
H A Ducurr.cpp2545 char *curID = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
2546 int32_t curIDLength = ULOC_KEYWORDS_CAPACITY;
2559 if(curIDLength+1 > ULOC_KEYWORDS_CAPACITY) {
2604 char *tmpValue = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
H A Ddtptngen.cpp538 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
546 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
547 if (U_SUCCESS(err) && calendarTypeLen < ULOC_KEYWORDS_CAPACITY) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h275 #define ULOC_KEYWORDS_CAPACITY 50 macro
/external/icu/icu4c/source/common/unicode/
H A Duloc.h275 #define ULOC_KEYWORDS_CAPACITY 50 macro
/external/chromium_org/third_party/icu/source/common/
H A Duloc.cpp2116 char collVal[ULOC_KEYWORDS_CAPACITY];
H A Duloc_tag.c884 char bcpTypeBuf[ULOC_KEYWORDS_CAPACITY]; /* ensure buffter is large enough for multiple values (e.g. buddhist-greg) */
/external/icu/icu4c/source/common/
H A Duloc.cpp2116 char collVal[ULOC_KEYWORDS_CAPACITY];
H A Duloc_tag.c884 char bcpTypeBuf[ULOC_KEYWORDS_CAPACITY]; /* ensure buffter is large enough for multiple values (e.g. buddhist-greg) */

Completed in 252 milliseconds