HomeSort by relevance Sort by last modified time
    Searched defs:UStringPrepProfile (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
usprep.h 68 typedef struct UStringPrepProfile 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* prep
    [all...]
  /external/icu/icu4c/source/common/
sprpimpl.h 86 struct UStringPrepProfile{

Completed in 48 milliseconds