Searched refs:UStringPrepProfile (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusprep.h68 typedef struct UStringPrepProfile UStringPrepProfile; typedef in typeref:struct: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* pre
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dusprep.h68 typedef struct UStringPrepProfile UStringPrepProfile; typedef in typeref:struct: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* pre
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c34 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;
H A Dspreptst.c601 UStringPrepProfile* profile = NULL;
762 UStringPrepProfile *sprep = NULL;
H A Dnfsprep.c59 UStringPrepProfile* profile = NULL;
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c34 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;
H A Dspreptst.c601 UStringPrepProfile* profile = NULL;
762 UStringPrepProfile *sprep = NULL;
H A Dnfsprep.c59 UStringPrepProfile* profile = NULL;
/external/chromium_org/third_party/icu/source/common/
H A Dsprpimpl.h86 struct UStringPrepProfile{ struct
H A Dusprep.cpp130 usprep_unload(UStringPrepProfile* data){
136 UStringPrepProfile *profile = NULL;
155 profile = (UStringPrepProfile *) e->value.pointer;
221 loadData(UStringPrepProfile* profile,
300 static UStringPrepProfile*
305 UStringPrepProfile* profile = NULL;
324 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
332 LocalMemory<UStringPrepProfile> newProfile;
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
391 U_CAPI UStringPrepProfile* U_EXPORT
[all...]
H A Duidna.cpp197 UStringPrepProfile* nameprep,
397 UStringPrepProfile* nameprep,
625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
/external/icu/icu4c/source/common/
H A Dsprpimpl.h86 struct UStringPrepProfile{ struct
H A Dusprep.cpp130 usprep_unload(UStringPrepProfile* data){
136 UStringPrepProfile *profile = NULL;
155 profile = (UStringPrepProfile *) e->value.pointer;
221 loadData(UStringPrepProfile* profile,
300 static UStringPrepProfile*
305 UStringPrepProfile* profile = NULL;
324 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
332 LocalMemory<UStringPrepProfile> newProfile;
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
391 U_CAPI UStringPrepProfile* U_EXPORT
[all...]
H A Duidna.cpp197 UStringPrepProfile* nameprep,
397 UStringPrepProfile* nameprep,
625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);

Completed in 2482 milliseconds