/external/icu4c/common/ |
ustrtrns.c | 33 U_CAPI UChar* U_EXPORT2 34 u_strFromUTF32WithSub(UChar *dest, 43 UChar *destLimit; 44 UChar *pDest; 75 *pDest++ = (UChar)ch; 96 *pDest++ = (UChar)ch; 133 U_CAPI UChar* U_EXPORT2 134 u_strFromUTF32(UChar *dest, 151 const UChar *src, 155 const UChar *srcLimit [all...] |
servrbf.cpp | 23 #define UNDERSCORE_CHAR ((UChar)0x005f) 24 #define AT_SIGN_CHAR ((UChar)64) 25 #define PERIOD_CHAR ((UChar)46)
|
ucat.c | 47 U_CAPI const UChar* U_EXPORT2 49 const UChar* s, 53 const UChar* result;
|
uchriter.cpp | 25 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr, 32 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr, 40 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr, 94 UChar 104 UChar 114 UChar 124 UChar 140 UChar 149 UChar 160 UChar [all...] |
unorm.cpp | 47 unorm_quickCheck(const UChar *src, 56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, 71 unorm_isNormalized(const UChar *src, int32_t srcLength, 79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, 97 unorm_normalize(const UChar *src, int32_t srcLength, 99 UChar *dest, int32_t destCapacity, 118 UChar *dest, int32_t destCapacity, 194 UChar *dest, int32_t destCapacity, 207 UChar *dest, int32_t destCapacity, 221 unorm_concatenate(const UChar *left, int32_t leftLength [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/icu4c/i18n/ |
tznames_impl.cpp | 151 const UChar *s = sp.get(key, status); 158 TextTrieMap::put(const UChar *key, void *value, UErrorCode &status) { 169 UChar *s = const_cast<UChar *>(key); 184 const UChar *keyBuffer; 225 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { 234 UChar childCharacter = current->fCharacter; 269 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { 274 UChar childCharacter = current->fCharacter; 296 const UChar *key = (UChar *)fLazyContents->elementAt(i) [all...] |
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" 43 #define VARIABLE_DEF_OP ((UChar)0x003D) /*=*/ 44 #define FORWARD_RULE_OP ((UChar)0x003E) /*>*/ 45 #define REVERSE_RULE_OP ((UChar)0x003C) /*<*/ 46 #define FWDREV_RULE_OP ((UChar)0x007E) /*~*/ // internal rep of <> op 49 #define QUOTE ((UChar)0x0027) /*'*/ 50 #define ESCAPE ((UChar)0x005C) /*\*/ 51 #define END_OF_RULE ((UChar)0x003B) /*;*/ 52 #define RULE_COMMENT_CHAR ((UChar)0x0023) /*#*/ 54 #define SEGMENT_OPEN ((UChar)0x0028) /*(* [all...] |
/external/icu4c/i18n/unicode/ |
bms.h | 117 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength) 205 const UChar *pattern, int32_t patternLength, 206 const UChar *target, int32_t targetLength, 270 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorCode *status);
|
/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/webkit/Source/JavaScriptCore/runtime/ |
UString.h | 36 UString(const UChar* characters, unsigned length); 39 UString(const UChar*); 58 static UString adopt(Vector<UChar, inlineCapacity>& vector) { return StringImpl::adopt(vector); } 72 const UChar* characters() const 83 UChar operator[](unsigned index) const 97 size_t find(UChar c, unsigned start = 0) const 105 size_t reverseFind(UChar c, unsigned start = UINT_MAX) const 141 const UChar* d1 = rep1->characters(); 142 const UChar* d2 = rep2->characters(); 154 return memcmp(d1, d2, size1 * sizeof(UChar)) == 0 [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovie.h | 73 void loadPath(const UChar* url, int len, bool preservesPitch); 74 void load(const UChar* url, int len, bool preservesPitch); 111 static void getSupportedType(unsigned index, const UChar*& str, unsigned& len);
|
UniscribeController.h | 57 void itemizeShapeAndPlace(const UChar*, unsigned length, const SimpleFontData*, GlyphBuffer*); 58 bool shapeAndPlaceItem(const UChar*, unsigned index, const SimpleFontData*, GlyphBuffer*); 59 bool shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecASCIIFastPath.h | 52 static void copy(UChar* destination, const uint8_t* source) 61 static void copy(UChar* destination, const uint8_t* source) 79 inline void copyASCIIMachineWord(UChar* destination, const uint8_t* source)
|
/external/webkit/Source/WebKit2/UIProcess/ |
TextChecker.h | 65 static Vector<WebCore::TextCheckingResult> checkTextOfParagraph(int64_t spellDocumentTag, const UChar* text, int length, uint64_t checkingTypes); 67 static void checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, int32_t& misspellingLocation, int32_t& misspellingLength); 68 static void checkGrammarOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
|
/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/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 181 const UChar* codeUnits, 329 ucnv_openU(const UChar *name, 550 UChar *errUChars, 587 * Returns the maximum number of bytes that are output per UChar in conversion 603 * This function returns bytes per UChar (UTF-16 code unit), not per 627 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(), 684 * @return displayNameLength number of UChar needed in displayName 691 UChar *displayName, [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 181 const UChar* codeUnits, 329 ucnv_openU(const UChar *name, 550 UChar *errUChars, 587 * Returns the maximum number of bytes that are output per UChar in conversion 603 * This function returns bytes per UChar (UTF-16 code unit), not per 627 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(), 684 * @return displayNameLength number of UChar needed in displayName 691 UChar *displayName, [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 181 const UChar* codeUnits, 329 ucnv_openU(const UChar *name, 550 UChar *errUChars, 587 * Returns the maximum number of bytes that are output per UChar in conversion 603 * This function returns bytes per UChar (UTF-16 code unit), not per 627 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(), 684 * @return displayNameLength number of UChar needed in displayName 691 UChar *displayName, [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...] |