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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/icu/source/common/
unistr_props.cpp 34 UChar32 c;
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
85 UChar32 c = utext_current32(text);
102 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
142 ICULanguageBreakFactory::getEngineFor(UChar32 c, int32_t breakType) {
221 ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) {
utrie2.h 140 utrie2_get32(const UTrie2 *trie, UChar32 c);
169 UTrie2EnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value);
250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
267 UChar32 start, UChar32 end,
387 * @param c (UChar32, in) the input code point
397 * @param c (UChar32, in) the input code point
403 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
409 * @param c (UChar32, out) variable for the code poin
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
bocsu.cpp 103 UChar32 prev=0;
128 UChar32 c;
138 u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p) {
name2uni.cpp 40 _set_add(USet *set, UChar32 c) {
46 _set_addRange(USet *set, UChar32 start, UChar32 end) {
140 UChar32 c;
uspoof_wsconf.h 43 UChar32 codePoint; // The source code point.
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.cpp 125 UBool NamePrepTransform::isProhibited(UChar32 ch){
164 UChar32 ch =0 ;
228 UChar32 ch = 0;
274 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){
utxttest.h 40 UChar32 cp;
citrtest.cpp 64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
67 virtual UChar32 first32(){return DONE;};
69 virtual UChar32 last32(){return DONE;};
71 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
73 virtual UChar32 current32() const{return DONE;};
75 virtual UChar32 next32(){return DONE;};
77 virtual UChar32 previous32(){return DONE;};
554 UChar32 c;
770 UChar32 c, c2;
817 c=(UChar32)iter->move(iter, 2, UITER_CURRENT)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.h 77 U_CFUNC void ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status);
  /external/icu/icu4c/source/common/
appendable.cpp 24 Appendable::appendCodePoint(UChar32 c) {
unifilt.cpp 44 UChar32 c;
unistr_props.cpp 34 UChar32 c;
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
85 UChar32 c = utext_current32(text);
102 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
142 ICULanguageBreakFactory::getEngineFor(UChar32 c, int32_t breakType) {
221 ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) {
utrie2.h 140 utrie2_get32(const UTrie2 *trie, UChar32 c);
169 UTrie2EnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value);
250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
267 UChar32 start, UChar32 end,
387 * @param c (UChar32, in) the input code point
397 * @param c (UChar32, in) the input code point
403 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
409 * @param c (UChar32, out) variable for the code poin
    [all...]
  /external/icu/icu4c/source/common/unicode/
urep.h 78 * Function pointer that returns a UChar32 code point at the given
83 * @param offset The index at which to fetch the UChar32 (code point).
84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
87 UChar32 (*char32At)(const UReplaceable* rep,
  /external/icu/icu4c/source/i18n/
collationfcd.h 57 static inline UBool hasLccc(UChar32 c) {
69 static inline UBool hasTccc(UChar32 c) {
81 static inline UBool mayHaveLccc(UChar32 c) {
104 static inline UBool maybeTibetanCompositeVowel(UChar32 c) {
name2uni.cpp 40 _set_add(USet *set, UChar32 c) {
46 _set_addRange(USet *set, UChar32 start, UChar32 end) {
140 UChar32 c;
uspoof_wsconf.h 43 UChar32 codePoint; // The source code point.
collationdatabuilder.cpp 133 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 c) const
    [all...]
  /external/icu/icu4c/source/test/intltest/
nptrans.cpp 125 UBool NamePrepTransform::isProhibited(UChar32 ch){
164 UChar32 ch =0 ;
228 UChar32 ch = 0;
274 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){
utxttest.h 41 UChar32 cp;
  /external/icu/icu4c/source/tools/genrb/
ustr.h 77 U_CFUNC void ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ppucd.cpp 203 UChar32 start, end;
459 newValues.add((UChar32)prop);
467 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
487 UChar32
498 return (UChar32)value;
502 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
511 start=(UChar32)st;
512 end=(UChar32)e
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 203 UChar32 start, end;
459 newValues.add((UChar32)prop);
467 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
487 UChar32
498 return (UChar32)value;
502 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
511 start=(UChar32)st;
512 end=(UChar32)e
    [all...]

Completed in 3400 milliseconds

1 2 3 4 5 67 8 91011>>