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

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/intltest/
sfwdchit.h 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
44 virtual UChar nextPostInc(void);
71 UChar *fStart, *fEnd, *fCurrent;
testidna.h 30 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
31 UChar *dest, int32_t destCapacity,
35 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len,
36 const UChar *s2, int32_t s2Len,
79 void debug(const UChar* src, int32_t srcLength, int32_t options);
81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
85 void testCompare(const UChar* s1, int32_t s1Len,
86 const UChar* s2, int32_t s2Len,
93 void testChaining(const UChar* src,int32_t numIterations,const char* testName
    [all...]
  /external/webkit/Source/WebCore/html/parser/
CSSPreloadScanner.h 60 inline void tokenize(UChar c);
64 Vector<UChar, 16> m_rule;
65 Vector<UChar> m_ruleValue;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData* fontData)
50 UChar lead = characterBuffer[i * 2];
51 UChar trail = characterBuffer[i * 2 + 1];
  /external/webkit/Source/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
46 UChar lead = buffer[i * 2];
47 UChar trail = buffer[i * 2 + 1];
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.h 43 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
45 void handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
  /external/icu4c/common/
normalizer2impl.h 60 isHangulWithoutJamoT(UChar c) {
75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
79 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT);
80 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT);
84 buffer[2]=(UChar)(JAMO_T_BASE+c2);
109 UChar *getStart() { return start; }
110 UChar *getLimit() { return limit; }
113 UBool equals(const UChar *start, const UChar *limit) const;
116 void setLastChar(UChar c)
    [all...]
ustrfmt.h 14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
bmpset.h 48 const UChar *span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
55 const UChar *spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 27 U_CFUNC const UChar* u_wmsg_errorName(UErrorCode err);
  /external/icu4c/i18n/
regextxt.cpp 16 U_CFUNC UChar U_CALLCONV
34 return (UChar)c;
40 U_CFUNC UChar U_CALLCONV
42 return ((UChar *)context)[offset];
wintzimpl.h 32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
unesctrn.h 47 UChar* spec; // owned; may not be NULL
63 const UChar *spec);
  /external/icu4c/samples/layout/
ucreader.cpp 15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount)
  /external/icu4c/test/cintltst/
ccolltst.h 27 void reportCResult( const UChar source[], const UChar target[],
34 UChar* appendCompareResult(UCollationResult result, UChar* target);
cnormtst.h 35 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
37 static void assertEqual(const UChar* result, const char* expected, int32_t index);
  /external/sqlite/android/
PhonebookIndex.h 41 int32_t GetPhonebookIndex(UCharIterator * iter, const char * locale, UChar * out, int32_t size,
  /external/webkit/Source/WebCore/platform/chromium/
LinkHashChromium.cpp 38 LinkHash visitedLinkHash(const UChar* url, unsigned length)
  /frameworks/av/media/libstagefright/codecs/aacdec/
s_bit_buffer.h 71 UChar *char_ptr;
  /external/icu4c/common/unicode/
chariter.h 79 * UChar c;
150 virtual UChar nextPostInc(void) = 0;
231 * UChar c;
250 * UChar c;
267 * UChar u=it.previous();
284 * void processChar( UChar c )
295 * for(UChar c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
306 * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
318 * UChar c;
381 virtual UChar first(void) = 0
    [all...]
ucat.h 141 * @return a pointer to a zero-terminated UChar array which lives in
150 U_STABLE const UChar* U_EXPORT2
152 const UChar* s,
  /external/icu4c/i18n/unicode/
uldnames.h 134 UChar *result,
154 UChar *result,
172 UChar *result,
190 UChar *result,
208 UChar *result,
226 UChar *result,
244 UChar *result,
264 UChar *result,
  /external/webkit/Source/WebCore/html/
DateComponents.h 94 bool parseMonth(const UChar* src, unsigned length, unsigned start, unsigned& end);
96 bool parseDate(const UChar* src, unsigned length, unsigned start, unsigned& end);
98 bool parseWeek(const UChar* src, unsigned length, unsigned start, unsigned& end);
100 bool parseTime(const UChar* src, unsigned length, unsigned start, unsigned& end);
102 bool parseDateTimeLocal(const UChar* src, unsigned length, unsigned start, unsigned& end);
104 bool parseDateTime(const UChar* src, unsigned length, unsigned start, unsigned& end);
155 bool parseYear(const UChar* src, unsigned length, unsigned start, unsigned& end);
158 bool parseTimeZone(const UChar* src, unsigned length, unsigned start, unsigned& end);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.h 39 float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, const UChar* currentCharacter);
43 const UChar* m_lastCharacter;
  /external/webkit/Source/WebCore/svg/
SVGZoomAndPan.h 50 bool parseZoomAndPan(const UChar*& start, const UChar* end);

Completed in 1854 milliseconds

1 2 3 4 56 7 8 91011>>