Searched defs:UStringPrepProfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusprep.h68 typedef struct UStringPrepProfile UStringPrepProfile; typedef in typeref:struct:UStringPrepProfile
177 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
182 U_STABLE UStringPrepProfile* U_EXPORT2
193 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
198 U_STABLE UStringPrepProfile* U_EXPORT2
208 usprep_close(UStringPrepProfile* profile);
216 * "Smart pointer" class, closes a UStringPrepProfile via usprep_close().
223 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
259 usprep_prepare( const UStringPrepProfile* pre
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dusprep.h68 typedef struct UStringPrepProfile UStringPrepProfile; typedef in typeref:struct:UStringPrepProfile
177 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
182 U_STABLE UStringPrepProfile* U_EXPORT2
193 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
198 U_STABLE UStringPrepProfile* U_EXPORT2
208 usprep_close(UStringPrepProfile* profile);
216 * "Smart pointer" class, closes a UStringPrepProfile via usprep_close().
223 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
259 usprep_prepare( const UStringPrepProfile* pre
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dsprpimpl.h86 struct UStringPrepProfile{ struct
/external/icu/icu4c/source/common/
H A Dsprpimpl.h86 struct UStringPrepProfile{ struct

Completed in 149 milliseconds