HomeSort by relevance Sort by last modified time
    Searched defs:localeID (Results 1 - 19 of 19) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
winutil.h 32 const char *localeID;
windttst.cpp 117 // NULL localeID means ICU didn't recognize this locale
118 if (lcidRecords[i].localeID == NULL) {
126 char localeID[64];
128 uprv_strcpy(localeID, lcidRecords[i].localeID);
129 uprv_strcat(localeID, getCalendarType(calType));
132 Locale ulocale(localeID);
138 if (uprv_strchr(localeID, '@') > 0) {
139 uprv_strcat(localeID, ";");
141 uprv_strcat(localeID, "@")
    [all...]
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
246 UnicodeString locale(localeID);
254 UnicodeString locale(localeID);
262 UnicodeString locale(localeID);
277 char localeID[128];
279 // NULL localeID means ICU didn't recognize the lcid
280 if (lcidRecords[i].localeID == NULL) {
284 strcpy(localeID, lcidRecords[i].localeID);
286 if (strchr(localeID, '@') > 0)
    [all...]
loctest.cpp     [all...]
numfmtst.cpp 730 const char *localeID = testCases[i][0];
735 uloc_canonicalize(localeID, loc, 256, &status);
738 errln("Could not create currency formatter for locale %s",localeID);
745 + UnicodeString( " for locale: ")+ UnicodeString(localeID) );
    [all...]
  /external/icu4c/test/intltest/
winutil.h 32 char *localeID;
winutil.cpp 38 const char* localeID = NULL;
55 localeID = uprv_convertToPosix(lcidRecords[lcidCount].lcid, &status);
57 lcidRecords[lcidCount].localeID = new char[strlen(localeID)];
59 strcpy(lcidRecords[lcidCount].localeID, localeID);
84 delete lcidRecords[i].localeID;
windttst.cpp 116 // NULL localeID means ICU didn't recognize this locale
117 if (lcidRecords[i].localeID == NULL) {
125 char localeID[64];
127 uprv_strcpy(localeID, lcidRecords[i].localeID);
128 uprv_strcat(localeID, getCalendarType(calType));
131 Locale ulocale(localeID);
137 if (uprv_strchr(localeID, '@') > 0) {
138 uprv_strcat(localeID, ";");
140 uprv_strcat(localeID, "@")
    [all...]
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
246 UnicodeString locale(localeID);
254 UnicodeString locale(localeID);
262 UnicodeString locale(localeID);
277 char localeID[128];
279 // NULL localeID means ICU didn't recognize the lcid
280 if (lcidRecords[i].localeID == NULL) {
284 strcpy(localeID, lcidRecords[i].localeID);
286 if (strchr(localeID, '@') > 0)
    [all...]
loctest.cpp     [all...]
numfmtst.cpp 736 const char *localeID = testCases[i][0];
741 uloc_canonicalize(localeID, loc, 256, &status);
744 errln("Could not create currency formatter for locale %s",localeID);
751 + UnicodeString( " for locale: ")+ UnicodeString(localeID) );
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 225 char localeID[32];
273 if(stringLength>=(int32_t)sizeof(localeID)) {
286 localeID[i]=(char)u16;
292 localeID[i]=(char)(u16>>8);
296 localeID[stringLength]=0;
308 uprv_ebcdicFromAscii(ds, localeID, stringLength, localeID, pErrorCode);
317 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 265 char localeID[32];
266 if(length>=(int32_t)sizeof(localeID)) {
272 u_UCharsToChars(alias, localeID, length);
273 localeID[length]=0;
275 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
  /external/chromium/third_party/icu/source/common/
locid.cpp 72 U_CFUNC int32_t locale_getKeywords(const char *localeID,
531 Locale& Locale::init(const char* localeID, UBool canonicalize)
557 if(localeID == NULL) {
568 uloc_canonicalize(localeID, fullName, sizeof(fullNameBuffer), &err) :
569 uloc_getName(localeID, fullName, sizeof(fullNameBuffer), &err);
580 uloc_canonicalize(localeID, fullName, length+1, &err) :
581 uloc_getName(localeID, fullName, length+1, &err);
707 const char *localeID = newLocale.getName();
708 locale_set_default_internal(localeID);
745 * Return the LCID value as specified in the "LocaleID" resource for thi
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 176 char* localeID = (char*) uprv_malloc(idLen);
190 uprv_memcpy(localeID, id, pos);
191 localeID[pos]=0; /* NUL terminate the string */
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
198 fprintf(stderr, "Could not canonicalize the locale ID: %s. Error: %s\n", localeID, u_errorName(status));
    [all...]
  /external/icu4c/common/
locid.cpp 71 U_CFUNC int32_t locale_getKeywords(const char *localeID,
512 Locale& Locale::init(const char* localeID, UBool canonicalize)
538 if(localeID == NULL) {
549 uloc_canonicalize(localeID, fullName, sizeof(fullNameBuffer), &err) :
550 uloc_getName(localeID, fullName, sizeof(fullNameBuffer), &err);
561 uloc_canonicalize(localeID, fullName, length+1, &err) :
562 uloc_getName(localeID, fullName, length+1, &err);
692 const char *localeID = newLocale.getName();
693 locale_set_default_internal(localeID);
730 * Return the LCID value as specified in the "LocaleID" resource for thi
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 176 char* localeID = (char*) uprv_malloc(idLen);
190 uprv_memcpy(localeID, id, pos);
191 localeID[pos]=0; /* NUL terminate the string */
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
198 fprintf(stderr, "Could not canonicalize the locale ID: %s. Error: %s\n", localeID, u_errorName(status));
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 689 milliseconds