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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringHash.h 68 template<typename T> static inline UChar foldCase(T ch)
73 static unsigned hash(const UChar* data, unsigned length)
75 return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar> >(data, length);
TextCodecUserDefined.cpp 60 result.append(static_cast<UChar>(c & 0xF7FF));
100 UChar ored = 0;
102 UChar c = characters[i];
114 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling)
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 42 U_CAPI const UChar * U_EXPORT2
51 const UChar *item=NULL;
119 const UChar* fallbackLocale = NULL;
168 const UChar* const value =
unisetspan.h 75 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
77 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
96 int32_t spanNot(const UChar *s, int32_t length) const;
97 int32_t spanNotBack(const UChar *s, int32_t length) const;
unistr_props.cpp 20 #include "unicode/uchar.h"
32 UChar *array = getArrayStart();
uset_imp.h 34 USetAddString(USet *set, const UChar *str, int32_t length);
util.cpp 15 // Define UChar constants using hex for EBCDIC compatibility
17 static const UChar BACKSLASH = 0x005C; /*\*/
18 static const UChar UPPER_U = 0x0055; /*U*/
19 static const UChar LOWER_U = 0x0075; /*u*/
20 static const UChar APOSTROPHE = 0x0027; // '\''
21 static const UChar SPACE = 0x0020; // ' '
24 static const UChar DIGITS[] = {
37 return result.append((UChar)63/*?*/);
42 result.append((UChar)45/*-*/);
108 UChar charToFind)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
schriter.h 176 void setText(const UChar* newText, int32_t newTextLength);
ubrk.h 216 const UChar *text,
236 ubrk_openRules(const UChar *rules,
238 const UChar *text,
310 const UChar* text,
ures.h 189 * Same as ures_open() but takes a const UChar *path.
207 ures_openU(const UChar* packageName,
354 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
361 U_STABLE const UChar* U_EXPORT2
587 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
590 U_STABLE const UChar* U_EXPORT2
622 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
625 U_STABLE const UChar* U_EXPORT2
713 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
716 U_STABLE const UChar* U_EXPORT2
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_data.h 68 * Map category variable (UChar) to set (UnicodeFunctor).
92 UChar variablesBase;
strrepl.cpp 22 static const UChar EMPTY[] = { 0 }; // empty string: ""
151 UnicodeString str((UChar) 0xFFFF);
251 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
258 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
260 UChar c = output.charAt(i); // Ok to use 16-bits here
268 buf.insert(0, (UChar)0x20);
269 buf.append((UChar)0x20);
281 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
283 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.h 27 extern const UChar *
nccbtst.c 46 static void printUSeq(const UChar* a, int len)
64 static void printUSeqErr(const UChar* a, int len)
178 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 };
179 static const UChar sampleText2[] = { 0x6D63, 0x6D64, 0x6D65, 0x6D66 };
195 static const UChar fromU[] = { 0x61, 0xff5e, 0x62, 0x6d63, 0xff5e, 0x6d64, 0x63, 0xff5e, 0x6d66 };
212 static const UChar usasciiFromU[] = { 0x61, 0x80, 0x4e00, 0x31, 0xd800, 0xdfff, 0x39 };
216 static const UChar latin1FromU[] = { 0x61, 0xa0, 0x4e00, 0x31, 0xd800, 0xdfff, 0x39 };
265 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 };
270 static const UChar euc_jp_inputText[]={ 0x0061, 0x4edd, 0x5bec, 0xd801, 0xdc01, 0xd801, 0x0061, 0x00a2 };
277 static const UChar euc_tw_inputText[]={ 0x0061, 0x2295, 0x5BF2, 0xd801, 0xdc01, 0xd801, 0x0061, 0x8706, 0x8a, }
    [all...]
utexttst.c 66 UChar uString[] = {0x41, 0x42, 0x43, 0};
69 UChar c;
88 UChar uString[] = {0x41, 0x42, 0x43, 0};
108 UChar uString[] = {0x41, 0x42, 0x43, 0};
210 UChar uString[] = {0x41, 0x42, 0x43, 0};
211 UChar buf[100];
214 UChar uString2[] = {0x41, 0x42, 0x43, 0x44, 0x45,
216 UChar * uString2Ptr = uString2 + 5;
258 UChar uString[] = {0x41, 0x42, 0x43, 0};
  /external/chromium_org/third_party/icu/source/test/compat/
tzdate.c 75 const UChar *tz = 0;
76 UChar *s = 0;
89 s = (UChar*) malloc(sizeof(UChar) * (len+1));
  /external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.h 49 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
dcfmtest.h 36 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
itercoll.h 94 UChar character;
reptest.cpp 43 static const UChar NO_STYLE;
45 static const UChar NO_STYLE_MARK;
65 s.append((UChar)(i + 0x0031));
113 virtual UChar getCharAt(int32_t offset) const{
122 UChar newStyle = NO_STYLE;
162 const UChar TestReplaceable::NO_STYLE = 0x005F;
164 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;
184 virtual UChar getCharAt(int32_t /*offset*/) const{
214 UChar rawTestArray[][6] = {
  /external/icu4c/common/
locresdata.cpp 42 U_CAPI const UChar * U_EXPORT2
51 const UChar *item=NULL;
119 const UChar* fallbackLocale = NULL;
168 const UChar* const value =
unisetspan.h 75 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
77 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
96 int32_t spanNot(const UChar *s, int32_t length) const;
97 int32_t spanNotBack(const UChar *s, int32_t length) const;
  /external/icu4c/common/unicode/
schriter.h 176 void setText(const UChar* newText, int32_t newTextLength);
ubrk.h 216 const UChar *text,
236 ubrk_openRules(const UChar *rules,
238 const UChar *text,
310 const UChar* text,
ures.h 189 * Same as ures_open() but takes a const UChar *path.
207 ures_openU(const UChar* packageName,
361 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
368 U_STABLE const UChar* U_EXPORT2
594 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
597 U_STABLE const UChar* U_EXPORT2
629 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
632 U_STABLE const UChar* U_EXPORT2
720 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
723 U_STABLE const UChar* U_EXPORT2
    [all...]

Completed in 678 milliseconds

<<21222324252627282930>>