HomeSort by relevance Sort by last modified time
    Searched full:codepoint (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/codepoint/
IndicFontFeatureCodepoint-AdditionalVowels.txt 0 codepoint, imagepath, rawcode, desc
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/codepoint/
IndicFontFeatureCodepoint-AdditionalVowels.txt 0 codepoint, imagepath, rawcode, desc
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/gsub/
IndicFontFeatureGSUB.txt 0 codepoint, imagepath, rawcode, desc
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/
MANIFEST 0 codepoint
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
MANIFEST 0 codepoint
  /libcore/luni/src/main/native/
java_lang_Character.cpp 27 static jint Character_digitImpl(JNIEnv*, jclass, jint codePoint, jint radix) {
28 return u_digit(codePoint, radix);
31 static jint Character_getTypeImpl(JNIEnv*, jclass, jint codePoint) {
32 return u_charType(codePoint);
35 static jbyte Character_getDirectionalityImpl(JNIEnv*, jclass, jint codePoint) {
36 return u_charDirection(codePoint);
39 static jboolean Character_isMirroredImpl(JNIEnv*, jclass, jint codePoint) {
40 return u_isMirrored(codePoint);
43 static jstring Character_getNameImpl(JNIEnv* env, jclass, jint codePoint) {
49 bool isControl = (codePoint <= 0x1f || (codePoint >= 0x7f && codePoint <= 0x9f))
    [all...]
  /external/icu4c/common/
ucnv_ct.c 104 #define isASCIIRange(codepoint) \
105 ((codepoint == 0x0000) || (codepoint == 0x0009) || (codepoint == 0x000A) || \
106 (codepoint >= 0x0020 && codepoint <= 0x007f) || (codepoint >= 0x00A0 && codepoint <= 0x00FF))
108 #define isIBM915(codepoint) \
109 ((codepoint >= 0x0401 && codepoint <= 0x045F) || (codepoint == 0x2116)
    [all...]
usetiter.cpp 41 * if so, if codepoint == IS_STRING, the value is a string in the string field
42 * else the value is a single code point in the codepoint field.
49 codepoint = codepointEnd = nextElement++;
55 codepoint = codepointEnd = nextElement++;
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
68 * if so, if codepoint == IS_STRING, the value is a string in the string field
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
81 codepoint = nextElement;
88 codepoint = nextElement;
94 codepoint = (UChar32)IS_STRING; // signal that value is actually a strin
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/chromium-libpac/test/js-unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/icu4c/samples/props/
props.cpp 26 printProps(UChar32 codePoint) {
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/icu/source/common/
usetiter.cpp 41 * if so, if codepoint == IS_STRING, the value is a string in the string field
42 * else the value is a single code point in the codepoint field.
49 codepoint = codepointEnd = nextElement++;
55 codepoint = codepointEnd = nextElement++;
61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
68 * if so, if codepoint == IS_STRING, the value is a string in the string field
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
81 codepoint = nextElement;
88 codepoint = nextElement;
94 codepoint = (UChar32)IS_STRING; // signal that value is actually a strin
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.h 209 * Get combining class of a codepoint.
211 * @param code Unicode codepoint
217 * Get east-asian width of a codepoint.
219 * @param code Unicode codepoint
225 * Get general category of a codepoint.
227 * @param code Unicode codepoint
234 * Get bidirectional class of a codepoint.
236 * @param code Unicode codepoint
242 * Get script of a codepoint.
244 * @param code Unicode codepoint
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_MultiByte_EUC_JP.java 38 for (char codePoint = 0; codePoint <= 0xfffe; ++codePoint) {
39 if (encoder.canEncode(codePoint)) {
40 inputCB.put(codePoint);

Completed in 380 milliseconds

1 2 3 4 5 6 7 8 91011>>