HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 276 - 300 of 1775) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.h 51 static UChar* myNumformat(const UNumberFormat* numfor, double d);
cformtst.c 53 UChar* myDateFormat(UDateFormat* dat, UDate d1)
55 UChar *result1=NULL;
66 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength);
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.h 75 * @param src Pointer to UChar buffer containing a single label
87 int32_t map(const UChar* src, int32_t srcLength,
88 UChar* dest, int32_t destCapacity,
97 * @param src Pointer to UChar buffer containing a single label
108 int32_t process(const UChar* src, int32_t srcLength,
109 UChar* dest, int32_t destCapacity,
sfwdchit.cpp 29 fStart = new UChar[fLen];
42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
49 fStart = new UChar[fLen];
106 UChar SimpleFwdCharIterator::nextPostInc(void) {
testutil.h 28 static UnicodeString hex(const UnicodeString& s, UChar sep);
tscoll.h 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.h 34 extern const UChar NEW_LINE[];
  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.h 26 *(target)++ = (UChar) c; \
40 UChar *fChars;
63 void ustr_ucat(struct UString *dst, UChar c, UErrorCode *status);
65 void ustr_uscat(struct UString *dst, const UChar* src,int len,UErrorCode *status);
  /external/icu4c/common/
ustr_titlecase_brkiter.cpp 51 u_strToTitle(UChar *dest, int32_t destCapacity,
52 const UChar *src, int32_t srcLength,
76 UChar *dest, int32_t destCapacity,
77 const UChar *src, int32_t srcLength,
ustrcase_locale.cpp 85 u_strToLower(UChar *dest, int32_t destCapacity,
86 const UChar *src, int32_t srcLength,
99 u_strToUpper(UChar *dest, int32_t destCapacity,
100 const UChar *src, int32_t srcLength,
unistr.cpp 45 UChar c;
58 print(const UChar *s,
62 UChar c;
81 us_arrayCopy(const UChar *src, int32_t srcStart,
82 UChar *dst, int32_t dstStart, int32_t count)
89 // u_unescapeAt() callback to get a UChar from a UnicodeString
91 static UChar U_CALLCONV
167 UChar *array = getArrayStart();
174 array[i++] = (UChar)c;
178 UChar units[U16_MAX_LENGTH]
    [all...]
  /external/icu4c/i18n/
unesctrn.cpp 15 #include "unicode/uchar.h"
27 static const UChar END = 0xFFFF;
30 static const UChar SPEC_Unicode[] = {
36 static const UChar SPEC_Java[] = {
42 static const UChar SPEC_C[] = {
49 static const UChar SPEC_XML[] = {
55 static const UChar SPEC_XML10[] = {
61 static const UChar SPEC_Perl[] = {
67 static const UChar SPEC_Any[] = {
79 static UChar* copySpec(const UChar* spec)
    [all...]
usrchimp.h 26 const UChar *text;
44 const UChar *text;
76 UChar canonicalPrefixAccents[INITIAL_ARRAY_SIZE_];
77 UChar canonicalSuffixAccents[INITIAL_ARRAY_SIZE_];
dcfmtsym.cpp 55 static const UChar INTL_CURRENCY_SYMBOL_STR[] = {0xa4, 0xa4, 0};
189 const UChar *sym = NULL;
298 UChar curriso[4];
317 UChar ucc[4]={0}; //Currency Codes are always 3 chars long
395 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator
397 fSymbols[kPatternSeparatorSymbol] = (UChar)0x3b; // ';' pattern separator
398 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign
399 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
400 fSymbols[kOneDigitSymbol] = (UChar)0x31; // '1' native 1 digit
401 fSymbols[kTwoDigitSymbol] = (UChar)0x32; // '2' native 2 digi
    [all...]
  /external/icu4c/stubdata/
stubdata.c 56 sizeof(UChar),
  /external/icu4c/test/cintltst/
cdattst.h 51 static UChar* myNumformat(const UNumberFormat* numfor, double d);
cformtst.c 57 UChar* myDateFormat(UDateFormat* dat, UDate d1)
59 UChar *result1=NULL;
70 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength);
  /external/icu4c/test/intltest/
nptrans.h 71 * @param src Pointer to UChar buffer containing a single label
82 int32_t map(const UChar* src, int32_t srcLength,
83 UChar* dest, int32_t destCapacity,
92 * @param src Pointer to UChar buffer containing a single label
103 int32_t process(const UChar* src, int32_t srcLength,
104 UChar* dest, int32_t destCapacity,
sfwdchit.cpp 29 fStart = new UChar[fLen];
42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
49 fStart = new UChar[fLen];
106 UChar SimpleFwdCharIterator::nextPostInc(void) {
testutil.h 28 static UnicodeString hex(const UnicodeString& s, UChar sep);
tscoll.h 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/icu4c/test/iotest/
iotest.h 34 extern const UChar NEW_LINE[];
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 54 static const UChar INTL_CURRENCY_SYMBOL_STR[] = {0xa4, 0xa4, 0};
177 const UChar *sym = NULL;
287 UChar curriso[4];
306 UChar ucc[4]={0}; //Currency Codes are always 3 chars long
386 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator
388 fSymbols[kPatternSeparatorSymbol] = (UChar)0x3b; // ';' pattern separator
389 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign
390 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
391 fSymbols[kOneDigitSymbol] = (UChar)0x31; // '1' native 1 digit
392 fSymbols[kTwoDigitSymbol] = (UChar)0x32; // '2' native 2 digi
    [all...]
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 36 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
47 UChar ch = src[end];
55 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontTest.cpp 36 static void TestSpecificUCharRange(UChar rangeStart, UChar rangeEnd)
38 UChar below[1];
39 UChar start[1];
40 UChar midway[1];
41 UChar end[1];
42 UChar above[1];
59 static UChar c1[] = { 0x0 };
74 static UChar c2[] = { 0x1DBF };
76 static UChar c3[] = { 0x1DC0 }
    [all...]

Completed in 677 milliseconds

<<11121314151617181920>>