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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/common/unicode/
rep.h 94 inline UChar charAt(int32_t offset) const;
231 virtual UChar getCharAt(int32_t offset) const = 0;
245 inline UChar
ucnv_cb.h 112 * This function will write out the error character(s) to the target UChar buffer.
115 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed]
116 * @param sourceLimit pointer after last UChar to write
123 const UChar** source,
124 const UChar* sourceLimit,
131 * UChar buffer.
142 const UChar* source,
putil.h 151 * Convert char characters to UChar characters.
169 u_charsToUChars(const char *cs, UChar *us, int32_t length);
172 * Convert UChar characters to char characters.
191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 196 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
214 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
215 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
237 const UChar* codeUnits,
288 const UChar* codeUnits,
318 const UChar* codeUnits,
374 const UChar* codeUnits,
  /external/icu4c/samples/cal/
uprint.c 24 uprint(const UChar *s,
32 const UChar *mySource;
33 const UChar *mySourceEnd;
  /external/icu4c/samples/date/
uprint.c 25 uprint(const UChar *s,
33 const UChar *mySource;
34 const UChar *mySourceEnd;
  /external/icu4c/test/cintltst/
cintltst.h 44 U_CFUNC UChar* CharsToUChars(const char* chars);
47 * Convert a const UChar* into a char*
54 U_CFUNC char *austrdup(const UChar* unichars);
55 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
nccbtst.h 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
63 static void printUSeq(const UChar* a, int len);
65 static void printUSeqErr(const UChar* a, int len);
udatpg_test.c 20 * One item to note: C API functions which return a const UChar *
49 * Pipe symbol '|'. We pass only the first UChar without NUL-termination.
50 * The second UChar is just to verify that the API does not pick that up.
52 static const UChar pipeString[]={ 0x7c, 0x0a };
54 static const UChar testSkeleton1[]={ 0x48, 0x48, 0x6d, 0x6d, 0 }; /* HHmm */
55 static const UChar expectingBestPattern[]={ 0x48, 0x48, 0x2e, 0x6d, 0x6d, 0 }; /* HH.mm */
56 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */
57 static const UChar expectingSkeleton[]= { 0x48, 0x48, 0x6d, 0x6d, 0 }; /* HHmm */
58 static const UChar expectingBaseSkeleton[]= { 0x48, 0x6d, 0 }; /* HHmm */
59 static const UChar redundantPattern[]={ 0x79, 0x79, 0x4d, 0x4d, 0x4d, 0 }; /* yyMMM *
    [all...]
  /external/icu4c/test/intltest/
testutil.cpp 14 static const UChar HEX[16]={48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70};
16 UnicodeString TestUtility::hex(UChar ch) {
29 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned char UChar;
105 UChar MTB;
106 UChar LayerID;
107 UChar CodeType;
108 UChar RefSelCode;
120 UChar *yChan; /* pointer to Y */
121 UChar *uChan; /* pointer to U */
122 UChar *vChan; /* pointer to V */
278 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
340 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer)
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucnv_cb.h 112 * This function will write out the error character(s) to the target UChar buffer.
115 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed]
116 * @param sourceLimit pointer after last UChar to write
123 const UChar** source,
124 const UChar* sourceLimit,
131 * UChar buffer.
142 const UChar* source,
  /external/webkit/WebCore/platform/
LinkHash.cpp 34 static inline int findSlashDotDotSlash(const UChar* characters, size_t length)
46 static inline int findSlashSlash(const UChar* characters, size_t length, int position)
58 static inline int findSlashDotSlash(const UChar* characters, size_t length)
70 static inline bool containsColonSlashSlash(const UChar* characters, unsigned length)
82 static inline void cleanPath(Vector<UChar, 512>& path)
119 static inline bool matchLetter(UChar c, UChar lowercaseLetter)
124 static inline bool needsTrailingSlash(const UChar* characters, unsigned length)
150 LinkHash visitedLinkHash(const UChar* url, unsigned length)
155 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>& buffer
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.h 69 static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength)
75 static PassRefPtr<ComplexTextRun> create(ATSUTextLayout atsuTextLayout, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr, bool directionalOverride)
80 static PassRefPtr<ComplexTextRun> create(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr)
87 const UChar* characters() const { return m_characters; }
99 ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength);
103 ComplexTextRun(ATSUTextLayout, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr, bool directionalOverride);
106 ComplexTextRun(const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr);
120 const UChar* m_characters;
145 void collectComplexTextRunsForCharacters(const UChar*, unsigned length, unsigned stringLocation, const SimpleFontData*);
146 void collectComplexTextRunsForCharactersATSUI(const UChar*, unsigned length, unsigned stringLocation, const SimpleFontData*)
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.h 55 void itemizeShapeAndPlace(const UChar*, unsigned length, const SimpleFontData*, GlyphBuffer*);
56 bool shapeAndPlaceItem(const UChar*, unsigned index, const SimpleFontData*, GlyphBuffer*);
57 bool shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
  /external/webkit/WebCore/platform/text/
TextCodecICU.h 51 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
59 int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,
  /external/webkit/WebCore/platform/text/wince/
TextBoundariesWince.cpp 37 int findNextWordFromIndex(const UChar * buffer, int len, int position, bool forward)
43 void findWordBoundary(const UChar * buffer, int len, int position, int* start, int* end)
56 UChar c = str[currentPosition];
  /external/webkit/WebCore/svg/
SVGLengthList.cpp 44 const UChar* ptr = value.characters();
45 const UChar* end = ptr + value.length();
47 const UChar* start = ptr;
  /external/icu4c/test/thaitest/
thaitest.cpp 13 #include "unicode/uchar.h"
41 SpaceBreakIterator(const UChar *text, int32_t count);
62 // address of the UChar array
63 const UChar *fText;
88 // spaces - pointer to a UChar array for the text with spaces
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
110 // returns - the address of the UChar array containing the characters
111 static const UChar *readFile(char *fileName, int32_t &charCount)
    [all...]
  /external/webkit/JavaScriptCore/wrec/
CharacterClass.cpp 36 static const UChar asciiNewlines[2] = { '\n', '\r' };
37 static const UChar unicodeNewlines[2] = { 0x2028, 0x2029 };
61 static const UChar asciiSpaces[1] = { ' ' };
63 static const UChar unicodeSpaces[8] = { 0x00a0, 0x1680, 0x180e, 0x2028, 0x2029, 0x202f, 0x205f, 0x3000 };
76 static const UChar asciiWordchar[1] = { '_' };
125 static const UChar asciiNonwordchar[1] = { '`' };
  /external/webkit/WebCore/platform/graphics/
TextRun.h 36 TextRun(const UChar* c, int len, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, bool directionalOverride = false,
74 UChar operator[](int i) const { return m_characters[i]; }
75 const UChar* data(int i) const { return &m_characters[i]; }
77 const UChar* characters() const { return m_characters; }
80 void setText(const UChar* c, int len) { m_characters = c; m_len = len; }
106 const UChar* m_characters;
  /external/icu4c/common/
usc_impl.h 40 * void printScriptRuns(const UChar *text, int32_t length)
83 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
125 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
uset_props.cpp 31 uset_openPattern(const UChar* pattern, int32_t patternLength,
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
72 const UChar *pattern, int32_t patternLength,
107 const UChar *prop, int32_t propLength,
108 const UChar *value, int32_t valueLength,
118 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
124 pat.charAt(pos) == (UChar)91/*[*/) ||
130 UChar* result, int32_t resultCapacity,
  /external/icu4c/i18n/
curramt.cpp 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
ucol_elm.h 60 UChar prefixChars[128];
61 UChar *prefix;
63 UChar uchars[128];
64 UChar *cPoints;
96 UChar *cPoints; /* code point array of all combining marks */
117 UChar cp;
124 UChar *decomp;
126 UChar *comp;

Completed in 1331 milliseconds

1 2 3 4 5 67 8 91011>>