HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 226 - 250 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 46 UChar32 c;
112 UChar32 c;
207 UChar32 c;
433 UnicodeString one((UChar32)0x24001);
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 123 UChar32 transformConstant;
145 char transform(UChar32 c, UErrorCode &status) {
163 UChar32 c = 0;
186 transformConstant = (UChar32)base;
  /external/icu/icu4c/source/common/
utext.cpp 47 UChar32 c;
181 // utext_current32. Get the UChar32 at the current position.
185 U_CAPI UChar32 U_EXPORT2
187 UChar32 c;
205 UChar32 trail = 0;
206 UChar32 supplementaryC = c;
239 U_CAPI UChar32 U_EXPORT2
241 UChar32 c = U_SENTINEL;
266 U_CAPI UChar32 U_EXPORT2
268 UChar32 c
    [all...]
ucnvmbcs.cpp 379 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
395 static UChar32 U_CALLCONV
414 static UChar32 U_CALLCONV
640 UChar32 codePoints[32];
643 UChar32 anyCodePoints;
676 UChar32 c;
711 c=(UChar32)(MBCS_ENTRY_FINAL_VALUE(entry)+0x10000);
    [all...]
rbbiscan.cpp 754 UChar32 c;
857 UChar32 RBBIRuleScanner::nextCharLL() {
858 UChar32 ch;
861 return (UChar32)-1;
    [all...]
ucnvlat1.cpp 121 static UChar32 U_CALLCONV
145 UChar32 cp;
332 UChar32 c;
343 c=(UChar32)utf8->toUnicodeStatus;
586 static UChar32 U_CALLCONV
ucnv_ext.cpp 332 U_CFUNC UChar32
454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) {
532 UChar32 firstCP,
751 UChar32 cp,
814 UChar32 cp, uint32_t *pValue,
    [all...]
ucnv_u16.cpp 493 static UChar32 U_CALLCONV
496 UChar32 c;
521 c=((UChar32)*s<<8)|s[1];
    [all...]
ucnv_u8.cpp 309 UChar32 ch;
424 UChar32 ch;
554 static UChar32 U_CALLCONV ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args,
560 UChar32 ch;
578 return (UChar32)myByte;
662 UChar32 c;
673 c=(UChar32)utf8->toUnicodeStatus;
  /external/icu/icu4c/source/common/unicode/
ubidi.h     [all...]
ucharstrie.h 177 UStringTrieResult firstForCodePoint(UChar32 cp);
194 UStringTrieResult nextForCodePoint(UChar32 cp);
utf16.h 112 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
162 * @param c output UChar32 variable
196 * @param c output UChar32 variable
237 * @param c output UChar32 variable
280 * @param c output UChar32 variable
308 * @param c output UChar32 variable
342 * @param c output UChar32 variable
546 * @param c output UChar32 variable
573 * @param c output UChar32 variabl
    [all...]
  /external/icu/icu4c/source/i18n/
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);
862 CollationRuleParser::isSyntaxChar(UChar32 c) {
scientificnumberformatter.cpp 48 UChar32 c = s.char32At(i);
154 UChar32 aChar = original.char32At(beginIndex);
unesctrn.cpp 220 UChar32 u = 0;
230 UChar32 ch = text.char32At(s);
uspoof_impl.cpp 251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) {
292 UChar32 codePoint;
312 UChar32 codePoint;
320 result.add(codePoint - (UChar32)u_getNumericValue(codePoint));
383 // Input: UChar *string text. Output: a UChar32
387 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
410 return (UChar32)val;
748 int32_t SpoofData::confusableLookup(UChar32 inChar, UnicodeString &dest) const {
781 UChar32 SpoofData::codePointAt(int32_t index) const {
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h     [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 38 UChar32 codePoint,
180 UChar32 codePoint,
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 113 UChar32 c;
191 UChar32 c;
trie2test.c 33 UChar32 start, limit;
47 UChar32 limit;
83 testEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
86 UChar32 limit=end+1;
116 UChar32 start, limit;
279 UChar32 prevCP, c, c2;
383 UChar32 prevCP, c;
835 UChar32 start, limit;
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 119 virtual UChar32 getChar32At(int32_t offset) const{
190 virtual UChar32 getChar32At(int32_t /*offset*/) const{
collationtest.cpp 227 UChar32 prev = 0;
233 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...]
normconf.cpp 63 if(s1.indexOf((UChar32)0x0345)>=0)return;
169 UChar32 c;
530 UChar32 ch;
591 UChar32 c;
602 c = (UChar32)uprv_strtoul(t, &end, 16);
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 275 UChar32 c;
295 UChar32 c;
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 352 UChar32 c=utext_next32(text);
380 UChar32 c=utext_next32(text);
483 static inline int32_t thaiCharToByte(UChar32 c) {
551 UChar32 c=utext_next32(text);
573 UChar32 c=utext_next32(text);

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>