HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 401 - 425 of 1775) sorted by null

<<11121314151617181920>>

  /external/icu4c/io/
ufmt_cmn.c 24 #include "unicode/uchar.h"
36 ufmt_digitvalue(UChar c)
51 ufmt_isdigit(UChar c,
63 ufmt_64tou(UChar *buffer,
72 UChar *left, *right, temp;
77 buffer[length++] = (UChar)(uselower ? TO_LC_DIGIT(digit)
100 ufmt_ptou(UChar *buffer,
132 ufmt_uto64(const UChar *buffer,
136 const UChar *limit;
163 ufmt_utop(const UChar *buffer
    [all...]
ustdio.c 41 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
45 static const UChar DELIMITERS [] = { DELIM_LF, 0x0000 };
124 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush)
148 (f->fTranslit->length - f->fTranslit->pos)*sizeof(UChar));
160 f->fTranslit->buffer = (UChar*)uprv_malloc(newlen * sizeof(UChar));
164 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar));
280 u_fputs(const UChar *s
    [all...]
  /external/icu4c/samples/numfmt/
capi.c 12 static void uprintf(const UChar* str) {
22 UChar str[] = { 0x39, 0x38, 0x37, 0x36, 0x35, 0x34, 0x33,
24 UChar buf[256];
  /external/icu4c/test/cintltst/
cposxtst.c 56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
74 UChar exp[128];
78 const UChar* ustr;
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 16 #include "unicode/uchar.h"
40 static const UChar gPercentPercent[] =
47 static const UChar gLenientParse[] =
51 static const UChar gSemiColon = 0x003B;
52 static const UChar gSemiPercent[] =
100 virtual const UChar* getRuleSetName(int32_t index) const = 0;
102 virtual const UChar* getLocaleName(int32_t index) const = 0;
103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
105 virtual int32_t indexForLocale(const UChar* locale) const;
106 virtual int32_t indexForRuleSet(const UChar* ruleset) const
    [all...]
rbt_pars.cpp 19 #include "unicode/uchar.h"
42 #define VARIABLE_DEF_OP ((UChar)0x003D) /*=*/
43 #define FORWARD_RULE_OP ((UChar)0x003E) /*>*/
44 #define REVERSE_RULE_OP ((UChar)0x003C) /*<*/
45 #define FWDREV_RULE_OP ((UChar)0x007E) /*~*/ // internal rep of <> op
48 #define QUOTE ((UChar)0x0027) /*'*/
49 #define ESCAPE ((UChar)0x005C) /*\*/
50 #define END_OF_RULE ((UChar)0x003B) /*;*/
51 #define RULE_COMMENT_CHAR ((UChar)0x0023) /*#*/
53 #define SEGMENT_OPEN ((UChar)0x0028) /*(*
    [all...]
  /external/icu4c/common/
messagepattern.cpp 33 static const UChar u_pound=0x23;
34 static const UChar u_apos=0x27;
35 static const UChar u_plus=0x2B;
36 static const UChar u_comma=0x2C;
37 static const UChar u_minus=0x2D;
38 static const UChar u_dot=0x2E;
39 static const UChar u_colon=0x3A;
40 static const UChar u_lessThan=0x3C;
41 static const UChar u_equal=0x3D;
42 static const UChar u_A=0x41
    [all...]
ucnv_bld.h 77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
137 const UChar *codeUnits,
164 * or pointer to Unicode string (UChar *) if subCharLen<0.
168 * The subUChars field is declared as UChar[] not uint8_t[] to
218 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
220 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */
221 UChar UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* unicode output from Error functions */
227 UChar preFromU[UCNV_EXT_MAX_UCHARS];
  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 53 UChar *buffer;
93 UChar *buffer;
133 UChar *buffer;
173 UChar *buffer;
213 UChar *buffer;
299 UChar *dest, int32_t destCapacity,
301 const UChar *s = NULL;
350 UChar *dest, int32_t destCapacity,
391 UChar *dest, int32_t destCapacity,
400 UChar *dest, int32_t destCapacity
    [all...]
ucnv_bld.h 76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
136 const UChar *codeUnits,
163 * or pointer to Unicode string (UChar *) if subCharLen<0.
167 * The subUChars field is declared as UChar[] not uint8_t[] to
217 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
219 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */
220 UChar UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* unicode output from Error functions */
226 UChar preFromU[UCNV_EXT_MAX_UCHARS];
  /external/chromium_org/third_party/icu/source/io/
ustdio.c 41 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
45 static const UChar DELIMITERS [] = { DELIM_LF, 0x0000 };
124 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush)
148 (f->fTranslit->length - f->fTranslit->pos)*sizeof(UChar));
160 f->fTranslit->buffer = (UChar*)uprv_malloc(newlen * sizeof(UChar));
164 f->fTranslit->buffer = (UChar*)uprv_realloc(f->fTranslit->buffer, newlen * sizeof(UChar));
280 u_fputs(const UChar *s
    [all...]
uscanf_p.c 23 #include "unicode/uchar.h"
84 UChar fSpec; /* Format specification */
86 UChar fPadChar; /* Padding character */
113 u_scanf_parse_spec (const UChar *fmt,
116 const UChar *s = fmt;
117 const UChar *backup;
176 info->fPadChar = (UChar)ufmt_digitvalue(*s++);
177 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++));
178 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++));
179 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++))
    [all...]
  /external/icu4c/samples/cal/
cal.c 48 UChar *array[],
54 static void free_symbols(UChar *array[],
58 UChar *days [], UBool useLongNames,
61 static void free_days(UChar *days[]);
64 UChar *months [], UBool useLongNames,
67 static void free_months(UChar *months[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months []
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 47 String::String(const UChar* characters, unsigned length)
53 String::String(const UChar* str)
106 UChar* data;
135 UChar* data; // FIXME: We should be able to create an 8 bit string via this code path.
151 void String::append(UChar c)
204 UChar* data;
211 void String::append(const UChar* charactersToAppend, unsigned lengthToAppend)
227 UChar* data;
244 UChar* data; // FIXME: We should be able to create an 8 bit string here.
263 void String::insert(const UChar* charactersToInsert, unsigned lengthToInsert, unsigned position
    [all...]
StringImpl.h 56 typedef bool (*CharacterMatchFunctionPtr)(UChar);
57 typedef bool (*IsWhiteSpaceFunctionPtr)(UChar);
174 static PassRefPtr<StringImpl> create(const UChar*, unsigned length);
176 static PassRefPtr<StringImpl> create8BitIfPossible(const UChar*, unsigned length);
178 static PassRefPtr<StringImpl> create8BitIfPossible(const Vector<UChar, inlineCapacity>& vector)
188 static PassRefPtr<StringImpl> createUninitialized(unsigned length, UChar*& data);
193 static PassRefPtr<StringImpl> reallocate(PassRefPtr<StringImpl> originalString, unsigned length, UChar*& data);
208 ALWAYS_INLINE const UChar* characters16() const { ASSERT(!is8Bit()); return reinterpret_cast<const UChar*>(this + 1); }
308 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 16 #include "unicode/uchar.h"
40 static const UChar gPercentPercent[] =
47 static const UChar gLenientParse[] =
51 static const UChar gSemiColon = 0x003B;
52 static const UChar gSemiPercent[] =
96 virtual const UChar* getRuleSetName(int32_t index) const = 0;
98 virtual const UChar* getLocaleName(int32_t index) const = 0;
99 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
101 virtual int32_t indexForLocale(const UChar* locale) const;
102 virtual int32_t indexForRuleSet(const UChar* ruleset) const
    [all...]
rbt_pars.cpp 19 #include "unicode/uchar.h"
44 #define VARIABLE_DEF_OP ((UChar)0x003D) /*=*/
45 #define FORWARD_RULE_OP ((UChar)0x003E) /*>*/
46 #define REVERSE_RULE_OP ((UChar)0x003C) /*<*/
47 #define FWDREV_RULE_OP ((UChar)0x007E) /*~*/ // internal rep of <> op
50 #define QUOTE ((UChar)0x0027) /*'*/
51 #define ESCAPE ((UChar)0x005C) /*\*/
52 #define END_OF_RULE ((UChar)0x003B) /*;*/
53 #define RULE_COMMENT_CHAR ((UChar)0x0023) /*#*/
55 #define SEGMENT_OPEN ((UChar)0x0028) /*(*
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h 31 #include "unicode/uchar.h"
275 uset_openPattern(const UChar* pattern, int32_t patternLength,
290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
396 * @param pattern A pointer to UChar string specifying what characters are in the set.
398 * @param patternLength The length of the UChar string. -1 if NUL terminated.
412 const UChar *pattern, int32_t patternLength,
479 const UChar *prop, int32_t propLength,
480 const UChar *value, int32_t valueLength,
493 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
513 UChar* result, int32_t resultCapacity
    [all...]
  /external/icu4c/common/unicode/
uset.h 31 #include "unicode/uchar.h"
279 uset_openPattern(const UChar* pattern, int32_t patternLength,
294 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
400 * @param pattern A pointer to UChar string specifying what characters are in the set.
402 * @param patternLength The length of the UChar string. -1 if NUL terminated.
416 const UChar *pattern, int32_t patternLength,
483 const UChar *prop, int32_t propLength,
484 const UChar *value, int32_t valueLength,
497 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
517 UChar* result, int32_t resultCapacity
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 35 void ChooseMode_C(UChar *Mode, UChar *cur, Int lx, Int min_SAD)
40 UChar *p = cur;
110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx)
113 UChar *p1, *p2, *p3, *p4;
114 UChar *hmem1 = hmem;
115 UChar *hmem2 = hmem1 + 33;
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp 46 HTMLEntitySearch::CompareResult HTMLEntitySearch::compare(const HTMLEntityTableEntry* entry, UChar nextCharacter) const
50 UChar entryNextCharacter = entry->entity[m_currentLength];
56 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const
81 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const
106 void HTMLEntitySearch::advance(UChar nextCharacter)
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/transcoder/
FontTranscoder.cpp 43 UChar unicodeNameMSPGothic[] = {0xFF2D, 0xFF33, 0x0020, 0xFF30, 0x30B4, 0x30B7, 0x30C3, 0x30AF};
47 UChar unicodeNameMSPMincho[] = {0xFF2D, 0xFF33, 0x0020, 0xFF30, 0x660E, 0x671D};
51 UChar unicodeNameMSGothic[] = {0xFF2D, 0xFF33, 0x0020, 0x30B4, 0x30B7, 0x30C3, 0x30AF};
55 UChar unicodeNameMSMincho[] = {0xFF2D, 0xFF33, 0x0020, 0x660E, 0x671D};
59 UChar unicodeNameMeiryo[] = {0x30E1, 0x30A4, 0x30EA, 0x30AA};
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 18 const UChar *m_file_;
23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
119 const UChar* m_file_;
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 18 const UChar *m_file_;
23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
114 const UChar* m_file_;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 53 inline bool isCollapsibleWhitespace(UChar c)
96 UChar characterAt(unsigned index) const;
137 void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
177 UChar m_lastCharacter;
181 UChar m_singleCharacterBuffer;
246 void emitCharacter(UChar, Node*, int startOffset, int endOffset);
275 UChar m_lastCharacter;
278 UChar m_singleCharacterBuffer;
308 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
355 UChar characterAt(unsigned index) const
    [all...]

Completed in 315 milliseconds

<<11121314151617181920>>