/external/icu4c/common/ |
H A D | uscript.c | 59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
|
H A D | locavailable.cpp | 149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
|
H A D | resbund.cpp | 304 const UChar* r = ures_getNextString(fResource, &len, 0, &status); 310 const UChar* r = ures_getNextString(fResource, &len, key, &status);
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | uscript.c | 59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
|
H A D | locavailable.cpp | 149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
|
H A D | resbund.cpp | 304 const UChar* r = ures_getNextString(fResource, &len, 0, &status); 310 const UChar* r = ures_getNextString(fResource, &len, key, &status);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | ures.h | 591 ures_getNextString(UResourceBundle *resourceBundle, 819 const UChar* r = ures_getNextString(resB, &len, key, status);
|
H A D | urename.h | 1436 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|
/external/icu4c/common/unicode/ |
H A D | ures.h | 598 ures_getNextString(UResourceBundle *resourceBundle, 826 const UChar* r = ures_getNextString(resB, &len, key, status);
|
H A D | urename.h | 1460 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | creststn.c | 1055 /*Test ures_getNextString() */ 1058 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1060 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1298 /*Test ures_getNextString with errorCode != U_ZERO_ERROR*/ 1302 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1304 log_err("ERROR: ures_getNextString() with errorCode != U_ZERO_ERROR is supposed to fail\n"); 1306 /*Test ures_getNextString with UResourceBundle = NULL*/ 1308 value=(UChar*)ures_getNextString(NULL, &len, &key, &status); 1310 log_err("ERROR: ures_getNextString() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n", 1928 value=(UChar*)ures_getNextString(tagelemen [all...] |
H A D | cloctst.c | 915 ures_getNextString(subRes, NULL, &key, &status); 923 ures_getNextString(subRes, NULL, &key, &status); 963 ures_getNextString(subRes, NULL, &key, &status); 971 ures_getNextString(subRes, NULL, &key, &status); 989 ures_getNextString(subRes, NULL, &key, &status); 999 ures_getNextString(subRes, NULL, &key, &status);
|
/external/icu4c/test/cintltst/ |
H A D | creststn.c | 1055 /*Test ures_getNextString() */ 1058 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1060 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1298 /*Test ures_getNextString with errorCode != U_ZERO_ERROR*/ 1302 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); 1304 log_err("ERROR: ures_getNextString() with errorCode != U_ZERO_ERROR is supposed to fail\n"); 1306 /*Test ures_getNextString with UResourceBundle = NULL*/ 1308 value=(UChar*)ures_getNextString(NULL, &len, &key, &status); 1310 log_err("ERROR: ures_getNextString() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n", 1934 value=(UChar*)ures_getNextString(tagelemen [all...] |
H A D | cloctst.c | 1060 ures_getNextString(subRes, NULL, &key, &status); 1068 ures_getNextString(subRes, NULL, &key, &status); 1108 ures_getNextString(subRes, NULL, &key, &status); 1116 ures_getNextString(subRes, NULL, &key, &status); 1134 ures_getNextString(subRes, NULL, &key, &status); 1144 ures_getNextString(subRes, NULL, &key, &status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | coll.cpp | 277 ures_getNextString(&installed, NULL, &tempKey, &status);
|
H A D | dtitvinf.cpp | 305 pattern = ures_getNextString(intervalPatterns, &ptLength, &key,
|
H A D | dtptngen.cpp | 113 return ures_getNextString(aiter->bund, len, key, err); 625 retPattern=ures_getNextString(patBundle, &len, &key, &err); 667 retPattern=ures_getNextString(patBundle, &len, &key, &err);
|
H A D | plurrule.cpp | 500 s=ures_getNextString(setRes, &resLen, (const char**)&key, &errCode);
|
H A D | tmutfmt.cpp | 487 pattern = ures_getNextString(countsToPatternRB, &ptLength,
|
H A D | rbnf.cpp | 779 const UChar* currentString = ures_getNextString(ruleSets,&len,NULL,&status);
|
/external/icu4c/i18n/ |
H A D | coll.cpp | 297 ures_getNextString(&installed, NULL, &tempKey, &status);
|
H A D | dtptngen.cpp | 113 return ures_getNextString(aiter->bund, len, key, err); 636 retPattern=ures_getNextString(patBundle, &len, &key, &err);
|
H A D | plurrule.cpp | 742 s=ures_getNextString(setRes.getAlias(), &resLen, (const char**)&key, &errCode);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | itrbnf.cpp | 192 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
|
/external/icu4c/test/intltest/ |
H A D | itrbnf.cpp | 193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);
|