HomeSort by relevance Sort by last modified time
    Searched refs:localeID (Results 1 - 25 of 46) sorted by null

1 2

  /external/icu4c/test/intltest/
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;
winutil.h 32 char *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...]
ustrtest.h 95 void *iter, const char *localeID, uint32_t options);
  /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...]
ustrtest.h 94 void *iter, const char *localeID, uint32_t options);
winutil.cpp 52 lcidRecords[lcidCount].localeID = uprv_convertToPosix(lcidRecords[lcidCount].lcid, &status);
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
365 * @param localeID the new ICU default locale. A value of NULL will try to get
372 uloc_setDefault(const char* localeID,
378 * @param localeID the locale to get the ISO language code with
379 * @param language the language code for localeID
388 uloc_getLanguage(const char* localeID,
396 * @param localeID the locale to get the ISO language code with
397 * @param script the language code for localeID
406 uloc_getScript(const char* localeID,
414 * @param localeID the locale to get the country code wit
    [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
365 * @param localeID the new ICU default locale. A value of NULL will try to get
372 uloc_setDefault(const char* localeID,
378 * @param localeID the locale to get the ISO language code with
379 * @param language the language code for localeID
388 uloc_getLanguage(const char* localeID,
396 * @param localeID the locale to get the ISO language code with
397 * @param script the language code for localeID
406 uloc_getScript(const char* localeID,
414 * @param localeID the locale to get the country code wit
    [all...]
  /external/icu4c/common/
uloc.c 55 locale_getKeywords(const char *localeID,
536 locale_getKeywordsStart(const char *localeID) {
538 if((result = uprv_strchr(localeID, '@')) != NULL) {
549 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
606 _getKeywords(const char *localeID,
619 const char* pos = localeID;
    [all...]
ulocimp.h 48 ulocimp_getLanguage(const char *localeID,
53 ulocimp_getScript(const char *localeID,
58 ulocimp_getCountry(const char *localeID,
ures_cnv.c 29 const char *localeID,
75 return ures_open(path, localeID, status);
loclikely.cpp 30 * This function looks for the localeID in the likelySubtags resource.
32 * @param localeID The tag to find.
38 findLikelySubtags(const char* localeID,
50 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
445 * @param localeID The locale ID to parse.
453 * @return The number of chars of the localeID parameter consumed.
457 const char* localeID,
466 const char* position = localeID;
470 localeID == NULL ||
553 return (int32_t)(position - localeID);
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
360 * @param localeID the new ICU default locale. A value of NULL will try to get
367 uloc_setDefault(const char* localeID,
373 * @param localeID the locale to get the ISO language code with
374 * @param language the language code for localeID
383 uloc_getLanguage(const char* localeID,
391 * @param localeID the locale to get the ISO language code with
392 * @param script the language code for localeID
401 uloc_getScript(const char* localeID,
409 * @param localeID the locale to get the country code wit
    [all...]
  /external/icu4c/common/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
360 * @param localeID the new ICU default locale. A value of NULL will try to get
367 uloc_setDefault(const char* localeID,
373 * @param localeID the locale to get the ISO language code with
374 * @param language the language code for localeID
383 uloc_getLanguage(const char* localeID,
391 * @param localeID the locale to get the ISO language code with
392 * @param script the language code for localeID
401 uloc_getScript(const char* localeID,
409 * @param localeID the locale to get the country code wit
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c 57 locale_getKeywords(const char *localeID,
556 locale_getKeywordsStart(const char *localeID) {
558 if((result = uprv_strchr(localeID, '@')) != NULL) {
569 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
626 _getKeywords(const char *localeID,
639 const char* pos = localeID;
    [all...]
ures_cnv.c 29 const char *localeID,
75 return ures_open(path, localeID, status);
uloc_tag.c 888 _appendLanguageToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) {
898 len = uloc_getLanguage(localeID, buf, sizeof(buf), &tmpStatus);
943 _appendScriptToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) {
953 len = uloc_getScript(localeID, buf, sizeof(buf), &tmpStatus);
989 _appendRegionToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) {
999 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);
1035 _appendVariantsToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) {
1045 len = uloc_getVariant(localeID, buf, sizeof(buf), &tmpStatus);
1149 _appendKeywordsToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) {
1154 keywordEnum = uloc_openKeywords(localeID, status)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ulocdata.h 60 * @param localeID Specifies the locale associated with this locale
66 ulocdata_open(const char *localeID, UErrorCode *status);
161 * Returns the measurement system used in the locale specified by the localeID.
164 * @param localeID The id of the locale for which the measurement system to be retrieved.
171 ulocdata_getMeasurementSystem(const char *localeID, UErrorCode *status);
182 * @param localeID The id of the locale for which the paper size information to be retrieved.
190 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
  /external/icu4c/i18n/unicode/
ulocdata.h 61 * @param localeID Specifies the locale associated with this locale
67 ulocdata_open(const char *localeID, UErrorCode *status);
181 * Returns the measurement system used in the locale specified by the localeID.
184 * @param localeID The id of the locale for which the measurement system to be retrieved.
191 ulocdata_getMeasurementSystem(const char *localeID, UErrorCode *status);
202 * @param localeID The id of the locale for which the paper size information to be retrieved.
210 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
  /external/icu4c/i18n/
ulocdata.c 49 ulocdata_open(const char *localeID, UErrorCode *status)
66 uld->bundle = ures_open(NULL, localeID, status);
67 uld->langBundle = ures_open(U_ICUDATA_LANG, localeID, status);
188 ulocdata_getMeasurementSystem(const char *localeID, UErrorCode *status){
198 bundle = ures_open(NULL, localeID, status);
212 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){
222 bundle = ures_open(NULL, localeID, status);
  /external/chromium/third_party/icu/source/i18n/
ulocdata.c 43 ulocdata_open(const char *localeID, UErrorCode *status)
59 uld->bundle = ures_open(NULL, localeID, status);
179 ulocdata_getMeasurementSystem(const char *localeID, UErrorCode *status){
189 bundle = ures_open(NULL, localeID, status);
203 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){
213 bundle = ures_open(NULL, localeID, status);

Completed in 284 milliseconds

1 2