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

1 23 4 5 6 7 8 91011>>

  /external/icu/libandroidicu/include/unicode/
uiter.h 187 typedef UChar32 U_CALLCONV
203 typedef UChar32 U_CALLCONV
219 typedef UChar32 U_CALLCONV
495 U_STABLE UChar32 U_EXPORT2
512 U_STABLE UChar32 U_EXPORT2
529 U_STABLE UChar32 U_EXPORT2
  /external/libchrome/base/strings/
pattern.cc 13 constexpr bool IsWildcard(base_icu::UChar32 character) {
58 base_icu::UChar32 pattern_char = next(&pattern_next, pattern_end);
124 base_icu::UChar32 operator()(const char** p, const char* end) {
125 base_icu::UChar32 c;
134 base_icu::UChar32 operator()(const char16** p, const char16* end) {
135 base_icu::UChar32 c;
  /external/icu/icu4c/source/tools/gennorm2/
norms.cpp 25 void BuilderReorderingBuffer::append(UChar32 c, uint8_t cc) {
55 UChar32 Norm::combine(UChar32 trail) const {
94 Norm *Norms::getNorm(UChar32 c) {
102 const Norm *Norms::getNorm(UChar32 c) const {
110 const Norm &Norms::getNormRef(UChar32 c) const {
114 Norm *Norms::createNorm(UChar32 c) {
132 UChar32 c;
157 UChar32 start = 0, end;
170 void CompositionBuilder::rangeHandler(UChar32 start, UChar32 end, Norm &norm)
    [all...]
extradata.cpp 28 yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions
29 yesNoMappingsAndCompositions(1000, (UChar32)0, 1), // 0=Hangul LV, 1=start of normal data
30 yesNoMappingsOnly(1000, (UChar32)0, 1), // 0=Hangul LVT, 1=start of normal data
40 int32_t ExtraData::writeMapping(UChar32 c, const Norm &norm, UnicodeString &dataString) {
90 int32_t ExtraData::writeNoNoMapping(UChar32 c, const Norm &norm,
110 UBool ExtraData::setNoNoDelta(UChar32 c, Norm &norm) const {
126 void ExtraData::writeCompositions(UChar32 c, const Norm &norm, UnicodeString &dataString) {
139 UChar32 compositeAndFwd=pair.composite<<1;
174 void ExtraData::rangeHandler(UChar32 start, UChar32 end, Norm &norm)
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 75 static inline UBool isHangul(UChar32 c) {
79 isHangulLV(UChar32 c) {
83 static inline UBool isJamoL(UChar32 c) {
86 static inline UBool isJamoV(UChar32 c) {
89 static inline UBool isJamoT(UChar32 c) {
93 static UBool isJamo(UChar32 c) {
102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
104 UChar32 c2=c%JAMO_T_COUNT;
120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) {
121 UChar32 orig=c
    [all...]
ruleiter.h 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
217 UChar32 _current() const;
usetiter.cpp 63 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
96 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
138 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
143 cpString->setTo((UChar32)codepoint);
rbbiscan.h 55 UChar32 fChar;
89 UChar32 nextCharLL();
106 UChar32 fLastChar; // Previous char, needed to count CR-LF
util.h 62 static UBool isUnprintable(UChar32 c);
70 static UBool escapeUnprintable(UnicodeString& result, UChar32 c);
224 UChar32 c,
ruleiter.cpp 38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) {
41 UChar32 c = DONE;
106 UChar32 a = _current();
137 UChar32 RuleCharacterIterator::_current() const {
142 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
  /external/icu/icu4c/source/common/unicode/
appendable.h 74 virtual UBool appendCodePoint(UChar32 c);
182 virtual UBool appendCodePoint(UChar32 c);
unifilt.h 77 virtual UBool contains(UChar32 c) const = 0;
  /external/icu/icu4c/source/i18n/
bocsu.h 156 U_CFUNC UChar32
157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
casetrn.h 100 U_CFUNC UChar32 U_CALLCONV
number_padding.cpp 20 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, NumberStringBuilder &string, int32_t index,
31 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) {
43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) {
53 UChar32 padCp;
79 UChar32 paddingCp = fUnion.padding.fCp;
collationdatabuilder.h 83 UBool isAssigned(UChar32 c) const;
89 uint32_t getLongPrimaryIfSingleCE(UChar32 c) const;
95 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
123 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end,
139 uint32_t setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end,
173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
198 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
204 int32_t copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32
    [all...]
collationiterator.h 138 UChar32 c;
216 virtual UChar32 nextCodePoint(UErrorCode &errorCode) = 0;
222 virtual UChar32 previousCodePoint(UErrorCode &errorCode) = 0;
237 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
269 virtual uint32_t getDataCE32(UChar32 c) const;
273 void appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
281 int64_t nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
287 UChar32 nextSkippedCodePoint(UErrorCode &errorCode);
293 const UChar *p, uint32_t ce32, UChar32 c,
298 int32_t lookAhead, UChar32 c
    [all...]
collationdata.h 68 uint32_t getCE32(UChar32 c) const {
72 uint32_t getCE32FromSupplementary(UChar32 c) const {
76 UBool isDigit(UChar32 c) const {
81 UBool isUnsafeBackward(UChar32 c, UBool numeric) const {
115 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const {
124 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
129 uint16_t getFCD16(UChar32 c) const {
uspoof_impl.h 80 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
87 bool isIllegalCombiningDotLeadCharacter(UChar32 cp) const;
90 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
177 inline static UChar32 keyToCodePoint(int32_t key) {
183 inline static int32_t codePointAndLengthToKey(UChar32 codePoint, int32_t length) {
250 int32_t confusableLookup(UChar32 inChar, UnicodeString &dest) const;
256 UChar32 codePointAt(int32_t index) const;
  /external/icu/icu4c/source/samples/props/
props.cpp 32 printProps(UChar32 codePoint) {
58 static const UChar32
  /external/icu/icu4c/source/test/intltest/
testutil.h 30 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
32 static UnicodeString hex(UChar32 ch);
  /external/icu/icu4c/source/extra/scrptrun/
scrptrun.h 25 UChar32 startChar;
26 UChar32 endChar;
88 static int32_t getPairIndex(UChar32 ch);
90 static UChar32 pairedChars[];
  /external/icu/icu4c/source/tools/genrb/
read.h 43 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
read.c 43 UChar32 initialChar,
47 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
50 static UBool isWhitespace (UChar32 c);
51 static UBool isNewline (UChar32 c);
72 UChar32 c;
121 UChar32 initialChar,
125 UChar32 c;
131 UChar32 prevC=0;
321 static UChar32 getNextChar(UCHARBUF* buf,
325 UChar32 c, c2
    [all...]
  /external/libchrome/base/third_party/icu/
icu_utf.cc 28 static const UChar32
36 static UChar32
71 UChar32
72 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {

Completed in 2018 milliseconds

1 23 4 5 6 7 8 91011>>