HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 26 - 50 of 987) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/VEX/pub/
libvex_guest_ppc64.h 212 /* 1304 */ UChar guest_XER_SO; /* in lsb */
213 /* 1305 */ UChar guest_XER_OV; /* in lsb */
214 /* 1306 */ UChar guest_XER_OV32; /* in lsb */
215 /* 1307 */ UChar guest_XER_CA; /* in lsb */
216 /* 1308 */ UChar guest_XER_CA32; /* in lsb */
217 /* 1309 */ UChar guest_XER_BC; /* all bits */
220 /* 1310 */ UChar guest_CR0_321; /* in [3:1] */
221 /* 1311 */ UChar guest_CR0_0; /* in lsb */
222 /* 1312 */ UChar guest_CR1_321; /* in [3:1] */
223 /* 1313 */ UChar guest_CR1_0; /* in lsb *
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.h 100 UChar *name;
120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
124 ONIG_EXTERN int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
125 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
128 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
utf16_le.c 58 utf16le_mbc_enc_len(const UChar* p)
64 utf16le_is_mbc_newline(const UChar* p, const UChar* end)
84 utf16le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED)
87 UChar c0 = *p;
88 UChar c1 = *(p+1);
102 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf)
104 UChar* p = buf;
112 *p++ = (UChar)(((plane & 0x03) << 6) + (high >> 2));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udatpg.h 224 const UChar *skeleton, int32_t length,
225 UChar *bestPattern, int32_t capacity,
260 const UChar *skeleton, int32_t length,
262 UChar *bestPattern, int32_t capacity,
288 const UChar *pattern, int32_t length,
289 UChar *skeleton, int32_t capacity,
318 const UChar *pattern, int32_t length,
319 UChar *baseSkeleton, int32_t capacity,
348 const UChar *pattern, int32_t patternLength,
350 UChar *conflictingPattern, int32_t capacity, int32_t *pLength
    [all...]
umsg.h 58 * UChar *result, *tzID, *str;
59 * UChar pattern[100];
66 * str=(UChar*)malloc(sizeof(UChar) * (strlen("disturbance in force") +1));
68 * tzID=(UChar*)malloc(sizeof(UChar) * 4);
79 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
82 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*)
92 * UChar* str
    [all...]
  /external/icu/icu4c/source/i18n/
utf16collationiterator.h 37 const UChar *s, const UChar *p, const UChar *lim)
41 UTF16CollationIterator(const UTF16CollationIterator &other, const UChar *newText);
51 void setText(const UChar *s, const UChar *lim) {
69 virtual UChar handleGetTrailSurrogate();
79 const UChar *start, *pos, *limit;
88 const UChar *s, const UChar *p, const UChar *lim
    [all...]
zonemeta.h 22 const UChar *mzid; // const because it's a reference to a resource bundle string.
43 * This overload method returns a persistent const UChar*, which is guranteed to persist
50 static const UChar* U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status);
55 static const UChar* U_EXPORT2 getCanonicalCLDRID(const TimeZone& tz);
84 static const UChar* U_EXPORT2 findTimeZoneID(const UnicodeString& tzid);
90 static const UChar* U_EXPORT2 findMetaZoneID(const UnicodeString& mzid);
105 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);
113 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
119 static const UChar* getShortIDFromCanonical(const UChar* canonicalID)
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 22 #include "unicode/uchar.h"
32 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar */
43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
55 U_CAPI UChar * U_EXPORT2
56 u_strFindFirst(const UChar *s, int32_t length,
57 const UChar *sub, int32_t subLength) {
58 const UChar *start, *p, *q, *subLimit
    [all...]
appendable.cpp 28 return appendCodeUnit((UChar)c);
35 Appendable::appendString(const UChar *s, int32_t length) {
37 UChar c;
44 const UChar *limit=s+length;
59 UChar *
62 UChar *scratch, int32_t scratchCapacity,
ucurrimp.h 28 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
56 UChar* result,
ustrcase_locale.cpp 45 u_strToLower(UChar *dest, int32_t destCapacity,
46 const UChar *src, int32_t srcLength,
57 u_strToUpper(UChar *dest, int32_t destCapacity,
58 const UChar *src, int32_t srcLength,
72 const UChar *src, int32_t srcLength,
73 UChar *dest, int32_t destCapacity, Edits *edits,
84 const UChar *src, int32_t srcLength,
85 UChar *dest, int32_t destCapacity, Edits *edits,
  /external/icu/icu4c/source/io/
ufmt_cmn.h 29 #define MAX_UCHAR_BUFFER_SIZE(buffer) ((int32_t)(sizeof(buffer)/(U16_MAX_LENGTH*sizeof(UChar))))
30 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar))
45 ufmt_uchar, /* int, cast to UChar */
46 ufmt_ustring /* UChar* */
57 int64_t int64Value; /* int, UChar */
60 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
74 * Convert a UChar in hex radix to an integer value.
75 * @param c The UChar to convert.
79 ufmt_digitvalue(UChar c);
82 * Determine if a UChar is a digit for a specified radix
    [all...]
sscanf.cpp 36 u_sscanf(const UChar *buffer,
51 u_sscanf_u(const UChar *buffer,
52 const UChar *patternSpecification,
66 u_vsscanf(const UChar *buffer,
71 UChar *pattern;
72 UChar patBuffer[UFMT_DEFAULT_BUFFER_SIZE];
77 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
99 u_vsscanf_u(const UChar *buffer,
100 const UChar *patternSpecification
    [all...]
uscanf.h 32 const UChar *patternSpecification,
  /external/icu/icu4c/source/test/intltest/
idnaref.h 64 idnaref_toASCII(const UChar* src, int32_t srcLength,
65 UChar* dest, int32_t destCapacity,
102 idnaref_toUnicode(const UChar* src, int32_t srcLength,
103 UChar* dest, int32_t destCapacity,
145 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
146 UChar* dest, int32_t destCapacity,
184 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
185 UChar* dest, int32_t destCapacity,
218 idnaref_compare( const UChar *s1, int32_t length1,
219 const UChar *s2, int32_t length2
    [all...]
  /external/icu/icu4c/source/tools/genrb/
prscmnts.h 37 getNote(const UChar* source, int32_t srcLen,
38 UChar** dest, int32_t destCapacity,
41 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
44 getDescription( const UChar* source, int32_t srcLen,
45 UChar** dest, int32_t destCapacity,
48 getTranslate( const UChar* source, int32_t srcLen,
49 UChar** dest, int32_t destCapacity,
53 getAt(const UChar* source, int32_t srcLen,
54 UChar** dest, int32_t destCapacity,
60 getCount(const UChar* source, int32_t srcLen,
    [all...]
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 19 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
24 const UChar* src;
26 const UChar* pttrn;
39 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
51 const UChar* src;
53 UChar* pttrn;
66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status)
    [all...]
  /external/icu/icu4c/source/samples/cal/
uprint.h 28 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/icu/icu4c/source/samples/date/
uprint.h 28 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/icu/icu4c/source/samples/layout/
UnicodeReader.h 32 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
ucreader.h 18 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.h 25 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
32 static void printUSeq(const UChar* a, int len);
34 static void printUSeqErr(const UChar* a, int len);
  /external/valgrind/none/tests/amd64/
nan80and64.c 14 typedef unsigned char UChar;
17 void do_64_to_80 ( UChar* dst, UChar* src )
25 void do_80_to_64 ( UChar* dst, UChar* src )
33 void print80 ( char* s, UChar* v )
42 void print64 ( char* s, UChar* v )
53 void gen_qnan_64 ( UChar* dst )
59 #define SWAPC(_xx,_yy) { UChar tmp = _xx; _xx = _yy; _yy = tmp; }
61 static void rev64 ( UChar* f64
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 56 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
57 Int getBlockSum(UChar *rec, Int lx);
69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
77 UChar *bitmaprow, UInt *bitmapzz, Int dummy);
80 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
83 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz
    [all...]
  /external/icu/icu4c/source/common/unicode/
unorm.h 214 unorm_normalize(const UChar *source, int32_t sourceLength,
216 UChar *result, int32_t resultLength,
240 unorm_quickCheck(const UChar *source, int32_t sourcelength,
261 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
287 unorm_isNormalized(const UChar *src, int32_t srcLength,
309 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
388 UChar *dest, int32_t destCapacity,
421 UChar *dest, int32_t destCapacity,
464 unorm_concatenate(const UChar *left, int32_t leftLength,
465 const UChar *right, int32_t rightLength
    [all...]

Completed in 719 milliseconds

12 3 4 5 6 7 8 91011>>