HomeSort by relevance Sort by last modified time
    Searched refs:UStringPrepProfile (Results 1 - 7 of 7) 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/test/cintltst/
sprpdata.c 36 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode);
39 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
43 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
56 UStringPrepProfile* data = (UStringPrepProfile*) context;
95 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode) {
149 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
229 compareFlagsForRange(UStringPrepProfile* data,
281 UStringPrepProfile* profile = NULL;
spreptst.c 601 UStringPrepProfile* profile = NULL;
762 UStringPrepProfile *sprep = NULL;
nfsprep.c 61 UStringPrepProfile* profile = NULL;
  /external/icu/icu4c/source/common/
usprep.cpp 133 usprep_unload(UStringPrepProfile* data){
139 UStringPrepProfile *profile = NULL;
158 profile = (UStringPrepProfile *) e->value.pointer;
224 loadData(UStringPrepProfile* profile,
303 static UStringPrepProfile*
308 UStringPrepProfile* profile = NULL;
327 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
335 LocalMemory<UStringPrepProfile> newProfile;
369 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
394 U_CAPI UStringPrepProfile* U_EXPORT
    [all...]
sprpimpl.h 88 struct UStringPrepProfile{
uidna.cpp 199 UStringPrepProfile* nameprep,
399 UStringPrepProfile* nameprep,
626 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
655 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
686 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);
779 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status);

Completed in 1065 milliseconds