HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 51 - 75 of 1754) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/public/common/unicode/
uidna.h 83 * @param src Input UChar array containing label in Unicode.
85 * @param dest Output UChar array with ASCII (ACE encoded) label.
115 uidna_toASCII(const UChar* src, int32_t srcLength,
116 UChar* dest, int32_t destCapacity,
129 * @param src Input UChar array containing ASCII (ACE encoded) label.
131 * @param dest Output Converted UChar array containing Unicode equivalent of label.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
167 UChar* dest, int32_t destCapacity,
185 * @param src Input UChar array containing IDN in Unicode.
187 * @param dest Output UChar array with ASCII (ACE encoded) IDN
    [all...]
  /external/chromium/third_party/icu/source/io/
ufmt_cmn.h 26 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(UTF_MAX_CHAR_LENGTH*sizeof(UChar)))
27 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*UTF_MAX_CHAR_LENGTH*sizeof(UChar))
42 ufmt_uchar, /* int, cast to UChar */
43 ufmt_ustring /* UChar* */
54 int64_t int64Value; /* int, UChar */
57 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
71 * Convert a UChar in hex radix to an integer value.
72 * @param c The UChar to convert.
76 ufmt_digitvalue(UChar c);
79 * Determine if a UChar is a digit for a specified radix
    [all...]
sscanf.c 34 u_sscanf(const UChar *buffer,
49 u_sscanf_u(const UChar *buffer,
50 const UChar *patternSpecification,
64 u_vsscanf(const UChar *buffer,
69 UChar *pattern;
70 UChar patBuffer[UFMT_DEFAULT_BUFFER_SIZE];
75 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
97 u_vsscanf_u(const UChar *buffer,
98 const UChar *patternSpecification
    [all...]
uscanf.h 30 const UChar *patternSpecification,
  /external/chromium/third_party/icu/source/test/intltest/
idnaref.h 63 idnaref_toASCII(const UChar* src, int32_t srcLength,
64 UChar* dest, int32_t destCapacity,
102 idnaref_toUnicode(const UChar* src, int32_t srcLength,
103 UChar* dest, int32_t destCapacity,
146 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
147 UChar* dest, int32_t destCapacity,
186 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
187 UChar* dest, int32_t destCapacity,
221 idnaref_compare( const UChar *s1, int32_t length1,
222 const UChar *s2, int32_t length2
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
prscmnts.h 33 getNote(const UChar* source, int32_t srcLen,
34 UChar** dest, int32_t destCapacity,
37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
40 getDescription( const UChar* source, int32_t srcLen,
41 UChar** dest, int32_t destCapacity,
44 getTranslate( const UChar* source, int32_t srcLen,
45 UChar** dest, int32_t destCapacity,
49 getAt(const UChar* source, int32_t srcLen,
50 UChar** dest, int32_t destCapacity,
56 getCount(const UChar* source, int32_t srcLen,
    [all...]
  /external/icu4c/common/unicode/
uidna.h 82 * @param src Input UChar array containing label in Unicode.
84 * @param dest Output UChar array with ASCII (ACE encoded) label.
114 uidna_toASCII(const UChar* src, int32_t srcLength,
115 UChar* dest, int32_t destCapacity,
127 * @param src Input UChar array containing ASCII (ACE encoded) label.
129 * @param dest Output Converted UChar array containing Unicode equivalent of label.
164 uidna_toUnicode(const UChar* src, int32_t srcLength,
165 UChar* dest, int32_t destCapacity,
183 * @param src Input UChar array containing IDN in Unicode.
185 * @param dest Output UChar array with ASCII (ACE encoded) IDN
    [all...]
  /external/icu4c/common/
ustring.c 28 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar */
39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
51 U_CAPI UChar * U_EXPORT2
52 u_strFindFirst(const UChar *s, int32_t length,
53 const UChar *sub, int32_t subLength) {
54 const UChar *start, *p, *q, *subLimit;
55 UChar c, cs, cq
    [all...]
  /external/icu4c/io/
ufmt_cmn.h 26 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(UTF_MAX_CHAR_LENGTH*sizeof(UChar)))
27 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*UTF_MAX_CHAR_LENGTH*sizeof(UChar))
42 ufmt_uchar, /* int, cast to UChar */
43 ufmt_ustring /* UChar* */
54 int64_t int64Value; /* int, UChar */
57 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
71 * Convert a UChar in hex radix to an integer value.
72 * @param c The UChar to convert.
76 ufmt_digitvalue(UChar c);
79 * Determine if a UChar is a digit for a specified radix
    [all...]
sscanf.c 34 u_sscanf(const UChar *buffer,
49 u_sscanf_u(const UChar *buffer,
50 const UChar *patternSpecification,
64 u_vsscanf(const UChar *buffer,
69 UChar *pattern;
70 UChar patBuffer[UFMT_DEFAULT_BUFFER_SIZE];
75 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
97 u_vsscanf_u(const UChar *buffer,
98 const UChar *patternSpecification
    [all...]
uscanf.h 30 const UChar *patternSpecification,
  /external/icu4c/test/intltest/
idnaref.h 63 idnaref_toASCII(const UChar* src, int32_t srcLength,
64 UChar* dest, int32_t destCapacity,
102 idnaref_toUnicode(const UChar* src, int32_t srcLength,
103 UChar* dest, int32_t destCapacity,
146 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
147 UChar* dest, int32_t destCapacity,
186 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
187 UChar* dest, int32_t destCapacity,
221 idnaref_compare( const UChar *s1, int32_t length1,
222 const UChar *s2, int32_t length2
    [all...]
  /external/icu4c/tools/genrb/
prscmnts.h 33 getNote(const UChar* source, int32_t srcLen,
34 UChar** dest, int32_t destCapacity,
37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
40 getDescription( const UChar* source, int32_t srcLen,
41 UChar** dest, int32_t destCapacity,
44 getTranslate( const UChar* source, int32_t srcLen,
45 UChar** dest, int32_t destCapacity,
49 getAt(const UChar* source, int32_t srcLen,
50 UChar** dest, int32_t destCapacity,
56 getCount(const UChar* source, int32_t srcLen,
    [all...]
  /external/webkit/WebCore/icu/unicode/
uidna.h 85 * @param src Input UChar array containing label in Unicode.
87 * @param dest Output UChar array with ASCII (ACE encoded) label.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
117 UChar* dest, int32_t destCapacity,
130 * @param src Input UChar array containing ASCII (ACE encoded) label.
132 * @param dest Output Converted UChar array containing Unicode equivalent of label.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
167 UChar* dest, int32_t destCapacity,
185 * @param src Input UChar array containing IDN in Unicode.
187 * @param dest Output UChar array with ASCII (ACE encoded) IDN
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uidna.h 85 * @param src Input UChar array containing label in Unicode.
87 * @param dest Output UChar array with ASCII (ACE encoded) label.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
117 UChar* dest, int32_t destCapacity,
130 * @param src Input UChar array containing ASCII (ACE encoded) label.
132 * @param dest Output Converted UChar array containing Unicode equivalent of label.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
167 UChar* dest, int32_t destCapacity,
185 * @param src Input UChar array containing IDN in Unicode.
187 * @param dest Output UChar array with ASCII (ACE encoded) IDN
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
umsg.h 45 * UChar *result, *tzID, *str;
46 * UChar pattern[100];
53 * str=(UChar*)malloc(sizeof(UChar) * (strlen("disturbance in force") +1));
55 * tzID=(UChar*)malloc(sizeof(UChar) * 4);
66 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
69 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*)
79 * UChar* str
    [all...]
curramt.h 47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
60 CurrencyAmount(double amount, const UChar* isoCode,
116 inline const UChar* getISOCurrency() const;
123 inline const UChar* CurrencyAmount::getISOCurrency() const {
  /external/icu4c/i18n/unicode/
umsg.h 46 * UChar *result, *tzID, *str;
47 * UChar pattern[100];
54 * str=(UChar*)malloc(sizeof(UChar) * (strlen("disturbance in force") +1));
56 * tzID=(UChar*)malloc(sizeof(UChar) * 4);
67 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
70 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*)
80 * UChar* str
    [all...]
curramt.h 47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
60 CurrencyAmount(double amount, const UChar* isoCode,
116 inline const UChar* getISOCurrency() const;
123 inline const UChar* CurrencyAmount::getISOCurrency() const {
  /external/webkit/JavaScriptCore/API/
OpaqueJSString.h 43 static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned length)
50 UChar* characters() { return this ? m_characters : 0; }
65 OpaqueJSString(const UChar* characters, unsigned length)
68 m_characters = new UChar[length];
69 memcpy(m_characters, characters, length * sizeof(UChar));
77 UChar* m_characters;
  /external/chromium/third_party/icu/source/stubdata/
stubdata.c 44 sizeof(UChar),
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.h 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
30 static void printUSeq(const UChar* a, int len);
32 static void printUSeqErr(const UChar* a, int len);
  /external/icu4c/samples/cal/
uprint.h 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/icu4c/samples/date/
uprint.h 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/icu4c/samples/layout/
UnicodeReader.h 28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);

Completed in 1001 milliseconds

1 23 4 5 6 7 8 91011>>