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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/test/cintltst/
cdattst.h 51 static UChar* myNumformat(const UNumberFormat* numfor, double d);
cformtst.c 53 UChar* myDateFormat(UDateFormat* dat, UDate d1)
55 UChar *result1=NULL;
66 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength);
cdtrgtst.c 52 UChar *fmdt, *todayS, *rt;
53 UChar *pat=NULL;
54 UChar *temp;
75 pat=(UChar*)malloc(sizeof(UChar) * resultlength);
90 temp=(UChar*)malloc(sizeof(UChar) * 10);
131 UChar s[10];
132 UChar *gotdate, *expdate;
133 UChar pat[10]
    [all...]
  /external/icu4c/test/intltest/
nptrans.h 75 * @param src Pointer to UChar buffer containing a single label
87 int32_t map(const UChar* src, int32_t srcLength,
88 UChar* dest, int32_t destCapacity,
97 * @param src Pointer to UChar buffer containing a single label
108 int32_t process(const UChar* src, int32_t srcLength,
109 UChar* dest, int32_t destCapacity,
sfwdchit.cpp 29 fStart = new UChar[fLen];
42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
49 fStart = new UChar[fLen];
106 UChar SimpleFwdCharIterator::nextPostInc(void) {
tscoll.h 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/icu4c/test/iotest/
iotest.h 34 extern const UChar NEW_LINE[];
  /external/icu4c/tools/genrb/
ustr.h 26 *(target)++ = (UChar) c; \
40 UChar *fChars;
63 void ustr_ucat(struct UString *dst, UChar c, UErrorCode *status);
65 void ustr_uscat(struct UString *dst, const UChar* src,int len,UErrorCode *status);
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_sbr_stopfreq.cpp 142 const UChar sbr_stopfreq_tbl[6][13] =
  /external/webkit/JavaScriptCore/runtime/
StringBuilder.h 35 void append(const UChar u)
52 void append(const UChar* str, size_t len)
67 UChar operator[](size_t i) const { return buffer.at(i); }
78 Vector<UChar, 64> buffer;
  /external/webkit/JavaScriptCore/wrec/
WREC.h 48 typedef int (*CompiledRegExp)(const UChar* input, unsigned start, unsigned length, int* output) WREC_CALL;
  /external/webkit/WebCore/css/
FontFamilyValue.cpp 33 const UChar* characters = string.characters();
34 UChar c = characters[0];
56 // FIXME: This is inefficient -- should use a Vector<UChar> instead.
73 UChar startCharacter = 0;
96 void FontFamilyValue::appendSpaceSeparated(const UChar* characters, unsigned length)
FontFamilyValue.h 36 void appendSpaceSeparated(const UChar* characters, unsigned length);
  /external/webkit/WebCore/dom/
SpaceSplitString.cpp 32 const UChar* characters = string.characters();
35 UChar ored = 0;
37 UChar c = characters[i];
52 const UChar* characters = m_string.characters();
  /external/webkit/WebCore/platform/text/
StringBuilder.h 43 void append(UChar);
TextCodecLatin1.h 39 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecUTF16.h 41 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecUserDefined.h 39 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextEncoding.h 55 void displayBuffer(UChar* characters, unsigned len) const
74 CString encode(const UChar*, size_t length, UnencodableHandling) const;
77 UChar backslashAsCurrencySymbol() const;
82 UChar m_backslashAsCurrencySymbol;
TextEncodingRegistry.h 44 const char* atomicCanonicalTextEncodingName(const UChar* aliasCharacters, size_t aliasLength);
TextBreakIteratorICU.cpp 34 UBreakIteratorType type, const UChar* string, int length)
56 TextBreakIterator* characterBreakIterator(const UChar* string, int length)
64 TextBreakIterator* wordBreakIterator(const UChar* string, int length)
72 TextBreakIterator* lineBreakIterator(const UChar* string, int length)
80 TextBreakIterator* sentenceBreakIterator(const UChar* string, int length)
130 const char* breakRules, const UChar* string, int length)
155 TextBreakIterator* cursorMovementIterator(const UChar* string, int length)
  /external/webkit/WebCore/svg/
SVGPreserveAspectRatio.h 76 const UChar* begin = value.characters();
77 const UChar* end = begin + value.length();
83 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);
SVGStringList.h 36 void parse(const String& data, UChar delimiter = ',');
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_sbr_stopfreq.cpp 142 const UChar sbr_stopfreq_tbl[6][13] =
  /external/webkit/WebCore/platform/text/wince/
TextBreakIteratorWince.cpp 34 static inline bool isCharStop(UChar c)
40 static inline bool isLineStop(UChar c)
45 static inline bool isSentenceStop(UChar c)
52 void reset(const UChar* str, int len)
73 const UChar* string;
249 TextBreakIterator* wordBreakIterator(const UChar* string, int length)
256 TextBreakIterator* characterBreakIterator(const UChar* string, int length)
263 TextBreakIterator* lineBreakIterator(const UChar* string, int length)
270 TextBreakIterator* sentenceBreakIterator(const UChar* string, int length)
307 TextBreakIterator* cursorMovementIterator(const UChar* string, int length
    [all...]

Completed in 337 milliseconds

1 2 3 4 5 6 7 891011>>