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

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 32 UChar32 start, limit;
46 UChar32 limit;
82 testEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
85 UChar32 limit=end+1;
115 UChar32 start, limit;
278 UChar32 prevCP, c, c2;
377 UChar32 prevCP, c;
803 UChar32 start, limit;
    [all...]
  /external/icu/icu4c/source/common/
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;
579 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 170 UChar32 c1, c2, cp1, cp2;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
  /external/icu/icu4c/source/io/unicode/
ustdio.h 164 <tr><td>%l</td><td>C</td><td>UChar32</td><td><b>(Unimplemented)</b> 32-bit Unicode code unit</td></tr>
165 <tr><td>%l</td><td>S</td><td>UChar32 *</td><td><b>(Unimplemented)</b> Null terminated UTF-32 string</td></tr>
563 U_STABLE UChar32 U_EXPORT2
564 u_fputc(UChar32 uc,
682 * Read a UChar32 from a UFILE.
685 * @return The UChar32 value read, or U_EOF if no character was
691 U_STABLE UChar32 U_EXPORT2
702 * @return The UChar32 value put back if successful, U_EOF otherwise.
705 U_STABLE UChar32 U_EXPORT2
706 u_fungetc(UChar32 c
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 32 UChar32 start, limit;
46 UChar32 limit;
82 testEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
85 UChar32 limit=end+1;
115 UChar32 start, limit;
278 UChar32 prevCP, c, c2;
377 UChar32 prevCP, c;
803 UChar32 start, limit;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
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...]
ucol_elm.cpp 770 UChar32 supp = U16_GET_SUPPLEMENTARY(c, 0xdc00);
771 UChar32 suppLimit = supp + 0x400;
833 UChar32 cp;
    [all...]
ucol_imp.h     [all...]
  /external/icu/icu4c/source/i18n/
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...]
  /external/chromium_org/third_party/icu/source/common/
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;
579 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 170 UChar32 c1, c2, cp1, cp2;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 67 * At any time, next() returns the next normalized code point (UChar32),
69 * previous() returns the previous normalized code point (UChar32),
457 UChar32 current(void);
467 UChar32 first(void);
477 UChar32 last(void);
493 UChar32 next(void);
509 UChar32 previous(void);
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 330 UChar32 *u32;
614 UChar32 *u32;
616 UChar32 c;
719 UChar32 low, high, prev;
823 addFromUTrieEntry(CnvExtData *extData, UChar32 c, uint32_t value) {
936 UChar32 *codePoints;
937 UChar32 c, next;
    [all...]
  /external/icu/icu4c/source/common/unicode/
normlzr.h 67 * At any time, next() returns the next normalized code point (UChar32),
69 * previous() returns the previous normalized code point (UChar32),
457 UChar32 current(void);
467 UChar32 first(void);
477 UChar32 last(void);
493 UChar32 next(void);
509 UChar32 previous(void);
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 330 UChar32 *u32;
614 UChar32 *u32;
616 UChar32 c;
719 UChar32 low, high, prev;
823 addFromUTrieEntry(CnvExtData *extData, UChar32 c, uint32_t value) {
936 UChar32 *codePoints;
937 UChar32 c, next;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.cpp 381 static UChar fallbackForGBK(UChar32 character)
399 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
413 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
427 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
443 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
  /external/chromium_org/third_party/icu/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);
  /external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
dicttrieperf.cpp 349 UChar32 c=utext_next32(text);
377 UChar32 c=utext_next32(text);
480 static inline int32_t thaiCharToByte(UChar32 c) {
548 UChar32 c=utext_next32(text);
570 UChar32 c=utext_next32(text);
  /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);
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 349 UChar32 c=utext_next32(text);
377 UChar32 c=utext_next32(text);
480 static inline int32_t thaiCharToByte(UChar32 c) {
548 UChar32 c=utext_next32(text);
570 UChar32 c=utext_next32(text);

Completed in 2462 milliseconds

<<11121314151617181920>>