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

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/common/unicode/
uiter.h 185 typedef UChar32 U_CALLCONV
201 typedef UChar32 U_CALLCONV
217 typedef UChar32 U_CALLCONV
493 U_STABLE UChar32 U_EXPORT2
510 U_STABLE UChar32 U_EXPORT2
527 U_STABLE UChar32 U_EXPORT2
normlzr.h 69 * At any time, next() returns the next normalized code point (UChar32),
71 * previous() returns the previous normalized code point (UChar32),
464 UChar32 current(void);
474 UChar32 first(void);
484 UChar32 last(void);
500 UChar32 next(void);
516 UChar32 previous(void);
unistr.h 141 * If explicit, then the UnicodeString(UChar) and UnicodeString(UChar32)
239 * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p>
    [all...]
ustring.h 54 * Some APIs accept a 32-bit UChar32 value for a single code point.
249 u_strchr32(const UChar *s, UChar32 c);
336 u_strrchr32(const UChar *s, UChar32 c);
849 u_memchr32(const UChar *s, UChar32 c, int32_t count);
889 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 45 UChar32 c;
179 // utext_current32. Get the UChar32 at the current position.
183 U_CAPI UChar32 U_EXPORT2
185 UChar32 c;
203 UChar32 trail = 0;
204 UChar32 supplementaryC = c;
237 U_CAPI UChar32 U_EXPORT2
239 UChar32 c = U_SENTINEL;
264 U_CAPI UChar32 U_EXPORT2
266 UChar32 c
    [all...]
rbbisetb.cpp 58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
60 UChar32 limit;
170 UChar32 inputSetRangeBegin = inputSet->getRangeStart(inputSetRangeIndex);
171 UChar32 inputSetRangeEnd = inputSet->getRangeEnd(inputSetRangeIndex);
285 // Build the Trie table for mapping UChar32 values to the corresponding
411 // the first UChar32 that is in the set of chars
414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
416 UChar32 retVal = (UChar32)-1;
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status)
    [all...]
ucnv_ext.cpp 329 U_CFUNC UChar32
451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) {
529 UChar32 firstCP,
745 UChar32 cp,
808 UChar32 cp, uint32_t *pValue,
    [all...]
ucnvlat1.c 117 static UChar32
141 UChar32 cp;
328 UChar32 c;
339 c=(UChar32)utf8->toUnicodeStatus;
576 static UChar32
ucnvsel.cpp 101 UChar32 start_char;
102 UChar32 end_char;
125 UChar32 start_char;
126 UChar32 end_char;
769 UChar32 c;
unormcmp.cpp 168 UChar32 c1, c2, cp1, cp2;
320 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
365 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
410 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
451 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
ucnvmbcs.cpp 376 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
392 static UChar32
409 static UChar32
636 UChar32 codePoints[32];
639 UChar32 anyCodePoints;
672 UChar32 c;
707 c=(UChar32)(MBCS_ENTRY_FINAL_VALUE(entry)+0x10000);
860 UChar32 c;
    [all...]
ubidiwrt.c 78 UChar32 c;
119 UChar32 c;
173 UChar32 c;
ucharstrie.cpp 42 UCharsTrie::firstForCodePoint(UChar32 cp) {
51 UCharsTrie::nextForCodePoint(UChar32 cp) {
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 47 // tables. Each maps from a UChar32 to a String.
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
297 // Add the UChar32 -> string mapping to the appropriate table.
397 for (UChar32 keyChar=fKeySet->getRangeStart(range);
530 UChar32 keyChar, // The key character
rbt_pars.cpp 151 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
159 UBool isMatcher(UChar32 ch);
165 UBool isReplacer(UChar32 ch);
189 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const {
226 UBool ParseData::isMatcher(UChar32 ch) {
241 UBool ParseData::isReplacer(UChar32 ch) {
446 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
447 if (escaped == (UChar32) -1) {
796 UChar32 c = text.char32At(i);
811 UChar32 c = text.char32At(i)
    [all...]
collation.h 480 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
485 static uint32_t unassignedPrimaryFromCodePoint(UChar32 c);
487 static inline int64_t unassignedCEFromCodePoint(UChar32 c) {
uspoof_impl.cpp 132 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const {
138 UChar32 midc;
244 UChar32 c = text.char32At(inputIdx);
377 // Input: UChar *string text. Output: a UChar32
381 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
404 return (UChar32)val;
  /external/icu/icu4c/source/test/cintltst/
usettest.c 33 static char oneUCharToChar(UChar32 c);
295 UChar32 c;
346 static char oneUCharToChar(UChar32 c) {
364 UChar32 start = 1, end = 0;
445 UChar32 c;
480 UChar32 c;
trie2test.c 30 UChar32 start, limit;
44 UChar32 limit;
80 testEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
83 UChar32 limit=end+1;
113 UChar32 start, limit;
276 UChar32 prevCP, c, c2;
375 UChar32 prevCP, c;
801 UChar32 start, limit;
    [all...]
  /external/icu/icu4c/source/io/unicode/
ustdio.h 166 <tr><td>%l</td><td>C</td><td>UChar32</td><td><b>(Unimplemented)</b> 32-bit Unicode code unit</td></tr>
167 <tr><td>%l</td><td>S</td><td>UChar32 *</td><td><b>(Unimplemented)</b> Null terminated UTF-32 string</td></tr>
588 U_STABLE UChar32 U_EXPORT2
589 u_fputc(UChar32 uc,
707 * Read a UChar32 from a UFILE.
710 * @return The UChar32 value read, or U_EOF if no character was
716 U_STABLE UChar32 U_EXPORT2
727 * @return The UChar32 value put back if successful, U_EOF otherwise.
730 U_STABLE UChar32 U_EXPORT2
731 u_fungetc(UChar32 c
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 327 UChar32 *u32;
611 UChar32 *u32;
613 UChar32 c;
716 UChar32 low, high, prev;
820 addFromUTrieEntry(CnvExtData *extData, UChar32 c, uint32_t value) {
933 UChar32 *codePoints;
934 UChar32 c, next;
    [all...]
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 62 if(s1.indexOf((UChar32)0x0345)>=0)return;
168 UChar32 c;
463 UChar32 ch;
534 UChar32 c;
545 c = (UChar32)uprv_strtoul(t, &end, 16);
ucdtest.cpp 226 UChar32 start, end;
378 for(UChar32 c=0; c<=0xffff; ++c) {
458 UChar32 firstChar = sample.char32At(0);
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 348 UChar32 c=utext_next32(text);
376 UChar32 c=utext_next32(text);
479 static inline int32_t thaiCharToByte(UChar32 c) {
547 UChar32 c=utext_next32(text);
569 UChar32 c=utext_next32(text);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 150 void printUChar(UChar32 ch32)
381 UChar32 codepoint;
401 UChar32 charCount = 0x10000; /* increase this if you want to handle non bmp.. todo: automatically bump it.. */
402 UChar32 p;
406 UChar32 l = 0;
567 UChar32 target;

Completed in 1179 milliseconds

1 2 3 4 5 6 7 891011>>