Searched refs:UChar32 (Results 1 - 25 of 703) sorted by last modified time

1234567891011>>

/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp23 UChar32 ScriptRun::pairedChars[] = {
83 int32_t ScriptRun::getPairIndex(UChar32 ch)
126 UChar32 ch = high;
H A Dscrptrun.h23 UChar32 startChar;
24 UChar32 endChar;
86 static int32_t getPairIndex(UChar32 ch);
88 static UChar32 pairedChars[];
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp626 str1.append((UChar32) 0);
628 str2.append((UChar32) 0);
668 str.append((UChar32) 0);
945 UChar32 c;
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp798 UChar32 cp = item.char32At(i);
H A Danytrans.cpp125 UChar32 ch;
H A Dbocsu.cpp98 U_CFUNC UChar32
99 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) {
127 UChar32 c;
H A Dbocsu.h154 U_CFUNC UChar32
155 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
H A Dbrktrans.cpp101 UChar32 cp = sText.char32At(boundary-1);
H A Dcasetrn.cpp32 U_CFUNC UChar32 U_CALLCONV
39 UChar32 c;
151 UChar32 c;
H A Dcasetrn.h99 U_CFUNC UChar32 U_CALLCONV
H A Dcollation.cpp120 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) {
129 Collation::unassignedPrimaryFromCodePoint(UChar32 c) {
H A Dcollation.h478 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
483 static uint32_t unassignedPrimaryFromCodePoint(UChar32 c);
485 static inline int64_t unassignedCEFromCodePoint(UChar32 c) {
H A Dcollationbasedatabuilder.cpp117 for(UChar32 c = 0; c < 0x180; ++c) {
153 CollationBaseDataBuilder::initHanRanges(const UChar32 ranges[], int32_t length,
166 UChar32 start = ranges[i];
167 UChar32 end = ranges[i + 1];
183 UChar32 start = ranges[i];
184 UChar32 end = ranges[i + 1];
H A Dcollationbasedatabuilder.h53 void initHanRanges(const UChar32 ranges[], int32_t length, UErrorCode &errorCode);
H A Dcollationbuilder.cpp478 UChar32 pos = str.charAt(1) - CollationRuleParser::POS_BASE;
1122 UChar32 lastStarter;
1145 UChar32 composite = iter.getCodepoint();
1183 UChar32 composite, const UnicodeString &decomp,
1213 UChar32 sourceChar = U_SENTINEL;
1227 UChar32 decompChar = decomp.char32At(decompIndex);
1654 UChar32 c = 0;
H A Dcollationbuilder.h131 UChar32 composite, const UnicodeString &decomp,
H A Dcollationdata.h49 uint32_t getCE32(UChar32 c) const {
53 uint32_t getCE32FromSupplementary(UChar32 c) const {
57 UBool isDigit(UChar32 c) const {
62 UBool isUnsafeBackward(UChar32 c, UBool numeric) const {
96 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const {
104 uint16_t getFCD16(UChar32 c) const {
H A Dcollationdatabuilder.cpp133 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
134 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
140 virtual uint32_t getDataCE32(UChar32 c) const;
157 UChar32 jamo = CollationDataBuilder::jamoCpFromIndex(j);
181 UChar32 c = s->char32At(pos);
217 UChar32
222 UChar32 c = s->char32At(pos);
227 UChar32
232 UChar32 c = s->char32At(pos - 1);
248 DataBuilderCollationIterator::getDataCE32(UChar32
[all...]
H A Dcollationdatabuilder.h81 UBool isAssigned(UChar32 c) const;
87 uint32_t getLongPrimaryIfSingleCE(UChar32 c) const;
93 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
121 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end,
137 uint32_t setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end,
171 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
196 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
202 int32_t copyContractionsFromBaseCE32(UnicodeString &context, UChar32
[all...]
H A Dcollationdatareader.cpp286 UChar32 start, end;
292 UChar32 c = 0x10000;
H A Dcollationfastlatin.cpp70 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) {
83 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; }
120 UChar32 c = left[leftIndex++];
151 UChar32 c = right[rightIndex++];
207 UChar32 c = left[leftIndex++];
232 UChar32 c = right[rightIndex++];
283 UChar32 c = left[leftIndex++];
296 UChar32 c = right[rightIndex++];
336 UChar32 c = left[leftIndex++];
349 UChar32
[all...]
H A Dcollationfastlatin.h220 static uint32_t lookup(const uint16_t *table, UChar32 c);
221 static uint32_t lookupUTF8(const uint16_t *table, UChar32 c,
223 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
H A Dcollationfastlatinbuilder.cpp262 CollationFastLatinBuilder::getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
667 UChar32 c = i - headerLength;

Completed in 1262 milliseconds

1234567891011>>