/external/chromium_org/third_party/icu/source/common/ |
ucnvdisp.c | 41 UErrorCode localStatus = U_ZERO_ERROR; 60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus); 63 if(U_SUCCESS(localStatus)) { 66 *pErrorCode = localStatus;
|
locdispnames.cpp | 356 UErrorCode localStatus; 369 localStatus = U_ZERO_ERROR; 370 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); 371 if(U_FAILURE(localStatus) || localStatus==U_STRING_NOT_TERMINATED_WARNING) {
|
ucnv_bld.c | [all...] |
/external/icu4c/common/ |
ucnvdisp.c | 41 UErrorCode localStatus = U_ZERO_ERROR; 60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus); 63 if(U_SUCCESS(localStatus)) { 66 *pErrorCode = localStatus;
|
locdispnames.cpp | 357 UErrorCode localStatus; 370 localStatus = U_ZERO_ERROR; 371 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); 372 if(U_FAILURE(localStatus) || localStatus==U_STRING_NOT_TERMINATED_WARNING) {
|
ucnv_bld.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ulocdata.c | 106 UErrorCode localStatus = U_ZERO_ERROR; 111 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); 112 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { 113 localStatus = U_MISSING_RESOURCE_ERROR; 116 if (localStatus != U_ZERO_ERROR) { 117 *status = localStatus; 148 UErrorCode localStatus = U_ZERO_ERROR; 153 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus); 155 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { 156 localStatus = U_MISSING_RESOURCE_ERROR [all...] |
dcfmtsym.cpp | 240 UErrorCode localStatus = U_ZERO_ERROR; 242 sym = ures_getStringByKeyWithFallback(nonLatnSymbols,gNumberElementKeys[i],&len,&localStatus); 245 if ( U_FAILURE(localStatus) ) { 246 localStatus = U_ZERO_ERROR; 247 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus); 250 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus); 253 if ( U_SUCCESS(localStatus) ) { 309 UErrorCode localStatus = U_ZERO_ERROR; 310 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); 312 if(U_SUCCESS(localStatus) && uccLen > 0) [all...] |
msgfmt.cpp | [all...] |
ucurr.cpp | 359 UErrorCode localStatus = U_ZERO_ERROR; 361 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) { 392 UResourceBundle *rb = ures_openDirect(U_ICUDATA_CURR, CURRENCY_DATA, &localStatus); 393 UResourceBundle *cm = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus); 394 UResourceBundle *countryArray = ures_getByKey(rb, id, cm, &localStatus); 395 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); 396 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); 405 if (U_SUCCESS(localStatus)) { 407 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); 408 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); [all...] |
/external/icu4c/i18n/ |
ulocdata.c | 109 UErrorCode localStatus = U_ZERO_ERROR; 114 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); 115 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { 116 localStatus = U_MISSING_RESOURCE_ERROR; 119 if (localStatus != U_ZERO_ERROR) { 120 *status = localStatus; 151 UErrorCode localStatus = U_ZERO_ERROR; 156 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus); 158 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { 159 localStatus = U_MISSING_RESOURCE_ERROR [all...] |
dcfmtsym.cpp | 251 UErrorCode localStatus = U_ZERO_ERROR; 253 sym = ures_getStringByKeyWithFallback(nonLatnSymbols,gNumberElementKeys[i],&len,&localStatus); 256 if ( U_FAILURE(localStatus) ) { 257 localStatus = U_ZERO_ERROR; 258 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus); 261 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus); 264 if ( U_SUCCESS(localStatus) ) { 320 UErrorCode localStatus = U_ZERO_ERROR; 321 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); 323 if(U_SUCCESS(localStatus) && uccLen > 0) [all...] |
numsys.cpp | 128 UErrorCode localStatus = U_ZERO_ERROR; 129 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &localStatus); 130 UResourceBundle *numberElementsRes = ures_getByKey(resource,gNumberElements,NULL,&localStatus); 132 localStatus = U_ZERO_ERROR; 134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
|
msgfmt.cpp | [all...] |
ucurr.cpp | 399 UErrorCode localStatus = U_ZERO_ERROR; 401 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) { 432 UResourceBundle *rb = ures_openDirect(U_ICUDATA_CURR, CURRENCY_DATA, &localStatus); 433 UResourceBundle *cm = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus); 434 UResourceBundle *countryArray = ures_getByKey(rb, id, cm, &localStatus); 435 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); 436 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); 445 if (U_SUCCESS(localStatus)) { 447 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); 448 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); [all...] |
/external/chromium_org/third_party/icu/source/io/ |
uprntf_p.c | 338 UErrorCode localStatus = U_ZERO_ERROR; 339 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 405 UErrorCode localStatus = U_ZERO_ERROR; 406 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 663 UErrorCode localStatus = U_ZERO_ERROR; 664 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 738 UErrorCode localStatus = U_ZERO_ERROR; 739 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 936 UErrorCode localStatus = U_ZERO_ERROR; 937 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); [all...] |
uscanf_p.c | 347 UErrorCode localStatus = U_ZERO_ERROR; 354 &localStatus); 356 if (U_SUCCESS(localStatus)) { [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.c | 921 UErrorCode localStatus = U_ZERO_ERROR; /* if failure: just don't detect dups */ 922 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus); [all...] |
/external/icu4c/io/ |
uprntf_p.c | 338 UErrorCode localStatus = U_ZERO_ERROR; 339 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 405 UErrorCode localStatus = U_ZERO_ERROR; 406 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 663 UErrorCode localStatus = U_ZERO_ERROR; 664 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 738 UErrorCode localStatus = U_ZERO_ERROR; 739 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); 936 UErrorCode localStatus = U_ZERO_ERROR; 937 u_printf_reset_sign(format, info, prefixBuffer, &prefixBufferLen, &localStatus); [all...] |
uscanf_p.c | 347 UErrorCode localStatus = U_ZERO_ERROR; 354 &localStatus); 356 if (U_SUCCESS(localStatus)) { [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | 923 UErrorCode localStatus = U_ZERO_ERROR; /* if failure: just don't detect dups */ 924 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus); [all...] |