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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 153 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
161 UBool isMatcher(UChar32 ch);
167 UBool isReplacer(UChar32 ch);
191 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const {
228 UBool ParseData::isMatcher(UChar32 ch) {
243 UBool ParseData::isReplacer(UChar32 ch) {
448 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
449 if (escaped == (UChar32) -1) {
798 UChar32 c = text.char32At(i);
813 UChar32 c = text.char32At(i)
    [all...]
number_affixutils.cpp 24 UChar32 cp = patternString.char32At(offset);
90 UChar32 cp = input.char32At(offset);
280 UChar32 cp = patternString.char32At(offset);
nortrans.cpp 139 UChar32 c = text.char32At(start);
numparse_affixes.cpp 69 void AffixPatternMatcherBuilder::consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status) {
154 NumberParseMatcher& CodePointMatcherWarehouse::nextCodePointMatcher(UChar32 cp) {
200 NumberParseMatcher& AffixTokenMatcherWarehouse::nextCodePointMatcher(UChar32 cp) {
205 CodePointMatcher::CodePointMatcher(UChar32 cp)
rbt_pars.h 218 UBool checkVariableRange(UChar32 ch) const;
titletrn.cpp 96 UChar32 c;
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 120 test3.append((UChar32)0x20402);
122 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
125 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length());
127 test3.append((UChar32)0x0074);
129 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
132 errln((UnicodeString)"append or length failed for UChar32, expected 2, got " + test3.length());
135 // test some UChar32 overloads
136 if( test3.setTo((UChar32)0x10330).length() != 2 ||
137 test3.insert(0, (UChar32)0x20100).length() != 4 ||
138 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 |
    [all...]
tsdcfmsy.cpp 190 foo.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i, UnicodeString((UChar32)(0x10330 + i)));
193 if(foo.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i) != UnicodeString((UChar32)(0x10330 + i))) {
197 UnicodeString((UChar32)(0x10330 + i)));
257 UChar32 osmanyaZero = U'\U000104A0';
  /external/icu/icu4c/source/common/
ucasemap.cpp 165 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); }
166 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }
168 UChar32 U_CALLCONV
171 UChar32 c;
222 UChar32 c;
330 UChar32 c;
464 UChar32 c;
555 UChar32 c;
577 UChar32 c;
608 UChar32 c2
    [all...]
dictbe.cpp 39 DictionaryBreakEngine::handles(UChar32 c) const {
59 UChar32 c = utext_current32(text);
300 UChar32 uc = 0;
310 UChar32 pc;
542 UChar32 pc;
543 UChar32 uc;
735 UChar32 pc;
736 UChar32 uc;
    [all...]
dictbe.h 65 virtual UBool handles(UChar32 c) const;
rbbirb.h 77 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
rbbiscan.cpp 754 UChar32 c;
835 UChar32 cp = rules.char32At(idx);
854 UChar32 RBBIRuleScanner::nextCharLL() {
855 UChar32 ch;
858 return (UChar32)-1;
    [all...]
ucnv_err.cpp 96 UChar32 codePoint,
137 UChar32 codePoint,
168 UChar32 codePoint,
204 UChar32 codePoint,
unistr.cpp 111 UnicodeString(s1.length()+s2.length()+1, (UChar32)0, 0).
151 UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count) {
197 UnicodeString::UnicodeString(UChar32 ch) {
451 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
625 UnicodeString result(length(), (UChar32)0, (int32_t)0); // construct with capacity
639 UChar32 c = unescapeAt(i); // advances i
651 UChar32 UnicodeString::unescapeAt(int32_t &offset) const {
783 UChar32
788 UChar32
794 UChar32 c
    [all...]
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...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 159 void printUChar(UChar32 ch32)
390 UChar32 codepoint;
410 UChar32 charCount = 0x10000; /* increase this if you want to handle non bmp.. todo: automatically bump it.. */
411 UChar32 p;
415 UChar32 l = 0;
576 UChar32 target;
  /external/icu/icu4c/source/test/cintltst/
usettest.c 35 static char oneUCharToChar(UChar32 c);
297 UChar32 c;
348 static char oneUCharToChar(UChar32 c) {
366 UChar32 start = 1, end = 0;
447 UChar32 c;
482 UChar32 c;
  /external/clang/test/ARCMT/
Common.h 19 typedef int32_t UChar32;
  /external/icu/icu4c/source/common/unicode/
rbbi.h 666 const LanguageBreakEngine *getLanguageBreakEngine(UChar32 c);
umachine.h 277 /* UChar and UChar32 definitions -------------------------------------------- */
373 * Define UChar32 as a type for single Unicode code points.
374 * UChar32 is a signed 32-bit integer (same as int32_t).
381 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
384 * That is, the definition of UChar32 was platform-dependent.
389 typedef int32_t UChar32;
393 * (take or) return single code points (UChar32).
406 * @see UChar32
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 48 UChar32 c;
114 UChar32 c;
209 UChar32 c;
435 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/libandroidicu/include/unicode/
umachine.h 277 /* UChar and UChar32 definitions -------------------------------------------- */
373 * Define UChar32 as a type for single Unicode code points.
374 * UChar32 is a signed 32-bit integer (same as int32_t).
381 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
384 * That is, the definition of UChar32 was platform-dependent.
389 typedef int32_t UChar32;
393 * (take or) return single code points (UChar32).
406 * @see UChar32

Completed in 2938 milliseconds

1 2 3 4 5 6 7 8 91011>>