/external/icu4c/test/cintltst/ |
cintltst.h | 59 * @param unichars UChars (null terminated) to be converted 60 * @return new char* to the unichars in host format 63 U_CFUNC char *austrdup(const UChar* unichars); 68 * @param unichars UChars to be converted 70 * @return new char* to the unichars in host format 72 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
|
cintltst.c | 486 char *austrdup(const UChar* unichars) 491 length = u_strlen ( unichars ); 498 u_austrcpy ( newString, unichars ); 503 char *aescstrdup(const UChar* unichars,int32_t length){ 519 length = u_strlen( unichars); 525 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
|
usrchtst.c | 134 static char *toCharString(const UChar* unichars) 139 int length = u_strlen(unichars); 142 UChar ch = unichars[count]; [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cintltst.h | 50 * @param unichars UChars (null terminated) to be converted 51 * @return new char* to the unichars in host format 54 U_CFUNC char *austrdup(const UChar* unichars); 55 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
|
cintltst.c | 474 char *austrdup(const UChar* unichars) 479 length = u_strlen ( unichars ); 486 u_austrcpy ( newString, unichars ); 491 char *aescstrdup(const UChar* unichars,int32_t length){ 507 length = u_strlen( unichars); 513 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
|
usrchtst.c | 134 static char *toCharString(const UChar* unichars) 139 int length = u_strlen(unichars); 142 UChar ch = unichars[count]; [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGlyph.h | 106 kSubShift = 24, // must be large enough for glyphs and unichars
|
/external/skia/src/core/ |
SkGlyph.h | 106 kSubShift = 24, // must be large enough for glyphs and unichars
|
/dalvik/vm/ |
UtfString.cpp | 260 StringObject* dvmCreateStringFromUnicode(const u2* unichars, int len) 263 assert(len == 0 || unichars != NULL); 271 if (len > 0) memcpy(chars->contents, unichars, len * sizeof(u2));
|
UtfString.h | 118 StringObject* dvmCreateStringFromUnicode(const u2* unichars, int len);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPaint.h | 780 /** Convert the glyph array into Unichars. Unconvertable glyphs are mapped [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | [all...] |
SkFontHost_win_dw.cpp | [all...] |
/external/skia/include/core/ |
SkPaint.h | 780 /** Convert the glyph array into Unichars. Unconvertable glyphs are mapped [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | 272 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 303 if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) 311 if (test1.compare(uniChars, 4) <= 0 || test1.compare(uniChars, 4) <= 0) [all...] |
utxttest.cpp | 856 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 869 utext_openUChars(&uniCharText, uniChars, -1, &status); [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | 274 UChar uniChars[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 305 if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) 313 if (test1.compare(uniChars, 4) <= 0 || test1.compare(uniChars, 4) <= 0) [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | [all...] |
SkFontHost_win_dw.cpp | [all...] |
/external/grub/stage2/ |
jfs.h | 304 * For legacy filesystems, name contains 13 unichars -- no index field
|
/external/qemu/telephony/ |
gsm.c | 736 * number of unichars really written
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | [all...] |