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

1 2 34 5 6 7 8 91011>>

  /external/icu4c/samples/translit/answers/
unaccent.cpp 26 UChar UnaccentTransliterator::unaccent(UChar c) const {
35 return (UChar) t->normalizer.next();
46 UChar c = text.charAt(index.start);
47 UChar d = unaccent(c);
  /external/icu4c/samples/translit/
unaccent.cpp 28 UChar UnaccentTransliterator::unaccent(UChar c) const {
37 return (UChar) t->normalizer.next();
48 UChar c = text.charAt(index.start);
49 UChar d = unaccent(c);
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 20 typedef void (*StrSrchFn) (BoyerMooreSearch * bms, const UChar *src, int32_t srcLen, const UChar *pttrn, int32_t pttrnLen, UErrorCode *status);
22 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
28 const UChar* src;
30 const UChar* pttrn;
56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen)
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 31 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
32 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
37 UChar* overrunBuffer; /* pointer to overrun buffer */
148 UChar *Mode; /* Modes INTRA/INTER/etc. */
149 UChar *CBP; /* MCBPC/CBPY stuff */
164 UChar MTB;
165 UChar LayerID;
166 UChar CodeType;
167 UChar RefSelCode;
238 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info)
    [all...]
  /external/icu4c/common/unicode/
unorm.h 201 unorm_normalize(const UChar *source, int32_t sourceLength,
203 UChar *result, int32_t resultLength,
248 unorm_quickCheck(const UChar *source, int32_t sourcelength,
269 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
295 unorm_isNormalized(const UChar *src, int32_t srcLength,
317 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
396 UChar *dest, int32_t destCapacity,
429 UChar *dest, int32_t destCapacity,
472 unorm_concatenate(const UChar *left, int32_t leftLength,
473 const UChar *right, int32_t rightLength
    [all...]
urep.h 54 * Function pointer that returns the number of UChar code units in
64 * Function pointer that returns a UChar code units at the given
70 * @param offset The index at which to fetch the UChar (code unit).
71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
74 UChar (*charAt)(const UReplaceable* rep,
109 const UChar* text,
128 UChar* dst);
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/webkit/WebCore/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 200 unorm_normalize(const UChar *source, int32_t sourceLength,
202 UChar *result, int32_t resultLength,
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
268 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
294 unorm_isNormalized(const UChar *src, int32_t srcLength,
316 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
395 UChar *dest, int32_t destCapacity,
428 UChar *dest, int32_t destCapacity,
471 unorm_concatenate(const UChar *left, int32_t leftLength,
472 const UChar *right, int32_t rightLength
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 141 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
142 <tr><td>%C</td><td>UChar</td><td>UChar</td><td>16-bit Unicode code unit<br>
143 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
145 <tr><td>%[]</td><td>&nbsp;</td><td>UChar *</td><td>Null terminated UTF-16 string which contains the filtered set of characters specified by the UnicodeSet</td></tr>
275 u_fstropen(UChar *stringBuf,
437 const UChar *patternSpecification,
454 const UChar *patternSpecification,
458 * Write a Unicode to a UFILE. The null (U+0000) terminated UChar*
    [all...]
  /external/icu4c/io/
ufile.h 38 UChar *buffer; /* Beginning of buffer */
48 UChar *fPos; /* current pos in fUCBuffer */
49 const UChar *fLimit; /* data limit in fUCBuffer */
50 UChar *fBuffer; /* Place to write the string */
68 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
79 u_file_write_flush( const UChar *chars,
99 ufile_getch(UFILE *f, UChar *ch);
uprintf.h 37 UChar fOrigSpec; /* Conversion specification */
38 UChar fSpec; /* Conversion specification */
39 UChar fPadChar; /* Padding character */
55 const UChar *str,
61 const UChar *result,
71 UChar *str; /* Place to write the string */
92 const UChar *fmt,
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.h 63 void put(UChar ch);
81 void addSorted(Vector<UChar>& matches, UChar ch);
82 void addSortedRange(Vector<CharacterRange>& ranges, UChar lo, UChar hi);
89 Vector<UChar> m_matches;
91 Vector<UChar> m_matchesUnicode;
  /external/webkit/WebCore/rendering/
break_lines.cpp 38 static inline bool isBreakableSpace(UChar ch, bool treatNoBreakSpaceAsBreak)
67 static inline bool shouldBreakAfter(UChar ch, UChar nextCh)
92 static inline bool needsLineBreakIterator(UChar ch)
106 int nextBreakablePosition(const UChar* str, int pos, int len, bool treatNoBreakSpaceAsBreak)
113 UChar lastCh = pos > 0 ? str[pos - 1] : 0;
115 UChar ch = str[i];
  /external/icu4c/i18n/unicode/
ucurr.h 54 UChar* buff,
98 ucurr_register(const UChar* isoCode,
133 U_STABLE const UChar* U_EXPORT2
134 ucurr_getName(const UChar* currency,
157 U_STABLE const UChar* U_EXPORT2
158 ucurr_getPluralName(const UChar* currency,
175 ucurr_getDefaultFractionDigits(const UChar* currency,
188 ucurr_getRoundingIncrement(const UChar* currency,
288 UChar* buff,
  /external/icu4c/test/cintltst/
cdtdptst.c 51 UChar *pattern;
53 UChar *s;
58 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72 s=(UChar*)malloc(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
116 UChar *s;
117 UChar *fmtChars;
129 s=(UChar*)malloc(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) )
    [all...]
cmsgtst.c 50 static UChar* testCasePatterns[5];
52 static UChar* testResultStrings[5];
65 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize);
70 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
105 UChar *str;
106 UChar* result;
113 str=(UChar*)malloc(sizeof(UChar) * 7)
    [all...]
  /external/icu4c/samples/numfmt/
util.cpp 38 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
47 target += (UChar)U_DQUOTE;
49 UChar ch = source[i];
51 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
57 target += (UChar)U_DQUOTE;
99 return UnicodeString((UChar)U_DQUOTE).append(f.getString()).append((UChar)U_DQUOTE);
104 UnicodeString result((UChar)U_LEFT_SQUARE_BRACKET);
107 (result += (UChar)U_COMMA) += (UChar)U_SPACE
    [all...]
  /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;
  /external/webkit/WebCore/platform/chromium/
ClipboardUtilitiesChromium.cpp 42 static const UChar Newline = '\n';
50 static const UChar NonBreakingSpaceCharacter = 0xA0;
51 static const UChar SpaceCharacter = ' ';
  /external/webkit/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/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/icu4c/i18n/
ucol_tok.h 69 UChar debugSource;
70 UChar debugExpansion;
71 UChar debugPrefix;
85 UChar *rulesToParse;
109 UChar *source;
110 UChar *end;
111 const UChar *current;
112 UChar *sourceCurrent;
113 UChar *extraCurrent;
114 UChar *extraEnd
    [all...]
  /external/webkit/WebCore/svg/
SVGViewSpec.cpp 54 const UChar* c = viewBox.characters();
55 const UChar* end = c + viewBox.length();
76 static const UChar svgViewSpec[] = {'s', 'v', 'g', 'V', 'i', 'e', 'w'};
77 static const UChar viewBoxSpec[] = {'v', 'i', 'e', 'w', 'B', 'o', 'x'};
78 static const UChar preserveAspectRatioSpec[] = {'p', 'r', 'e', 's', 'e', 'r', 'v', 'e', 'A', 's', 'p', 'e', 'c', 't', 'R', 'a', 't', 'i', 'o'};
79 static const UChar transformSpec[] = {'t', 'r', 'a', 'n', 's', 'f', 'o', 'r', 'm'};
80 static const UChar zoomAndPanSpec[] = {'z', 'o', 'o', 'm', 'A', 'n', 'd', 'P', 'a', 'n'};
81 static const UChar viewTargetSpec[] = {'v', 'i', 'e', 'w', 'T', 'a', 'r', 'g', 'e', 't'};
85 const UChar* currViewSpec = viewSpec.characters();
86 const UChar* end = currViewSpec + viewSpec.length()
    [all...]
  /external/icu4c/common/
ustrfmt.h 14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);

Completed in 1189 milliseconds

1 2 34 5 6 7 8 91011>>