HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 151 - 175 of 378) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/common/
dictionarydata.h 129 UChar32 transform(UChar32 c) const;
ustr_imp.h 253 * NUL-terminate a UChar32 * string if possible.
257 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
ucnv_u8.c 366 UChar32 ch;
481 UChar32 ch;
610 static UChar32 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args,
617 UChar32 ch;
635 return (UChar32)myByte;
752 static const UChar32
756 static const UChar32
772 UChar32 c;
783 c=(UChar32)utf8->toUnicodeStatus;
    [all...]
utrie.h 333 * @param c32 (UChar32, in) the input code point
344 * @param c32 (UChar32, in) the input code point
470 UTrieEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value);
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
dictbe.cpp 38 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
60 UChar32 c = utext_current32(text);
325 UChar32 uc = 0;
335 UChar32 pc;
567 UChar32 pc;
568 UChar32 uc;
760 UChar32 pc;
761 UChar32 uc;
    [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...]
util.h 53 static UBool isUnprintable(UChar32 c);
61 static UBool escapeUnprintable(UnicodeString& result, UChar32 c);
215 UChar32 c,
  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 229 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
239 UChar32 codePoint,
279 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
290 UChar32 codePoint,
308 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
320 UChar32 codePoint,
365 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
376 UChar32 codePoint,
utf16.h 110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
160 * @param c output UChar32 variable
194 * @param c output UChar32 variable
231 * @param c output UChar32 variable
260 * @param c output UChar32 variable
460 * @param c output UChar32 variable
488 * @param c output UChar32 variable
rep.h 108 inline UChar32 char32At(int32_t offset) const;
237 virtual UChar32 getChar32At(int32_t offset) const = 0;
252 inline UChar32
  /external/icu/icu4c/source/i18n/
bocsu.h 154 U_CFUNC UChar32
155 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
collation.cpp 122 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) {
131 Collation::unassignedPrimaryFromCodePoint(UChar32 c) {
collationruleparser.cpp 274 UChar32 prefix0 = prefix.char32At(0);
275 UChar32 c = str.char32At(0);
296 UChar32 prev = -1;
300 UChar32 c = raw.char32At(j);
326 UChar32 c = raw.char32At(0);
373 UChar32 c = rules->charAt(i++);
422 UChar32 c = raw.char32At(j);
860 CollationRuleParser::isSyntaxChar(UChar32 c) {
decimfmt.cpp     [all...]
scientificnumberformatter.cpp 46 UChar32 c = s.char32At(i);
152 UChar32 aChar = original.char32At(beginIndex);
uspoof_wsconf.cpp 182 UChar32 startCodePoint = SpoofImpl::ScanHex(
184 UChar32 endCodePoint = startCodePoint;
222 UChar32 cp;
320 UChar32 rangeStart = ignoreSet.getRangeStart(rn);
321 UChar32 rangeEnd = ignoreSet.getRangeEnd(rn);
rematch.cpp 54 static inline UBool isLineTerminator(UChar32 c) {
342 for (UChar32 c = UTEXT_NEXT32(replacement); U_SUCCESS(status) && c != U_SENTINEL; c = UTEXT_NEXT32(replacement)) {
358 UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context);
359 if (escapedChar != (UChar32)0xFFFFFFFF) {
414 UChar32 nextChar = utext_current32(replacement);
688 UChar32 c;
771 UChar32 theChar = fPattern->fInitialChar;
800 UChar32 c;
    [all...]
regexcmp.cpp 209 if (tableEl->fCharClass == 253 && fC.fChar == (UChar32)-1) {
216 fC.fChar != (UChar32)-1) { // char is not EOF
    [all...]
strrepl.cpp 161 UChar32 c = output.char32At(oOutput);
295 UChar32 ch;
314 UChar32 c = output.char32At(i);
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 34 UChar32 codePoint,
176 UChar32 codePoint,
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 111 UChar32 c;
189 UChar32 c;
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 58 tel=UnicodeString(1, (UChar32)0x2121, 10);
128 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode);
collationtest.cpp 225 UChar32 prev = 0;
231 UChar32 c = iter->getCodepoint();
321 for(UChar32 c = 0x10000; c < 0x110000;) {
322 UChar32 next = c + 0x400;
340 for(UChar32 c = 0; c <= 0xffff; ++c) {
360 for(UChar32 c = 0; c <= 0xffff; ++c) {
376 CodePointIterator(const UChar32 *cp, int32_t length) : cp(cp), length(length), pos(0) {}
378 UChar32 next() { return (pos < length) ? cp[pos++] : U_SENTINEL; }
379 UChar32 previous() { return (pos > 0) ? cp[--pos] : U_SENTINEL; }
383 const UChar32 *cp
    [all...]
tstnorm.cpp 500 inline static void insert(UnicodeString& dest, int pos, UChar32 ch)
507 UChar32 ch;
573 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
587 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) :
590 UChar32 current() {
598 UChar32 next() {
606 UChar32 previous() {
618 const UChar32 *s;
624 const UChar32 *expect, int32_t expectLength,
640 UChar32 c1, c2
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 99 UChar32 start, end;
180 UBool contains(UChar32 c) const {

Completed in 1990 milliseconds

1 2 3 4 5 67 8 91011>>