HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 201 - 225 of 417) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/i18n/
uspoof_impl.h 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
80 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
uni2name.cpp 97 UChar32 c = text.char32At(cursor);
strmatch.cpp 194 UChar32 c = pattern.char32At(0);
203 UChar32 ch;
281 UChar32 c = pattern.char32At(i);
strrepl.cpp 161 UChar32 c = output.char32At(oOutput);
295 UChar32 ch;
314 UChar32 c = output.char32At(i);
  /external/icu4c/test/intltest/
tstnrapi.cpp 58 tel=UnicodeString(1, (UChar32)0x2121, 10);
128 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode);
canittst.cpp 78 UChar32 i = 0;
99 s += (UChar32)0x0345; //"\\u0345";
175 void CanonicalIteratorTest::characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it)
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 98 UChar32 start, end;
179 UBool contains(UChar32 c) const {
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 199 static inline String singleCharacterString(UChar32 c)
213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar,
  /external/icu4c/common/
chariter.cpp 92 UChar32
dictbe.h 77 virtual UBool handles( UChar32 c, int32_t breakType ) const;
rbbirb.h 71 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
ucnv_err.c 60 UChar32 codePoint,
89 UChar32 codePoint,
110 UChar32 codePoint,
137 UChar32 codePoint,
unistr.cpp 109 UnicodeString(s1.length()+s2.length()+1, (UChar32)0, 0).
155 UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count)
207 UnicodeString::UnicodeString(UChar32 ch)
419 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
543 UnicodeString result(length(), (UChar32)0, (int32_t)0); // construct with capacity
554 UChar32 c = unescapeAt(i); // advances i
566 UChar32 UnicodeString::unescapeAt(int32_t &offset) const {
698 UChar32
703 UChar32
709 UChar32 c
    [all...]
ustring.cpp 217 u_strchr32(const UChar *s, UChar32 c) {
257 u_memchr32(const UChar *s, UChar32 c, int32_t count) {
391 u_strrchr32(const UChar *s, UChar32 c) {
432 u_memrchr32(const UChar *s, UChar32 c, int32_t count) {
467 UChar32 stringCh, matchCh;
827 UChar32 c1, c2;
    [all...]
utrie.cpp 194 utrie_getDataBlock(UNewTrie *trie, UChar32 c) {
220 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) {
238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) {
261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit,
282 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) {
303 UChar32 nextStart;
407 UChar32 c;
719 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset)
    [all...]
  /external/icu4c/common/unicode/
umachine.h 252 /* UChar and UChar32 definitions -------------------------------------------- */
282 * Define UChar32 as a type for single Unicode code points.
283 * UChar32 is a signed 32-bit integer (same as int32_t).
290 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
293 * That is, the definition of UChar32 was platform-dependent.
298 typedef int32_t UChar32;
302 * (take or) return single code points (UChar32).
315 * @see UChar32
  /external/icu4c/samples/case/
ucase.c 23 UChar32 ch;
  /external/icu4c/samples/uciter8/
uciter8.c 48 UChar32 c1, c2;
217 UChar32 u[4];
220 UChar32 c;
308 UChar32 c1, c2;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 306 /* UChar and UChar32 definitions -------------------------------------------- */
330 * Define UChar32 as a type for single Unicode code points.
331 * UChar32 is a signed 32-bit integer (same as int32_t).
338 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
341 * That is, the definition of UChar32 was platform-dependent.
346 typedef int32_t UChar32;
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 306 /* UChar and UChar32 definitions -------------------------------------------- */
330 * Define UChar32 as a type for single Unicode code points.
331 * UChar32 is a signed 32-bit integer (same as int32_t).
338 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
341 * That is, the definition of UChar32 was platform-dependent.
346 typedef int32_t UChar32;
  /external/webkit/Source/WebCore/editing/
SmartReplaceICU.cpp 93 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 306 /* UChar and UChar32 definitions -------------------------------------------- */
330 * Define UChar32 as a type for single Unicode code points.
331 * UChar32 is a signed 32-bit integer (same as int32_t).
338 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
341 * That is, the definition of UChar32 was platform-dependent.
346 typedef int32_t UChar32;
  /external/webkit/Source/WebCore/platform/text/
TextCodecUserDefined.cpp 72 UChar32 c;
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 306 /* UChar and UChar32 definitions -------------------------------------------- */
330 * Define UChar32 as a type for single Unicode code points.
331 * UChar32 is a signed 32-bit integer (same as int32_t).
338 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
341 * That is, the definition of UChar32 was platform-dependent.
346 typedef int32_t UChar32;
  /external/icu4c/test/cintltst/
trietest.c 39 UChar32 start, limit;
50 UChar32 limit;
56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) {
58 UChar32 limit;
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) {
89 UChar32 limit;
127 _testEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value) {
150 UChar32 c;
265 UChar32 start, limit
    [all...]

Completed in 1528 milliseconds

1 2 3 4 5 6 7 891011>>