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

<<11121314151617181920>>

  /external/icu4c/test/cintltst/
spooftest.c 66 static void test_assert_string(const char *expected, const UChar *actual, UBool nulTerm, const char *file, int line) {
101 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x77, 0}; /* "uw", all ASCII */
103 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */
106 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. *
    [all...]
  /external/icu4c/common/
ustrcase.c 17 * Uses functions from uchar.c for basic functionality that requires access
35 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity,
36 int32_t result, const UChar *s) {
106 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
111 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c);
124 UChar *dest, int32_t destCapacity,
125 const UChar *src, UCaseContext *csc,
128 const UChar *s;
145 dest[destIndex++]=(UChar)c2;
214 UChar *dest, int32_t destCapacity
    [all...]
ushape.c 20 #include "unicode/uchar.h"
33 * presentation forms each fit into a single UChar.
79 UChar tailChar = OLD_TAIL_CHAR;
122 static const UChar yehHamzaToYeh[] =
134 static const UChar convertLamAlef[] =
146 static const UChar araLink[178]=
270 static const UChar convertFBto06[] =
286 static const UChar convertFEto06[] =
315 _shapeToArabicDigitsWithContext(UChar *s, int32_t length,
316 UChar digitBase
    [all...]
uenumimp.h 61 * This function returns the next element as a UChar *,
67 * @return next element as UChar *,
70 typedef const UChar* U_CALLCONV
132 * It automatically converts the char * string to UChar *.
137 U_CAPI const UChar* U_EXPORT2
143 * It automatically converts the UChar * string to char *.
ustr_cnv.c 83 /* conversions between char* and UChar* ------------------------------------- */
105 U_CAPI UChar* U_EXPORT2
106 u_uastrncpy(UChar *ucs1,
110 UChar *target = ucs1;
137 U_CAPI UChar* U_EXPORT2
138 u_uastrcpy(UChar *ucs1,
163 static int32_t u_ustrnlen(const UChar *ucs1, int32_t n)
179 const UChar *ucs2,
211 const UChar *ucs2 )
uinvchar.h 49 uprv_isInvariantUString(const UChar *s, int32_t length);
  /external/icu4c/i18n/unicode/
udat.h 40 * UChar *myString;
46 * myString=(UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
58 * UChar* myString;
66 * myString = (UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
80 * UChar *myString;
89 * myString=(UChar*)malloc(sizeof(UChar) * (myStrlen+1) );
522 const UChar *tzID
    [all...]
  /external/icu4c/i18n/
umsg.cpp 39 const UChar *pattern,
41 UChar *result,
61 const UChar *pattern,
63 UChar *result,
78 const UChar *pattern,
80 UChar *result,
101 const UChar *pattern,
103 UChar *result,
124 const UChar *pattern,
126 const UChar *source
    [all...]
csmatch.h 38 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
  /external/icu4c/common/unicode/
usprep.h 215 * @param src Pointer to UChar buffer containing the string to prepare
240 const UChar* src, int32_t srcLength,
241 UChar* dest, int32_t destCapacity,
ucnv.h 187 const UChar* codeUnits,
356 ucnv_openU(const UChar *name,
603 const UChar *s,
641 UChar *errUChars,
678 * Returns the maximum number of bytes that are output per UChar in conversion
694 * This function returns bytes per UChar (UTF-16 code unit), not per
718 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
771 * @return displayNameLength number of UChar needed in displayName
778 UChar *displayName,
    [all...]
unifilt.h 31 #define U_ETHER ((UChar)0xFFFF)
  /external/opencore/codecs_v2/audio/aac/dec/include/
pv_audio_type_defs.h 77 #ifndef UChar
78 typedef uint8 UChar;
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_sbr_bitstream.cpp 166 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[0] = (UChar) get9_n_lessbits(LEN_F_CNT, pInputStream);
169 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[i] = (UChar) get9_n_lessbits(8, pInputStream);
  /external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3_audio_type_defs.h 71 #ifndef UChar
72 typedef uint8 UChar;
  /external/webkit/JavaScriptCore/API/
JSStringRefCF.cpp 47 COMPILE_ASSERT(sizeof(UniChar) == sizeof(UChar), unichar_and_uchar_must_be_same_size);
48 return OpaqueJSString::create(reinterpret_cast<UChar*>(buffer.get()), length).releaseRef();
  /external/webkit/JavaScriptCore/wtf/unicode/
CollatorDefault.cpp 54 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 82 const UChar* sourceIterator = source;
83 const UChar* sourceEnd = source + sourceLength;
84 UChar* resultIterator = result;
85 UChar* resultEnd = result + resultLength;
106 const UChar* sourceIterator = source;
107 const UChar* sourceEnd = source + sourceLength;
108 UChar* resultIterator = result;
109 UChar* resultEnd = result + resultLength;
  /external/webkit/WebCore/platform/text/
TextBoundaries.cpp 39 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward)
70 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end)
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.h 47 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
57 UChar m_backslashAsCurrencySymbol;
  /external/webkit/WebCore/platform/text/qt/
StringQt.cpp 39 m_impl = StringImpl::create(reinterpret_cast<const UChar*>(qstr.constData()), qstr.length());
46 m_impl = StringImpl::create(reinterpret_cast<const UChar*>(ref.unicode()), ref.length());
  /external/webkit/WebCore/svg/
SVGNumberList.cpp 46 const UChar* ptr = value.characters();
47 const UChar* end = ptr + value.length();
  /external/webkit/WebKit/android/nav/
CachedInput.cpp 45 const UChar* ch = string.characters();
47 UChar c = *ch++;
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_sbr_bitstream.cpp 166 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[0] = (UChar) get9_n_lessbits(LEN_F_CNT, pInputStream);
169 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[i] = (UChar) get9_n_lessbits(8, pInputStream);
  /external/icu4c/test/intltest/
idnaconf.h 29 UChar* base;

Completed in 686 milliseconds

<<11121314151617181920>>