Searched refs:ucnvsel_openFromSerialized (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnvsel.h | 135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
|
H A D | urename.h | 726 #define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnvsel.h | 135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
|
H A D | urename.h | 727 #define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnvsel.h | 134 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
|
H A D | urename.h | 718 #define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucnvseltst.c | 372 sel = ucnvsel_openFromSerialized(new_buffer, ser_len, status); in serializeAndUnserialize() 374 log_err("ucnvsel_openFromSerialized() failed: %s\n", u_errorName(*status)); in serializeAndUnserialize()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 466 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 466 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvsel.cpp | 466 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() function
|
Completed in 37 milliseconds