OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULOC_KEYWORDS_CAPACITY
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
numsys.cpp
114
char buffer[
ULOC_KEYWORDS_CAPACITY
];
135
if ( count > 0 && count <
ULOC_KEYWORDS_CAPACITY
) { // numbering system found
dtitvinf.cpp
233
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
) {
ucol_res.cpp
668
char *defcoll = (char *)uprv_malloc(sizeof(char) *
ULOC_KEYWORDS_CAPACITY
);
669
int32_t defcollLength =
ULOC_KEYWORDS_CAPACITY
;
679
if(defcollLength+1 >
ULOC_KEYWORDS_CAPACITY
) {
collationruleparser.cpp
618
if(U_FAILURE(errorCode) || length >=
ULOC_KEYWORDS_CAPACITY
) {
627
char collationType[
ULOC_KEYWORDS_CAPACITY
];
629
collationType,
ULOC_KEYWORDS_CAPACITY
,
631
if(U_FAILURE(errorCode) || length >=
ULOC_KEYWORDS_CAPACITY
) {
ucurr.cpp
[
all
...]
dtptngen.cpp
542
char calendarType[
ULOC_KEYWORDS_CAPACITY
]; // to be filled in with the type to use, if all goes well
550
int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType,
ULOC_KEYWORDS_CAPACITY
, &err);
551
if (U_SUCCESS(err) && calendarTypeLen <
ULOC_KEYWORDS_CAPACITY
) {
[
all
...]
/external/icu/icu4c/source/common/unicode/
uloc.h
275
#define
ULOC_KEYWORDS_CAPACITY
96
[
all
...]
/external/icu/icu4c/source/common/
uloc.cpp
[
all
...]
Completed in 349 milliseconds