HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 326 - 350 of 762) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 109 UChar32 c;
191 UChar32 c;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 109 UChar32 c;
191 UChar32 c;
  /external/icu/icu4c/source/common/
bmpset.cpp 118 UChar32 start, limit;
242 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
277 BMPSet::contains(UChar32 c) const {
603 UChar32 c=(b<<12)|(t1<<6)|t2;
617 UChar32 c=((UChar32)(b-0xf0)<<18)|((UChar32)t1<<12)|(t2<<6)|t3;
692 UChar32 c;
dictionarydata.h 105 UChar32 transform(UChar32 c) const;
ustr_imp.h 234 * NUL-terminate a UChar32 * string if possible.
238 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
dictbe.cpp 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
59 UChar32 c = utext_current32(text);
259 UChar32 uc;
326 UChar32 pc = utext_current32(text);
487 UChar32 uc;
554 UChar32 pc = utext_current32(text);
688 UChar32 uc;
756 UChar32 pc = utext_current32(text);
    [all...]
ucnv_u8.c 357 UChar32 ch;
472 UChar32 ch;
601 static UChar32 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args,
608 UChar32 ch;
626 return (UChar32)myByte;
743 static const UChar32
747 static const UChar32
763 UChar32 c;
774 c=(UChar32)utf8->toUnicodeStatus;
    [all...]
  /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
  /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 120 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) {
129 Collation::unassignedPrimaryFromCodePoint(UChar32 c) {
collationruleparser.cpp 276 UChar32 prefix0 = prefix.char32At(0);
277 UChar32 c = str.char32At(0);
298 UChar32 prev = -1;
302 UChar32 c = raw.char32At(j);
328 UChar32 c = raw.char32At(0);
375 UChar32 c = rules->charAt(i++);
424 UChar32 c = raw.char32At(j);
871 CollationRuleParser::isSyntaxChar(UChar32 c) {
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);
  /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 218 UChar32 prev = 0;
224 UChar32 c = iter->getCodepoint();
314 for(UChar32 c = 0x10000; c < 0x110000;) {
315 UChar32 next = c + 0x400;
333 for(UChar32 c = 0; c <= 0xffff; ++c) {
353 for(UChar32 c = 0; c <= 0xffff; ++c) {
369 CodePointIterator(const UChar32 *cp, int32_t length) : cp(cp), length(length), pos(0) {}
371 UChar32 next() { return (pos < length) ? cp[pos++] : U_SENTINEL; }
372 UChar32 previous() { return (pos > 0) ? cp[--pos] : U_SENTINEL; }
376 const UChar32 *cp
    [all...]
tstnorm.cpp 501 inline static void insert(UnicodeString& dest, int pos, UChar32 ch)
508 UChar32 ch;
574 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
588 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) :
591 UChar32 current() {
599 UChar32 next() {
607 UChar32 previous() {
619 const UChar32 *s;
625 const UChar32 *expect, int32_t expectLength,
641 UChar32 c1, c2
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 98 UChar32 start, end;
179 UBool contains(UChar32 c) const {
  /external/chromium_org/third_party/icu/source/i18n/
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);
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 501 inline static void insert(UnicodeString& dest, int pos, UChar32 ch)
508 UChar32 ch;
574 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
588 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) :
591 UChar32 current() {
599 UChar32 next() {
607 UChar32 previous() {
619 const UChar32 *s;
625 const UChar32 *expect, int32_t expectLength,
641 UChar32 c1, c2
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 226 base_icu::UChar32 code_point = 0;
708 static bool IsWildcard(base_icu::UChar32 character) {
735 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end);
831 base_icu::UChar32 operator()(const char** p, const char* end) {
832 base_icu::UChar32 c;
841 base_icu::UChar32 operator()(const char16** p, const char16* end) {
842 base_icu::UChar32 c;
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
56 UChar32 c = utext_current32(text);
256 UChar32 uc;
323 UChar32 pc = utext_current32(text);
484 UChar32 uc;
551 UChar32 pc = utext_current32(text);
685 UChar32 uc;
753 UChar32 pc = utext_current32(text);
    [all...]
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);

Completed in 1784 milliseconds

<<11121314151617181920>>