Searched refs:u_strFromWCS (Results 1 - 18 of 18) sorted by relevance

/external/chromium/base/i18n/
H A Dword_iterator.cc55 u_strFromWCS(&chars_[0], chars_.size(), &destLength, string_.data(),
H A Dicu_string_conversions.cc231 u_strFromWCS(&utf16[0], utf16.size(), &utf16_len,
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c1165 if (u_strFromWCS(NULL,0,NULL,NULL,0,NULL) != NULL) {
1166 log_err("u_strFromWCS() should return NULL with a bad argument\n");
1174 u_strFromWCS(NULL,0,NULL,NULL,0,&err);
1176 log_err("u_strFromWCS() didn't fail as expected with bad arguments. Error: %s \n", u_errorName(err));
1196 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1203 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1206 log_err("u_strFromWCS() failed. Error: %s \n", u_errorName(err));
1245 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1251 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1294 u_strFromWCS(uDes
[all...]
/external/icu4c/test/cintltst/
H A Dcustrtrn.c1174 if (u_strFromWCS(NULL,0,NULL,NULL,0,NULL) != NULL) {
1175 log_err("u_strFromWCS() should return NULL with a bad argument\n");
1183 u_strFromWCS(NULL,0,NULL,NULL,0,&err);
1185 log_err("u_strFromWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err));
1205 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1212 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1215 log_err("u_strFromWCS() failed. Error: %s \n", u_errorName(err));
1254 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1260 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1303 u_strFromWCS(uDes
[all...]
/external/chromium/third_party/icu/source/common/
H A Dustr_wcs.c16 * u_strToWCS() and u_strFromWCS() functions
475 u_strFromWCS(UChar *dest, function
/external/icu4c/common/
H A Dustr_wcs.c16 * u_strToWCS() and u_strFromWCS() functions
484 u_strFromWCS(UChar *dest, function
/external/webkit/JavaScriptCore/icu/unicode/
H A Dustring.h1206 u_strFromWCS(UChar *dest,
H A Durename.h257 #define u_strFromWCS u_strFromWCS_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dustring.h1206 u_strFromWCS(UChar *dest,
H A Durename.h257 #define u_strFromWCS u_strFromWCS_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Dustring.h1206 u_strFromWCS(UChar *dest,
H A Durename.h257 #define u_strFromWCS u_strFromWCS_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Dustring.h1206 u_strFromWCS(UChar *dest,
H A Durename.h257 #define u_strFromWCS u_strFromWCS_3_2 macro
/external/chromium/third_party/icu/public/common/unicode/
H A Dustring.h1237 u_strFromWCS(UChar *dest,
H A Durename.h328 #define u_strFromWCS u_strFromWCS_4_2 macro
/external/icu4c/common/unicode/
H A Dustring.h1237 u_strFromWCS(UChar *dest,
H A Durename.h361 #define u_strFromWCS U_ICU_ENTRY_POINT_RENAME(u_strFromWCS) macro

Completed in 623 milliseconds