Searched refs:codePoint (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/icu/source/samples/props/
H A Dprops.cpp26 printProps(UChar32 codePoint) { argument
32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
35 printf("U+%04lx\t%s\n", codePoint, buffer);
38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
/external/icu/icu4c/source/samples/props/
H A Dprops.cpp26 printProps(UChar32 codePoint) { argument
32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
35 printf("U+%04lx\t%s\n", codePoint, buffer);
38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodec.cpp38 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement) argument
46 snprintf(replacement, sizeof(UnencodableReplacementArray), "&#%u;", codePoint);
49 snprintf(replacement, sizeof(UnencodableReplacementArray), "%%26%%23%u%%3B", codePoint);
H A DTextCodecICU.cpp399 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
405 int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity);
408 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
413 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
416 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
422 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
427 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
430 if (UChar outChar = fallbackForGBK(codePoint)) {
436 urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err);
439 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reaso
398 urlEscapedEntityCallback(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) argument
412 gbkCallbackEscape(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) argument
426 gbkUrlEscapedEntityCallack(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) argument
442 gbkCallbackSubstitute(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) argument
[all...]
H A DTextCodec.h93 static int getUnencodableReplacement(unsigned codePoint, UnencodableHandling, UnencodableReplacementArray);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java189 int codePoint = Encodings.toCodePoint(ch1);
190 if (codePoint < m_explFirst) {
201 codePoint);
203 } else if (m_explLast < codePoint) {
214 codePoint);
218 final int idx = codePoint - m_explFirst;
236 int codePoint = Encodings.toCodePoint(high,low);
237 if (codePoint < m_explFirst) {
248 codePoint);
250 } else if (m_explLast < codePoint) {
343 EncodingImpl(String encoding, int first, int last, int codePoint) argument
[all...]
H A DEncodings.java443 int codePoint =
447 return codePoint;
459 int codePoint = ch;
460 return codePoint;
H A DToTextStream.java298 final int codePoint = writeUTF16Surrogate(c, ch, i, end);
299 if (codePoint != 0) {
302 final String integralValue = Integer.toString(codePoint);
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dflagcb.h36 UChar32 codePoint,
54 UChar32 codePoint,
H A Dflagcb.c34 UChar32 codePoint,
94 length, codePoint, reason, err);
118 codePoint,
176 UChar32 codePoint,
225 length, codePoint, reason, err);
251 codePoint,
29 flagCB_fromU( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
172 debugCB_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
/external/icu/icu4c/source/samples/ucnv/
H A Dflagcb.h36 UChar32 codePoint,
54 UChar32 codePoint,
H A Dflagcb.c34 UChar32 codePoint,
94 length, codePoint, reason, err);
118 codePoint,
176 UChar32 codePoint,
225 length, codePoint, reason, err);
251 codePoint,
29 flagCB_fromU( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
172 debugCB_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.h72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status);
78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
84 uprv_cnttab_findCP(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status);
90 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status);
93 uprv_cnttab_findCE(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status);
H A Duspoof_wsconf.h43 UChar32 codePoint; // The source code point. member in class:BuilderScriptSet
H A Ducol_cnt.cpp371 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status) { argument
392 while(tbl->codePoints[offset] < codePoint && offset<tbl->position) {
403 tbl->codePoints[offset] = codePoint;
413 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status) { argument
433 tbl->codePoints[tbl->position] = codePoint;
442 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status) { argument
464 tbl->codePoints[offset] = codePoint;
480 static int32_t _cnttab_findCP(ContractionTable *tbl, UChar codePoint) { argument
486 while(codePoint > tbl->codePoints[position]) {
492 if (codePoint
511 uprv_cnttab_findCP(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status) argument
530 uprv_cnttab_findCE(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status) argument
558 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status) argument
[all...]
H A Duspoof_wsconf.cpp235 bsset->codePoint = cp;
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
420 codePoint = -1;
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.h43 UChar32 codePoint; // The source code point. member in class:BuilderScriptSet
H A Duspoof_wsconf.cpp235 bsset->codePoint = cp;
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
420 codePoint = -1;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv_err.h229 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
239 UChar32 codePoint,
279 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
290 UChar32 codePoint,
308 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
320 UChar32 codePoint,
365 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
376 UChar32 codePoint,
/external/icu/icu4c/source/common/unicode/
H A Ducnv_err.h229 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
239 UChar32 codePoint,
279 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
290 UChar32 codePoint,
308 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
320 UChar32 codePoint,
365 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
376 UChar32 codePoint,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStrings.java49 int codePoint = ((bytes[i] & 0x03) << 18) | ((bytes[i+1] & 0x3F) << 12) | ((bytes[i+2] & 0x3F) << 6) | (bytes[i+3] & 0x3F);
50 int U = codePoint - 0x10000;
143 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
144 sOut.write(0xf0 | (codePoint >> 18));
145 sOut.write(0x80 | ((codePoint >> 12) & 0x3F));
146 sOut.write(0x80 | ((codePoint >> 6) & 0x3F));
147 sOut.write(0x80 | (codePoint & 0x3F));
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_err.c60 UChar32 codePoint,
89 UChar32 codePoint,
110 UChar32 codePoint,
137 UChar32 codePoint,
198 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 8);
212 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 10, 0);
226 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 0);
239 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 4);
248 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 0);
55 UCNV_FROM_U_CALLBACK_STOP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
84 UCNV_FROM_U_CALLBACK_SKIP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
105 UCNV_FROM_U_CALLBACK_SUBSTITUTE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
132 UCNV_FROM_U_CALLBACK_ESCAPE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
H A Ducnv_bld.h139 UChar32 codePoint,
/external/icu/icu4c/source/common/
H A Ducnv_err.c60 UChar32 codePoint,
89 UChar32 codePoint,
110 UChar32 codePoint,
137 UChar32 codePoint,
198 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 8);
212 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 10, 0);
226 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 0);
239 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 4);
248 valueStringLength += uprv_itou (valueString + valueStringLength, VALUE_STRING_LENGTH - valueStringLength, codePoint, 16, 0);
55 UCNV_FROM_U_CALLBACK_STOP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
84 UCNV_FROM_U_CALLBACK_SKIP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
105 UCNV_FROM_U_CALLBACK_SUBSTITUTE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
132 UCNV_FROM_U_CALLBACK_ESCAPE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) argument
H A Ducnv_bld.h139 UChar32 codePoint,

Completed in 4457 milliseconds

123