HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 101 - 125 of 1459) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/android/content/
PhoneEmailDetector.h 35 UChar mStore[NAVIGATION_MAX_PHONE_LENGTH + 1];
36 UChar* mStorePtr;
37 UChar mBackOne;
38 UChar mBackTwo;
39 UChar mCurrent;
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 944 static __inline__ UChar *
945 emit_2bytes(UChar *p, ULong val)
947 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 6, 2) + 2;
951 static __inline__ UChar *
952 emit_4bytes(UChar *p, ULong val)
954 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 4, 4) + 4;
958 static __inline__ UChar *
959 emit_6bytes(UChar *p, ULong val
    [all...]
  /external/icu4c/i18n/unicode/
ucurr.h 54 UChar* buff,
98 ucurr_register(const UChar* isoCode,
133 U_STABLE const UChar* U_EXPORT2
134 ucurr_getName(const UChar* currency,
157 U_STABLE const UChar* U_EXPORT2
158 ucurr_getPluralName(const UChar* currency,
175 ucurr_getDefaultFractionDigits(const UChar* currency,
188 ucurr_getRoundingIncrement(const UChar* currency,
273 ucurr_isAvailable(const UChar* isoCode,
321 UChar* buff,
    [all...]
udateintervalformat.h 105 const UChar* skeleton,
107 const UChar* tzID,
171 UChar* result,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
35 UChar* overrunBuffer; /* pointer to overrun buffer */
146 UChar *Mode; /* Modes INTRA/INTER/etc. */
147 UChar *CBP; /* MCBPC/CBPY stuff */
162 UChar MTB;
163 UChar LayerID;
164 UChar CodeType;
165 UChar RefSelCode;
236 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info)
    [all...]
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 61 UChar entity;
80 void concatenateMarkup(Vector<UChar>& out);
81 void appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML);
82 void appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString);
83 void appendNodeValue(Vector<UChar>& out, const Node*, const Range*, EntityMask);
86 void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
88 virtual void appendText(Vector<UChar>& out, Text*);
89 void appendComment(Vector<UChar>& out, const String& comment);
90 void appendDocumentType(Vector<UChar>& result, const DocumentType*);
91 void appendProcessingInstruction(Vector<UChar>& out, const String& target, const String& data)
    [all...]
  /external/icu4c/i18n/
alphaindex.cpp 438 static const UChar32 CGJ = (UChar)0x034F;
602 inflowLabel_.append((UChar)0x2026); // Ellipsis
865 static UChar HACK_FIRST_CHARS_IN_SCRIPTS[] = { 0x61, 0, 0x03B1, 0,
887 const UChar *src = HACK_FIRST_CHARS_IN_SCRIPTS;
888 const UChar *limit = src + sizeof(HACK_FIRST_CHARS_IN_SCRIPTS) / sizeof(HACK_FIRST_CHARS_IN_SCRIPTS[0]);
929 static const UChar PINYIN_LOWER_BOUNDS_SHORT[] = { // "\u0101bcd\u0113fghjkl\u1E3F\u0144\u014Dpqrstwxyz"
937 {(UChar)0, (UChar)0, (UChar)0}, // A
938 {(UChar)0x516B, (UChar)0, (UChar)0}, // B
    [all...]
ucol_tok.h 69 UChar debugSource;
70 UChar debugExpansion;
71 UChar debugPrefix;
85 UChar **rulesToParseHdl;
109 UChar *source;
110 UChar *end;
111 const UChar *current;
112 UChar *sourceCurrent;
113 UChar *extraCurrent;
114 UChar *extraEnd
    [all...]
  /external/icu4c/common/unicode/
unorm.h 207 unorm_normalize(const UChar *source, int32_t sourceLength,
209 UChar *result, int32_t resultLength,
233 unorm_quickCheck(const UChar *source, int32_t sourcelength,
254 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
280 unorm_isNormalized(const UChar *src, int32_t srcLength,
302 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
381 UChar *dest, int32_t destCapacity,
414 UChar *dest, int32_t destCapacity,
457 unorm_concatenate(const UChar *left, int32_t leftLength,
458 const UChar *right, int32_t rightLength
    [all...]
uidna.h 213 const UChar *label, int32_t length,
214 UChar *dest, int32_t capacity,
240 const UChar *label, int32_t length,
241 UChar *dest, int32_t capacity,
269 const UChar *name, int32_t length,
270 UChar *dest, int32_t capacity,
296 const UChar *name, int32_t length,
297 UChar *dest, int32_t capacity,
507 * @param src Input UChar array containing label in Unicode.
509 * @param dest Output UChar array with ASCII (ACE encoded) label
    [all...]
urep.h 54 * Function pointer that returns the number of UChar code units in
64 * Function pointer that returns a UChar code units at the given
70 * @param offset The index at which to fetch the UChar (code unit).
71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
74 UChar (*charAt)(const UReplaceable* rep,
109 const UChar* text,
128 UChar* dst);
  /external/icu4c/common/
ustr_imp.h 50 uprv_strCompare(const UChar *s1, int32_t length1,
51 const UChar *s2, int32_t length2,
60 u_strcmpFold(const UChar *s1, int32_t length1,
61 const UChar *s2, int32_t length2,
111 UChar *dest, int32_t destCapacity,
112 const UChar *src, int32_t srcLength,
118 UChar *dest, int32_t destCapacity,
119 const UChar *src, int32_t srcLength,
127 UChar *dest, int32_t destCapacity,
128 const UChar *src, int32_t srcLength
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 142 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
143 <tr><td>%C</td><td>UChar</td><td>UChar</td><td>16-bit Unicode code unit<br>
144 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
146 <tr><td>%[]</td><td>&nbsp;</td><td>UChar *</td><td>Null terminated UTF-16 string which contains the filtered set of characters specified by the UnicodeSet</td></tr>
300 u_fstropen(UChar *stringBuf,
484 const UChar *patternSpecification,
501 const UChar *patternSpecification,
505 * Write a Unicode to a UFILE. The null (U+0000) terminated UChar*
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 58 UChar* ML_(dinfo_strdup) ( HChar* cc, const UChar* str ) {
62 UChar* ML_(dinfo_memdup) ( HChar* cc, UChar* str, SizeT nStr ) {
63 UChar* dst = VG_(arena_malloc)( VG_AR_DINFO, cc, nStr );
71 UChar* p = (UChar*)(&x);
75 Short ML_(read_Short)( UChar* data ) {
87 Int ML_(read_Int) ( UChar* data ) {
103 Long ML_(read_Long) ( UChar* data )
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h 118 UChar foldCase(UChar);
120 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
122 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
124 UChar toUpper(UChar);
125 UChar toLower(UChar);
    [all...]
  /external/icu4c/io/
ufile.h 38 UChar *buffer; /* Beginning of buffer */
48 UChar *fPos; /* current pos in fUCBuffer */
49 const UChar *fLimit; /* data limit in fUCBuffer */
50 UChar *fBuffer; /* Place to write the string */
68 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
79 u_file_write_flush( const UChar *chars,
99 ufile_getch(UFILE *f, UChar *ch);
uprintf.h 37 UChar fOrigSpec; /* Conversion specification */
38 UChar fSpec; /* Conversion specification */
39 UChar fPadChar; /* Padding character */
55 const UChar *str,
61 const UChar *result,
71 UChar *str; /* Place to write the string */
92 const UChar *fmt,
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 46 template <typename FloatType> static bool genericParseNumber(const UChar*& ptr, const UChar* end, FloatType& number, bool skip)
50 const UChar* start = ptr;
72 const UChar* ptrStartIntPart = ptr;
77 const UChar* ptrScanIntPart = ptr - 1;
145 bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip)
152 bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag)
154 const UChar flagChar = *ptr++
    [all...]
  /external/icu4c/test/cintltst/
cdtdptst.c 51 UChar *pattern;
53 UChar *s;
58 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72 s=(UChar*)malloc(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
116 UChar *s;
117 UChar *fmtChars;
129 s=(UChar*)malloc(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) )
    [all...]
  /external/icu4c/samples/numfmt/
util.cpp 38 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
47 target += (UChar)U_DQUOTE;
49 UChar ch = source[i];
51 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
57 target += (UChar)U_DQUOTE;
99 return UnicodeString((UChar)U_DQUOTE).append(f.getString()).append((UChar)U_DQUOTE);
104 UnicodeString result((UChar)U_LEFT_SQUARE_BRACKET);
107 (result += (UChar)U_COMMA) += (UChar)U_SPACE
    [all...]
  /external/icu4c/test/intltest/
sfwdchit.h 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
44 virtual UChar nextPostInc(void);
71 UChar *fStart, *fEnd, *fCurrent;
  /external/webkit/Source/WebCore/html/parser/
CSSPreloadScanner.h 60 inline void tokenize(UChar c);
64 Vector<UChar, 16> m_rule;
65 Vector<UChar> m_ruleValue;

Completed in 813 milliseconds

1 2 3 45 6 7 8 91011>>