HomeSort by relevance Sort by last modified time
    Searched refs:ULOC_KEYWORDS_CAPACITY (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/
numsys.cpp 107 char buffer[ULOC_KEYWORDS_CAPACITY];
126 if ( count > 0 && count < ULOC_KEYWORDS_CAPACITY ) { // Default numbering system found
dtitvinf.cpp 234 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
241 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
242 if (U_SUCCESS(status) && calendarTypeLen < ULOC_KEYWORDS_CAPACITY) {
ucol_res.cpp 863 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
864 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
874 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
    [all...]
ucurr.cpp     [all...]
dtptngen.cpp 528 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) {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 278 #define ULOC_KEYWORDS_CAPACITY 50
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 278 #define ULOC_KEYWORDS_CAPACITY 50
    [all...]
  /external/icu4c/common/unicode/
uloc.h 275 #define ULOC_KEYWORDS_CAPACITY 50
    [all...]
  /external/icu4c/common/
uloc_tag.c 907 char bcpTypeBuf[ULOC_KEYWORDS_CAPACITY]; /* ensure buffter is large enough for multiple values (e.g. buddhist-greg) */
    [all...]

Completed in 204 milliseconds