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

  /external/chromium/third_party/icu/public/common/unicode/
usprep.h 66 typedef struct UStringPrepProfile UStringPrepProfile;
175 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
180 U_STABLE UStringPrepProfile* U_EXPORT2
191 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
196 U_DRAFT UStringPrepProfile* U_EXPORT2
206 usprep_close(UStringPrepProfile* profile);
239 usprep_prepare( const UStringPrepProfile* prep,
  /external/icu4c/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/chromium/third_party/icu/source/common/
sprpimpl.h 86 struct UStringPrepProfile{
  /external/icu4c/common/
sprpimpl.h 86 struct UStringPrepProfile{

Completed in 148 milliseconds