OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UStringPrepProfile
(Results
1 - 7
of
7
) 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/test/cintltst/
sprpdata.c
34
parseMappings(const char *filename,
UStringPrepProfile
* data, UBool reportError, UErrorCode *pErrorCode);
37
compareMapping(
UStringPrepProfile
* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
41
compareFlagsForRange(
UStringPrepProfile
* data, uint32_t start, uint32_t end,UStringPrepType option);
54
UStringPrepProfile
* data = (
UStringPrepProfile
*) context;
93
parseMappings(const char *filename,
UStringPrepProfile
* data, UBool reportError, UErrorCode *pErrorCode) {
147
compareMapping(
UStringPrepProfile
* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
227
compareFlagsForRange(
UStringPrepProfile
* data,
279
UStringPrepProfile
* profile = NULL;
spreptst.c
598
UStringPrepProfile
* profile = NULL;
759
UStringPrepProfile
*sprep = NULL;
nfsprep.c
59
UStringPrepProfile
* profile = NULL;
/external/icu/icu4c/source/common/
usprep.cpp
131
usprep_unload(
UStringPrepProfile
* data){
137
UStringPrepProfile
*profile = NULL;
156
profile = (
UStringPrepProfile
*) e->value.pointer;
222
loadData(
UStringPrepProfile
* profile,
301
static
UStringPrepProfile
*
306
UStringPrepProfile
* profile = NULL;
325
profile = (
UStringPrepProfile
*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
333
LocalMemory<
UStringPrepProfile
> newProfile;
367
profile = (
UStringPrepProfile
*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
392
U_CAPI
UStringPrepProfile
* U_EXPORT
[
all
...]
sprpimpl.h
86
struct
UStringPrepProfile
{
uidna.cpp
197
UStringPrepProfile
* nameprep,
397
UStringPrepProfile
* nameprep,
624
UStringPrepProfile
* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
653
UStringPrepProfile
* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
684
UStringPrepProfile
* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
777
UStringPrepProfile
* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
Completed in 62 milliseconds