HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 26 - 50 of 1164) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/
punycode.h 48 * @param caseFlags Vector of boolean values, one per input UChar,
67 u_strToPunycode(const UChar *src, int32_t srcLength,
68 UChar *dest, int32_t destCapacity,
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
103 UChar *dest, int32_t destCapacity,
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/i18n/unicode/
currunit.h 29 * yen). This class is a thin wrapper over a UChar string that
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
101 inline const UChar* getISOCurrency() const;
107 UChar isoCode[4];
110 inline const UChar* CurrencyUnit::getISOCurrency() const {
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/test/cintltst/
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
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/test/intltest/
frcoll.h 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
43 static const UChar testBugs[][MAX_TOKEN_LEN];
45 static const UChar testAcute[][MAX_TOKEN_LEN];
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/opencore/codecs_v2/video/m4v_h263/enc/src/
dct.h 60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *rec, Int lx)
    [all...]
  /external/webkit/WebCore/platform/text/
TextBreakIterator.h 37 TextBreakIterator* characterBreakIterator(const UChar*, int length);
43 TextBreakIterator* cursorMovementIterator(const UChar*, int length);
45 TextBreakIterator* wordBreakIterator(const UChar*, int length);
46 TextBreakIterator* lineBreakIterator(const UChar*, int length);
47 TextBreakIterator* sentenceBreakIterator(const UChar*, int length);
  /external/icu4c/i18n/
dtptngen_impl.h 29 #define SINGLE_QUOTE ((UChar)0x0027)
30 #define FORWARDSLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define QUOTATION_MARK ((UChar)0x0022)
34 #define ASTERISK ((UChar)0x002A)
35 #define PLUSSITN ((UChar)0x002B)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)0x002D)
38 #define DOT ((UChar)0x002E
    [all...]
  /external/icu4c/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/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/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/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/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);
ucreader.h 15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
  /external/opencore/codecs_v2/audio/aac/dec/src/
s_bits.h 31 Description: Change buffer type from UInt32 to UChar.
96 UChar *pBuffer;

Completed in 422 milliseconds

12 3 4 5 6 7 8 91011>>