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 70 typedef struct UStringPrepProfile UStringPrepProfile;
179 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
184 U_STABLE UStringPrepProfile* U_EXPORT2
195 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
200 U_STABLE UStringPrepProfile* U_EXPORT2
210 usprep_close(UStringPrepProfile* profile);
218 * "Smart pointer" class, closes a UStringPrepProfile via usprep_close().
225 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
261 usprep_prepare( const UStringPrepProfile* prep
    [all...]
  /external/icu/icu4c/source/common/
sprpimpl.h 88 struct UStringPrepProfile{

Completed in 94 milliseconds