Home
last modified time | relevance | path

Searched defs:ConstChar16Ptr (Results 1 – 4 of 4) sorted by relevance

/external/icu/libicu/ndk_headers/unicode/
Dchar16ptr.h222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr() function
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
227 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() function
238 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) { u_.cp = p; } in ConstChar16Ptr() function
240 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) { u_.up = p; } in ConstChar16Ptr() function
243 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) { u_.wp = p; } in ConstChar16Ptr() function
245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr() function
/external/icu/libicu/cts_headers/unicode/
Dchar16ptr.h222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr() function
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
227 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() function
238 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) { u_.cp = p; } in ConstChar16Ptr() function
240 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) { u_.up = p; } in ConstChar16Ptr() function
243 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) { u_.wp = p; } in ConstChar16Ptr() function
245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr() function
/external/icu/libandroidicu/include/unicode/
Dchar16ptr.h222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr() function
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
227 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() function
238 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) { u_.cp = p; } in ConstChar16Ptr() function
240 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) { u_.up = p; } in ConstChar16Ptr() function
243 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) { u_.wp = p; } in ConstChar16Ptr() function
245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr() function
/external/icu/icu4c/source/common/unicode/
Dchar16ptr.h222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr() function
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
227 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function
229 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {} in ConstChar16Ptr() function
238 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) { u_.cp = p; } in ConstChar16Ptr() function
240 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) { u_.up = p; } in ConstChar16Ptr() function
243 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) { u_.wp = p; } in ConstChar16Ptr() function
245 ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; } in ConstChar16Ptr() function