Searched refs:UChar (Results 251 - 275 of 1298) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dusprep.h235 * @param src Pointer to UChar buffer containing the string to prepare
260 const UChar* src, int32_t srcLength,
261 UChar* dest, int32_t destCapacity,
H A Ducnv.h224 const UChar* codeUnits,
395 ucnv_openU(const UChar *name,
667 const UChar *s,
705 UChar *errUChars,
742 * Returns the maximum number of bytes that are output per UChar in conversion
758 * This function returns bytes per UChar (UTF-16 code unit), not per
782 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
835 * @return displayNameLength number of UChar needed in displayName
842 UChar *displayName,
1083 * conversion is to begin, and ends up pointing after the last UChar consume
[all...]
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
254 /** Number of bytes in a UChar. @stable ICU 2.0 */
258 * \var UChar
259 * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t),
261 * If neither is available, then define UChar to be uint16_t.
263 * This makes the definition of UChar platform-dependent
270 typedef UCHAR_TYPE UChar; typedef
272 typedef char16_t UChar; */
274 typedef wchar_t UChar; typedef
276 typedef __CHAR16_TYPE__ UChar; typedef
278 typedef uint16_t UChar; typedef
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustr_cnv.c106 /* conversions between char* and UChar* ------------------------------------- */
128 U_CAPI UChar* U_EXPORT2
129 u_uastrncpy(UChar *ucs1,
133 UChar *target = ucs1;
160 U_CAPI UChar* U_EXPORT2
161 u_uastrcpy(UChar *ucs1,
186 static int32_t u_ustrnlen(const UChar *ucs1, int32_t n)
202 const UChar *ucs2,
234 const UChar *ucs2 )
H A Dunorm.cpp47 unorm_quickCheck(const UChar *src,
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
71 unorm_isNormalized(const UChar *src, int32_t srcLength,
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
97 unorm_normalize(const UChar *src, int32_t srcLength,
99 UChar *dest, int32_t destCapacity,
118 UChar *dest, int32_t destCapacity,
178 UChar *dest, int32_t destCapacity,
198 UChar *dest, int32_t destCapacity,
211 UChar *des
[all...]
H A Dushape.cpp34 * presentation forms each fit into a single UChar.
81 UChar tailChar;
125 static const UChar yehHamzaToYeh[] =
137 static const UChar convertLamAlef[] =
149 static const UChar araLink[178]=
297 static const UChar convertFBto06[] =
313 static const UChar convertFEto06[] =
342 _shapeToArabicDigitsWithContext(UChar *s, int32_t length,
343 UChar digitBase,
347 UChar
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duplrule.cpp32 UChar *keyword, int32_t capacity,
41 UChar *keyword, int32_t capacity,
H A Dicuin40shim.cpp58 const UChar *source,
83 utrans_openU_4_0(const UChar *id,
86 const UChar *rules,
112 UChar* text,
/macosx-10.10/WTF-7600.1.24/wtf/text/cf/
H A DAtomicStringCF.cpp47 return add(reinterpret_cast<const UChar*>(ptr), length);
51 return add(reinterpret_cast<const UChar*>(ucharBuffer.data()), length);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DFileSystem.cpp76 static inline bool shouldEscapeUChar(UChar c)
87 UChar character = (*stringImpl)[i];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DComplexTextController.h76 static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange)
81 static PassRefPtr<ComplexTextRun> create(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr)
88 const UChar* characters() const { return m_characters; }
103 ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange);
104 ComplexTextRun(const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr);
108 const UChar* m_characters;
130 void collectComplexTextRunsForCharacters(const UChar*, unsigned length, unsigned stringLocation, const SimpleFontData*);
148 Vector<UChar, 256> m_smallCapsBuffer;
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF8.h43 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
47 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DTextCodecMac.h49 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
59 UChar m_backslashAsCurrencySymbol;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAngle.cpp72 inline SVGAngle::SVGAngleType stringToAngleType(const UChar*& ptr, const UChar* end)
78 const UChar firstChar = *ptr;
85 const UChar secondChar = *ptr;
92 const UChar thirdChar = *ptr;
103 const UChar fourthChar = *ptr;
144 const UChar* ptr = upconvertedCharacters;
145 const UChar* end = ptr + value.length();
H A DSVGFitToViewBox.h63 static bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true);
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DCharacterReferenceParserInlines.h34 inline bool isHexDigit(UChar cc)
51 bool consumeCharacterReference(SegmentedString& source, StringBuilder& decodedCharacter, bool& notEnoughCharacters, UChar additionalAllowedCharacter)
71 UChar cc = source.currentChar();
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dkey_defined.c45 if (UChar(*str) == UChar(ptr->ch)) {
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_tputs.c178 if (isdigit(UChar(*string))) {
179 while (isdigit(UChar(*string))) {
186 if (isdigit(UChar(*string))) {
190 while (isdigit(UChar(*string)))
215 if ((!isdigit(UChar(*string)) && *string != '.')
223 while (isdigit(UChar(*string))) {
230 if (isdigit(UChar(*string))) {
234 while (isdigit(UChar(*string)))
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Duenumtst.c24 static char* quikU2C(const UChar* str, int32_t len) {
41 UChar *currUChar;
63 static const UChar* U_CALLCONV
70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
134 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */
135 static const UChar _second[]= {115,101,99,111,110,100,0}; /* "second" */
136 static const UChar _third[] = {116,104,105,114,100,0}; /* "third" */
137 static const UChar _fourth[]= {102,111,117,114,116,104,0};/* "fourth" */
139 static const UChar* test
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Duatimeunitformat.h199 UChar* result,
227 const UChar* text,
285 UChar* result,
357 UChar* result,
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditrbnfp.cpp150 us.insert(0, (UChar)'"');
151 us.append((UChar)'"');
163 us.insert(0, (UChar)'"');
164 us.append((UChar)'"');
H A Dtestutil.h28 static UnicodeString hex(const UnicodeString& s, UChar sep);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducnv.h188 const UChar* codeUnits,
357 ucnv_openU(const UChar *name,
623 const UChar *s,
661 UChar *errUChars,
698 * Returns the maximum number of bytes that are output per UChar in conversion
714 * This function returns bytes per UChar (UTF-16 code unit), not per
738 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
791 * @return displayNameLength number of UChar needed in displayName
798 UChar *displayName,
1039 * conversion is to begin, and ends up pointing after the last UChar consume
[all...]
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducnv.h188 const UChar* codeUnits,
357 ucnv_openU(const UChar *name,
623 const UChar *s,
661 UChar *errUChars,
698 * Returns the maximum number of bytes that are output per UChar in conversion
714 * This function returns bytes per UChar (UTF-16 code unit), not per
738 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
791 * @return displayNameLength number of UChar needed in displayName
798 UChar *displayName,
1039 * conversion is to begin, and ends up pointing after the last UChar consume
[all...]
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducnv.h188 const UChar* codeUnits,
357 ucnv_openU(const UChar *name,
623 const UChar *s,
661 UChar *errUChars,
698 * Returns the maximum number of bytes that are output per UChar in conversion
714 * This function returns bytes per UChar (UTF-16 code unit), not per
738 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
791 * @return displayNameLength number of UChar needed in displayName
798 UChar *displayName,
1039 * conversion is to begin, and ends up pointing after the last UChar consume
[all...]

Completed in 312 milliseconds

<<11121314151617181920>>