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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uidna.cpp 33 static const UChar ACE_PREFIX[] ={ 0x0078,0x006E,0x002d,0x002d } ;
50 inline static UChar
51 toASCIILower(UChar ch){
59 startsWithPrefix(const UChar* src , int32_t srcLength){
76 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len,
77 const UChar* s2, int32_t s2Len){
97 UChar c1,c2;
131 static inline UBool isLabelSeparator(UChar ch){
147 getNextSeparator(UChar *src, int32_t srcLength,
148 UChar **limit, UBool *done)
    [all...]
normalizer2impl.h 94 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
98 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT);
99 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT);
103 buffer[2]=(UChar)(JAMO_T_BASE+c2);
112 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) {
118 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT);
119 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT);
122 buffer[1]=(UChar)(JAMO_T_BASE+c2);
149 UChar *getStart() { return start; }
150 UChar *getLimit() { return limit;
    [all...]
  /external/icu/icu4c/source/common/unicode/
unorm2.h 285 const UChar *src, int32_t length,
286 UChar *dest, int32_t capacity,
308 UChar *first, int32_t firstLength, int32_t firstCapacity,
309 const UChar *second, int32_t secondLength,
331 UChar *first, int32_t firstLength, int32_t firstCapacity,
332 const UChar *second, int32_t secondLength,
356 UChar32 c, UChar *decomposition, int32_t capacity,
390 UChar32 c, UChar *decomposition, int32_t capacity,
441 const UChar *s, int32_t length,
463 const UChar *s, int32_t length
    [all...]
ucnv_cb.h 114 * This function will write out the error character(s) to the target UChar buffer.
117 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed]
118 * @param sourceLimit pointer after last UChar to write
125 const UChar** source,
126 const UChar* sourceLimit,
133 * UChar buffer.
144 const UChar* source,
  /external/icu/icu4c/source/i18n/
rbt_pars.h 110 UChar variableNext;
117 UChar variableLimit;
133 UChar dotStandIn;
275 UChar parseSet(const UnicodeString& rule,
285 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
292 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
306 UChar getDotStandIn(UErrorCode& status);
353 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
udatpg.cpp 60 const UChar *skeleton, int32_t length,
61 UChar *bestPattern, int32_t capacity,
70 const UChar *skeleton, int32_t length,
72 UChar *bestPattern, int32_t capacity,
88 const UChar *pattern, int32_t length,
89 UChar *skeleton, int32_t capacity,
106 const UChar *pattern, int32_t length,
107 UChar *skeleton, int32_t capacity,
124 const UChar *pattern, int32_t patternLength,
126 UChar *conflictingPattern, int32_t capacity, int32_t *pLength
    [all...]
digitaffix.h 45 const UChar *value,
58 void appendUChar(UChar value, int32_t fieldId=UNUM_FIELD_COUNT);
76 void append(const UChar *value, int32_t charCount, int32_t fieldId=UNUM_FIELD_COUNT);
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 55 UChar *pattern;
57 UChar *s;
62 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
76 s=(UChar*)malloc(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
120 UChar *s;
121 UChar *fmtChars;
133 s=(UChar*)malloc(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) )
    [all...]
cnmdptst.c 65 UChar upat[5];
66 UChar unewpat[5];
67 UChar unum[5];
68 UChar *unewp=NULL;
69 UChar *str=NULL;
90 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
104 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
127 UChar pat[15]
    [all...]
cintltst.h 48 * Convert a char string into a UChar string, with unescaping
51 U_CFUNC UChar* CharsToUChars(const char* chars);
54 * Convert a const UChar* into a char*
60 U_CFUNC char *austrdup(const UChar* unichars);
63 * Convert a const UChar* into an escaped char*
69 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
  /external/icu/icu4c/source/i18n/unicode/
ureldatefmt.h 284 UChar* result,
320 UChar* result,
355 const UChar * relativeDateString,
357 const UChar * timeString,
359 UChar* result,
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
50 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) {
90 qsort(data, size, maxlen*sizeof(UChar), compare_current);
  /external/icu/icu4c/source/test/intltest/
convtest.h 35 UChar subString[16];
42 const UChar *unicode;
55 const UChar *invalidUChars;
60 UChar resultUnicode[200];
90 const UChar *result, int32_t resultLength,
idnaconf.cpp 27 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // =====
28 static const UChar C_NAMEZONE[] = {0x6E, 0x61, 0x6D, 0x65, 0x7A, 0x6F, 0x6E, 0x65, 0}; // namezone
29 static const UChar C_NAMEBASE[] = {0x6E, 0x61, 0x6D, 0x65, 0x62, 0x61, 0x73, 0x65, 0}; // namebase
31 static const UChar C_TYPE[] = {0x74, 0x79, 0x70, 0x65, 0}; // type
32 static const UChar C_TOASCII[] = {0x74, 0x6F, 0x61, 0x73, 0x63, 0x69, 0x69, 0}; // toascii
33 static const UChar C_TOUNICODE[] = {0x74, 0x6F, 0x75, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0}; // tounicode
35 static const UChar C_PASSFAIL[] = {0x70, 0x61, 0x73, 0x73, 0x66, 0x61, 0x69, 0x6C, 0}; // passfail
36 static const UChar C_PASS[] = {0x70, 0x61, 0x73, 0x73, 0}; // pass
37 static const UChar C_FAIL[] = {0x66, 0x61, 0x69, 0x6C, 0}; // fail
39 static const UChar C_DESC[] = {0x64, 0x65, 0x73, 0x63, 0}; // des
    [all...]
  /external/icu/icu4c/source/tools/genrb/
ustr.h 28 *(target)++ = (UChar) c; \
43 *(target)++ = (UChar) c; \
55 UChar *fChars;
78 U_CFUNC void ustr_ucat(struct UString *dst, UChar c, UErrorCode *status);
80 U_CFUNC void ustr_uscat(struct UString *dst, const UChar* src,int len,UErrorCode *status);
  /external/valgrind/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/valgrind/none/tests/x86/
movbe.c 7 typedef unsigned char UChar;
13 typedef struct { UChar cs[40]; } Block;
24 UChar randUChar ( void )
34 UChar* p = (UChar*)b;
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 164 UChar* s;
165 UChar* end;
168 UChar buf[NODE_STR_BUF_SIZE];
219 UChar* name;
220 UChar* name_end;
289 UChar* pattern;
290 UChar* pattern_end;
291 UChar* error;
292 UChar* error_end;
326 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n));
    [all...]
  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 9 typedef unsigned char UChar;
32 UChar res;
46 UChar res;
57 UChar res;
68 UChar res;
83 UChar res;
97 UChar res;
108 UChar res;
119 UChar res;
135 UChar res
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.h 382 UChar size;
576 UChar delta;
626 s390_insn *s390_insn_load(UChar size, HReg dst, s390_amode *src);
627 s390_insn *s390_insn_store(UChar size, s390_amode *dst, HReg src);
628 s390_insn *s390_insn_move(UChar size, HReg dst, HReg src);
629 s390_insn *s390_insn_memcpy(UChar size, s390_amode *dst, s390_amode *src);
630 s390_insn *s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst,
632 s390_insn *s390_insn_load_immediate(UChar size, HReg dst, ULong val);
633 s390_insn *s390_insn_alu(UChar size, s390_alu_t, HReg dst,
635 s390_insn *s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo
    [all...]
  /external/icu/icu4c/source/samples/cal/
uprint.c 28 uprint(const UChar *s,
36 const UChar *mySource;
37 const UChar *mySourceEnd;
  /external/icu/icu4c/source/samples/date/
uprint.c 29 uprint(const UChar *s,
37 const UChar *mySource;
38 const UChar *mySourceEnd;
  /external/icu/icu4c/source/tools/escapesrc/
tblgen.cpp 28 UChar u[1];
29 UChar *target = u;
72 for(UChar i=0x00; i<0x100;i++) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 25 typedef unsigned char UChar;
103 UChar MTB;
104 UChar LayerID;
105 UChar CodeType;
106 UChar RefSelCode;
118 UChar *yChan; /* pointer to Y */
119 UChar *uChan; /* pointer to U */
120 UChar *vChan; /* pointer to V */
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer)
    [all...]

Completed in 479 milliseconds

1 2 3 45 6 7 8 91011>>