HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 151 - 175 of 1475) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGTransformable.cpp 36 static int parseTransformParamList(const UChar*& ptr, const UChar* end, float* values, int required, int optional)
97 bool SVGTransformable::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform)
140 static const UChar skewXDesc[] = {'s', 'k', 'e', 'w', 'X'};
141 static const UChar skewYDesc[] = {'s', 'k', 'e', 'w', 'Y'};
142 static const UChar scaleDesc[] = {'s', 'c', 'a', 'l', 'e'};
143 static const UChar translateDesc[] = {'t', 'r', 'a', 'n', 's', 'l', 'a', 't', 'e'};
144 static const UChar rotateDesc[] = {'r', 'o', 't', 'a', 't', 'e'};
145 static const UChar matrixDesc[] = {'m', 'a', 't', 'r', 'i', 'x'}
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 52 UChar ch = (UChar)((UInt)c); \
53 UChar* p = (UChar*)s; \
54 UChar* last = NULL; \
78 UChar ch = (UChar)((UInt)c); \
79 UChar* p = (UChar*)s; \
217 UChar c0 = (UChar)c;
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.h 24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
29 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status);
39 const UChar* src;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
104 UChar dest[DEST_BUFFER_CAPACITY];
105 UChar* pDest;
110 const UChar* src
    [all...]
  /external/icu4c/extra/scrptrun/
scrptrun.h 38 ScriptRun(const UChar chars[], int32_t length);
40 ScriptRun(const UChar chars[], int32_t start, int32_t length);
46 void reset(const UChar chars[], int32_t start, int32_t length);
76 const UChar *charArray;
105 inline ScriptRun::ScriptRun(const UChar chars[], int32_t length)
110 inline ScriptRun::ScriptRun(const UChar chars[], int32_t start, int32_t length)
146 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length)
  /external/icu4c/samples/case/
ucase.c 14 #include "unicode/uchar.h"
25 static const UChar upper[] = {0x61, 0x42, 0x49, 0}; /* upper = "aBI" */
26 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */
28 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ;
29 UChar buffer[32];
30 const UChar char_k = 0x006b; /* 'k' */
31 const UChar char_K = 0x004b; /* 'K' */
37 /* uchar.h APIs, single character case mapping */
45 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch);
47 /* ustring.h APIs, UChar * string case mapping with a Turkish locale *
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
VerticalTextMap.cpp 35 static const UChar vTextCnvTable[][2] = {
91 static HashMap<UChar, UChar>* verticalTextHashMap = 0;
93 UChar VerticalTextMap::getVerticalForm(UChar c) {
98 verticalTextHashMap = new HashMap<UChar, UChar>;
  /external/icu4c/test/cintltst/
udatpg_test.c 20 * One item to note: C API functions which return a const UChar *
51 * Pipe symbol '|'. We pass only the first UChar without NUL-termination.
52 * The second UChar is just to verify that the API does not pick that up.
54 static const UChar pipeString[]={ 0x7c, 0x0a };
56 static const UChar testSkeleton1[]={ 0x48, 0x48, 0x6d, 0x6d, 0 }; /* HHmm */
57 static const UChar expectingBestPattern[]={ 0x48, 0x2e, 0x6d, 0x6d, 0 }; /* H.mm */
58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */
59 static const UChar expectingSkeleton[]= { 0x48, 0x48, 0x6d, 0x6d, 0 }; /* HHmm */
60 static const UChar expectingBaseSkeleton[]= { 0x48, 0x6d, 0 }; /* HHmm */
61 static const UChar redundantPattern[]={ 0x79, 0x79, 0x4d, 0x4d, 0x4d, 0 }; /* yyMMM *
    [all...]
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 70 const UChar* m_current;
115 void push(UChar c)
150 void advanceAndASSERT(UChar expectedCharacter)
156 void advanceAndASSERTIgnoringCase(UChar expectedCharacter)
206 void advance(unsigned count, UChar* consumedCharacters);
223 const UChar& operator*() const { return *current(); }
224 const UChar* operator->() const { return current(); }
241 const UChar* current() const { return m_currentChar; }
243 static bool equalsLiterally(const UChar* str1, const UChar* str2, size_t count) { return !memcmp(str1, str2, count * sizeof(UChar));
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 68 bool charactersAreAllASCII(const UChar*, size_t);
69 bool charactersAreAllLatin1(const UChar*, size_t);
70 int charactersToIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
71 unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
72 int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
73 uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
74 intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
76 int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
77 unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
78 int64_t charactersToInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbag
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 9 typedef unsigned char UChar;
20 UChar res;
34 UChar res;
45 UChar res;
56 UChar res;
71 UChar res;
85 UChar res;
96 UChar res;
107 UChar res;
123 UChar res
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 60 UString::UString(const UChar* characters, unsigned length)
66 UString::UString(const UChar* characters)
72 while (characters[length] != UChar(0))
92 UChar buf[1 + sizeof(i) * 3];
93 UChar* end = buf + WTF_ARRAY_LENGTH(buf);
94 UChar* p = end;
121 UChar buf[1 + sizeof(i) * 3];
122 UChar* end = buf + WTF_ARRAY_LENGTH(buf);
123 UChar* p = end;
154 UChar buf[sizeof(u) * 3]
    [all...]
  /external/icu4c/common/
uidna.cpp 31 static const UChar ACE_PREFIX[] ={ 0x0078,0x006E,0x002d,0x002d } ;
48 inline static UChar
49 toASCIILower(UChar ch){
57 startsWithPrefix(const UChar* src , int32_t srcLength){
74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len,
75 const UChar* s2, int32_t s2Len){
95 UChar c1,c2;
129 static inline UBool isLabelSeparator(UChar ch){
145 getNextSeparator(UChar *src, int32_t srcLength,
146 UChar **limit, UBool *done)
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 41 static const UChar windowsLatin1ExtensionArray[32] = {
48 inline UChar adjustEntity(UChar32 value)
65 inline bool convertToUTF16(UChar32 value, Vector<UChar, 16>& decodedEntity)
68 UChar character = static_cast<UChar>(value);
78 inline bool isHexDigit(UChar cc)
83 inline bool isAlphaNumeric(UChar cc)
88 void unconsumeCharacters(SegmentedString& source, const Vector<UChar, 10>& consumedCharacters)
101 bool consumeHTMLEntity(SegmentedString& source, Vector<UChar, 16>& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter
    [all...]
  /external/icu4c/i18n/
rbt_pars.h 108 UChar variableNext;
115 UChar variableLimit;
131 UChar dotStandIn;
273 UChar parseSet(const UnicodeString& rule,
283 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
290 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
304 UChar getDotStandIn(UErrorCode& status);
351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
ucol_cnt.h 40 UChar *codePoints;
50 UChar *codePoints;
72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status);
78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
84 uprv_cnttab_findCP(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status);
90 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status);
93 uprv_cnttab_findCE(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status);
96 uprv_cnttab_isTailored(CntTable *table, uint32_t element, UChar *ztString, UErrorCode *status);
zonemeta.h 20 const UChar *mzid; // const because it's a reference to a resource bundle string.
41 * This overload method returns a persistent const UChar*, which is guranteed to persist
44 static const UChar* U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status);
49 static const UChar* U_EXPORT2 getCanonicalCLDRID(const TimeZone& tz);
82 static const UChar* U_EXPORT2 findTimeZoneID(const UnicodeString& tzid);
88 static const UChar* U_EXPORT2 findMetaZoneID(const UnicodeString& mzid);
udatpg.cpp 58 const UChar *skeleton, int32_t length,
59 UChar *bestPattern, int32_t capacity,
68 const UChar *skeleton, int32_t length,
70 UChar *bestPattern, int32_t capacity,
86 const UChar *pattern, int32_t length,
87 UChar *skeleton, int32_t capacity,
103 const UChar *pattern, int32_t length,
104 UChar *skeleton, int32_t capacity,
120 const UChar *pattern, int32_t patternLength,
122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 77 UChar* name; /* in mallocville */
82 UChar* name; /* in mallocville */
85 UChar* loc; /* location expr, in mallocville */
100 UChar* name; /* in mallocville */
102 UChar enc; /* S:signed U:unsigned F:floating C:complex float */
109 UChar* name; /* in mallocville */
113 UChar* name; /* in mallocville */
120 UChar* name; /* in mallocville */
131 UChar qual; /* C:const V:volatile */
176 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset
    [all...]
  /external/icu4c/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
68 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) {
84 qsort(data, size, maxlen*sizeof(UChar), compare_current);
  /external/icu4c/test/intltest/
convtest.h 33 UChar subString[16];
40 const UChar *unicode;
53 const UChar *invalidUChars;
58 UChar resultUnicode[200];
86 const UChar *result, int32_t resultLength,
idnaconf.cpp 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // =====
26 static const UChar C_NAMEZONE[] = {0x6E, 0x61, 0x6D, 0x65, 0x7A, 0x6F, 0x6E, 0x65, 0}; // namezone
27 static const UChar C_NAMEBASE[] = {0x6E, 0x61, 0x6D, 0x65, 0x62, 0x61, 0x73, 0x65, 0}; // namebase
28 static const UChar C_NAMEUTF8[] = {0x6E, 0x61, 0x6D, 0x65, 0x75, 0x74, 0x66, 0x38, 0}; // nameutf8
30 static const UChar C_TYPE[] = {0x74, 0x79, 0x70, 0x65, 0}; // type
31 static const UChar C_TOASCII[] = {0x74, 0x6F, 0x61, 0x73, 0x63, 0x69, 0x69, 0}; // toascii
32 static const UChar C_TOUNICODE[] = {0x74, 0x6F, 0x75, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0}; // tounicode
34 static const UChar C_PASSFAIL[] = {0x70, 0x61, 0x73, 0x73, 0x66, 0x61, 0x69, 0x6C, 0}; // passfail
35 static const UChar C_PASS[] = {0x70, 0x61, 0x73, 0x73, 0}; // pass
36 static const UChar C_FAIL[] = {0x66, 0x61, 0x69, 0x6C, 0}; // fai
    [all...]
  /external/icu4c/tools/genrb/
ustr.h 26 *(target)++ = (UChar) c; \
41 *(target)++ = (UChar) c; \
53 UChar *fChars;
76 U_CFUNC void ustr_ucat(struct UString *dst, UChar c, UErrorCode *status);
78 U_CFUNC void ustr_uscat(struct UString *dst, const UChar* src,int len,UErrorCode *status);
  /external/valgrind/main/none/tests/amd64/
movbe.c 7 typedef unsigned char UChar;
13 typedef struct { UChar cs[40]; } Block;
24 UChar randUChar ( void )
34 UChar* p = (UChar*)b;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.cpp 59 m_estimatedSizeInStorage += (it->first.length() + it->second.length() + 2) * sizeof(UChar);
61 m_estimatedSizeInStorage += url().string().length() * sizeof(UChar);
63 m_estimatedSizeInStorage += response().url().string().length() * sizeof(UChar);
65 m_estimatedSizeInStorage += response().mimeType().length() * sizeof(UChar);
66 m_estimatedSizeInStorage += response().textEncodingName().length() * sizeof(UChar);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height,
37 void InterpDiag(UChar *prev, Int lx, UChar *pred_block);
38 void InterpHorz(UChar *prev, Int lx, UChar *pred_block);
39 void InterpVert(UChar *prev, Int lx, UChar *pred_block);
65 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand
    [all...]

Completed in 800 milliseconds

1 2 3 4 5 67 8 91011>>