OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UStringPrepProfile
(Results
1 - 2
of
2
) sorted by null
/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/icu4c/common/
sprpimpl.h
86
struct
UStringPrepProfile
{
Completed in 952 milliseconds