Searched defs:converter (Results 1 - 25 of 45) sorted by path

12

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DMutations.java124 public void addConverter(Converter converter) { argument
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java1005 evolveMetadata(Format newFormatParam, Converter converter, Evolver evolver) argument
1695 private Converter converter; field in class:ComplexFormat.ConvertFieldReader
1702 ConvertFieldReader(Converter converter, int oldFieldIndex, int newFieldIndex, boolean isNewSecKeyField) argument
[all...]
H A DConverterReader.java23 private Converter converter; field in class:ConverterReader
26 ConverterReader(Converter converter) { argument
H A DEvolver.java566 private boolean applyConverter(Converter converter, argument
[all...]
H A DFormat.java723 evolveMetadata(Format newFormat, Converter converter, Evolver evolver) argument
/macosx-10.9.5/CF-855.17/
H A DCFICUConverters.c50 UConverter **converter = data->_converters; local
129 UConverter *converter; local
165 __CFStringEncodingConverterReleaseICUConverter(UConverter *converter, uint32_t flags, CFIndex status) argument
253 UConverter *converter; local
355 UConverter *converter; local
[all...]
H A DCFString.c436 const CFStringEncodingConverter *converter = CFStringEncodingGetConverter(__CFDefaultSystemEncoding); local
H A DCFStringEncodingConverter.c239 static CFIndex __CFToBytesCheapEightBitWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
255 static CFIndex __CFToUnicodeCheapEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) { argument
271 static CFIndex __CFToCanonicalUnicodeCheapEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) { argument
314 static CFIndex __CFToBytesStandardEightBitWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
334 __CFToUnicodeStandardEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
360 __CFToCanonicalUnicodeStandardEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
405 __CFToBytesCheapMultiByteWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
432 __CFToUnicodeCheapMultiByteWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
452 __CFToCanonicalUnicodeCheapMultiByteWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
505 _CFEncodingConverter *converter; local
597 const _CFEncodingConverter *converter = NULL; local
681 const _CFEncodingConverter *converter = __CFGetConverter(encoding); local
812 const _CFEncodingConverter *converter = __CFGetConverter(encoding); local
861 const _CFEncodingConverter *converter = __CFGetConverter(encoding); local
905 const _CFEncodingConverter *converter = __CFGetConverter(encoding); local
929 _CFEncodingConverter *converter = (_CFEncodingConverter *)__CFGetConverter(encoding); local
940 const _CFEncodingConverter *converter = __CFGetConverter(encoding); local
[all...]
H A DCFStringEncodings.c323 const CFStringEncodingConverter *converter = CFStringEncodingGetConverter(kCFStringEncodingUTF8); local
415 const CFStringEncodingConverter *converter = CFStringEncodingGetConverter(encoding); local
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dutils.c151 int f_rank, t_rank, converter; local
313 int prom, from, target, f_rank, t_rank, converter; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c321 ucnv_close (UConverter * converter) argument
419 ucnv_getSubstChars(const UConverter * converter, char *mySubChar, int8_t * len, UErrorCode * err) argument
444 ucnv_setSubstChars(UConverter * converter, const char *mySubChar, int8_t len, UErrorCode * err) argument
563 _reset(UConverter *converter, UConverterResetChoice choice, UBool callCallback) argument
628 ucnv_reset(UConverter *converter) argument
634 ucnv_resetToUnicode(UConverter *converter) argument
640 ucnv_resetFromUnicode(UConverter *converter) argument
646 ucnv_getMaxCharSize(const UConverter * converter) argument
653 ucnv_getMinCharSize(const UConverter * converter) argument
659 ucnv_getName(const UConverter * converter, UErrorCode * err) argument
673 ucnv_getCCSID(const UConverter * converter, UErrorCode * err) argument
697 ucnv_getPlatform(const UConverter * converter, UErrorCode * err) argument
707 ucnv_getToUCallBack(const UConverter * converter, UConverterToUCallback *action, const void **context) argument
716 ucnv_getFromUCallBack(const UConverter * converter, UConverterFromUCallback *action, const void **context) argument
725 ucnv_setToUCallBack(UConverter * converter, UConverterToUCallback newAction, const void* newContext, UConverterToUCallback *oldAction, const void** oldContext, UErrorCode * err) argument
741 ucnv_setFromUCallBack(UConverter * converter, UConverterFromUCallback newAction, const void* newContext, UConverterFromUCallback *oldAction, const void** oldContext, UErrorCode * err) argument
2608 ucnv_getType(const UConverter* converter) argument
2620 ucnv_getStarters(const UConverter* converter, UBool starters[256], UErrorCode* err) argument
2701 ucnv_getInvalidChars(const UConverter * converter, char *errBytes, int8_t * len, UErrorCode * err) argument
2727 ucnv_getInvalidUChars(const UConverter * converter, UChar *errChars, int8_t * len, UErrorCode * err) argument
[all...]
H A Ducnv2022.cpp437 setInitialStateFromUnicodeKR(UConverter* converter,UConverterDataISO2022 *myConverterData) argument
616 _ISO2022Close(UConverter *converter) argument
639 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice) argument
[all...]
H A Ducnv_cb.c179 UConverter *converter; local
[all...]
H A Ducnv_ct.c304 _CompoundTextClose(UConverter *converter) { argument
321 _CompoundTextReset(UConverter *converter, UConverterResetChoice choice) { argument
[all...]
H A Ducnvmbcs.c5563 ucnv_MBCSGetType(const UConverter* converter) argument
[all...]
H A Dunistr_cnv.cpp172 UConverter *converter; local
323 UConverter *converter; local
365 doCodepageCreate(const char *codepageData, int32_t dataLength, UConverter *converter, UErrorCode &status) argument
[all...]
H A Dustr_cnv.c37 UConverter *converter = NULL; local
63 u_releaseDefaultConverter(UConverter *converter) argument
86 UConverter *converter = NULL; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv_err.h195 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ member in struct:__anon1068
211 UConverter *converter; /**< Pointer to the converter tha member in struct:__anon1069
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/
H A Duwmsg.c41 UConverter *converter; local
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dustream.cpp41 UConverter *converter; local
81 UConverter *converter; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/cal/
H A Duprint.c29 UConverter *converter; local
/macosx-10.9.5/ICU-511.35/icuSources/samples/date/
H A Duprint.c30 UConverter *converter; local
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c359 UConverter *converter=NULL; local
2864 } converter[] = { local
[all...]
H A Dnucnvtst.c2994 UConverter*converter; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/gencnval/
H A Dgencnval.c106 uint16_t converter; /* Index into stringStore */ member in struct:__anon1429
414 char *converter, *alia local
655 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) argument
779 addConverter(const char *converter) argument
908 createOneAliasList(uint16_t *aliasArrLists, uint32_t tag, uint32_t converter, uint16_t offset) argument
[all...]

Completed in 611 milliseconds

12