HomeSort by relevance Sort by last modified time
    Searched refs:UStringPrepProfile (Results 1 - 7 of 7) 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/test/cintltst/
sprpdata.c 33 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode);
36 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
40 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
53 UStringPrepProfile* data = (UStringPrepProfile*) context;
92 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode) {
146 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
226 compareFlagsForRange(UStringPrepProfile* data,
278 UStringPrepProfile* profile = NULL;
spreptst.c 601 UStringPrepProfile* profile = NULL;
762 UStringPrepProfile *sprep = NULL;
nfsprep.c 59 UStringPrepProfile* profile = NULL;
  /external/icu4c/common/
sprpimpl.h 86 struct UStringPrepProfile{
usprep.cpp 129 usprep_unload(UStringPrepProfile* data){
135 UStringPrepProfile *profile = NULL;
154 profile = (UStringPrepProfile *) e->value.pointer;
230 loadData(UStringPrepProfile* profile,
309 static UStringPrepProfile*
314 UStringPrepProfile* profile = NULL;
333 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
341 LocalMemory<UStringPrepProfile> newProfile;
375 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
400 U_CAPI UStringPrepProfile* U_EXPORT
    [all...]
uidna.cpp 197 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 110 milliseconds