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

1 23 4 5 6 7 8 91011>>

  /external/icu4c/i18n/unicode/
udatpg.h 209 const UChar *skeleton, int32_t length,
210 UChar *bestPattern, int32_t capacity,
245 const UChar *skeleton, int32_t length,
247 UChar *bestPattern, int32_t capacity,
272 const UChar *pattern, int32_t length,
273 UChar *skeleton, int32_t capacity,
301 const UChar *pattern, int32_t length,
302 UChar *baseSkeleton, int32_t capacity,
331 const UChar *pattern, int32_t patternLength,
333 UChar *conflictingPattern, int32_t capacity, int32_t *pLength
    [all...]
umsg.h 56 * UChar *result, *tzID, *str;
57 * UChar pattern[100];
64 * str=(UChar*)malloc(sizeof(UChar) * (strlen("disturbance in force") +1));
66 * tzID=(UChar*)malloc(sizeof(UChar) * 4);
77 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
80 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*)
90 * 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/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...]
appendable.cpp 23 return appendCodeUnit((UChar)c);
30 Appendable::appendString(const UChar *s, int32_t length) {
32 UChar c;
39 const UChar *limit=s+length;
54 UChar *
57 UChar *scratch, int32_t scratchCapacity,
  /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 62 idnaref_toASCII(const UChar* src, int32_t srcLength,
63 UChar* dest, int32_t destCapacity,
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
101 UChar* dest, int32_t destCapacity,
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
144 UChar* dest, int32_t destCapacity,
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
183 UChar* dest, int32_t destCapacity,
216 idnaref_compare( const UChar *s1, int32_t length1,
217 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/Source/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/Source/WebCore/svg/
SVGParserUtilities.h 35 bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip = true);
37 bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag);
41 inline bool isWhitespace(const UChar& c)
46 inline bool skipOptionalSpaces(const UChar*& ptr, const UChar* end)
53 inline bool skipOptionalSpacesOrDelimiter(const UChar*& ptr, const UChar* end, UChar delimiter = ','
    [all...]
SVGZoomAndPan.cpp 40 const UChar* start = attr->value().characters();
41 const UChar* end = start + attr->value().length();
54 static const UChar disable[] = {'d', 'i', 's', 'a', 'b', 'l', 'e'};
55 static const UChar magnify[] = {'m', 'a', 'g', 'n', 'i', 'f', 'y'};
57 bool SVGZoomAndPan::parseZoomAndPan(const UChar*& start, const UChar* end)
  /external/webkit/Source/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/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 69 UChar* pri_name; /* primary name, never NULL */
70 UChar** sec_names; /* NULL, or a NULL term'd array of other names */
110 UChar* filename; /* source filename */
112 UChar* dirname; /* source directory name */
179 #define CFIC_IA_SPREL ((UChar)1)
180 #define CFIC_IA_BPREL ((UChar)2)
181 #define CFIC_IA_EXPR ((UChar)3)
182 #define CFIC_ARM_R13REL ((UChar)4)
183 #define CFIC_ARM_R12REL ((UChar)5)
184 #define CFIC_ARM_R11REL ((UChar)6
    [all...]
  /external/webkit/Source/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/webkit/Source/WebCore/platform/
FileSystem.cpp 75 static inline bool shouldEscapeUChar(UChar c)
83 Vector<UChar, 512> buffer(length * 3 + 1);
84 UChar* p = buffer.data();
86 const UChar* str = inputStr.characters();
87 const UChar* strEnd = str + length;
90 UChar c = *str++;
  /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/icu4c/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/webkit/Source/WebCore/css/
CSSOMUtils.h 43 void serializeCharacter(UChar32, Vector<UChar>& appendTo);
44 void serializeCharacterAsCodePoint(UChar32, Vector<UChar>& appendTo);
46 void serializeIdentifier(const String& identifier, Vector<UChar>& appendTo);
48 void serializeString(const String& string, Vector<UChar>& appendTo);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 39 void advance(UChar);
54 CompareResult compare(const HTMLEntityTableEntry*, UChar) const;
55 const HTMLEntityTableEntry* findFirst(UChar) const;
56 const HTMLEntityTableEntry* findLast(UChar) const;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h 50 const UChar* getFontFamilyForScript(UScriptCode, FontDescription::GenericFamilyType);
58 const UChar* getFallbackFamily(const UChar* characters, int length,
81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);

Completed in 2554 milliseconds

1 23 4 5 6 7 8 91011>>