/external/icu4c/common/ |
ucnv_err.c | 60 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);
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
store.c | 97 * 0 - ON : The code point is prohibited (USPREP_PROHIBITED). This is to allow for codepoint that are both prohibited and mapped. 242 int32_t codepoint = 0; local 264 codepoint = element->key.integer; 293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 300 * the codepoint has value something other than prohibited 303 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ 314 /* written the trie word for the codepoint... increment the count*/ 373 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length [all...] |
gensprep.h | 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-private.hh | 54 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 55 (unicode->is_default_ignorable (info->codepoint) ? 0x80 : 0) | 56 (info->codepoint == 0x200C ? 0x40 : 0) | 57 (info->codepoint == 0x200D ? 0x20 : 0); 58 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
|
hb-ot-shape-complex-thai.cc | 230 thai_mark_type_t mt = get_mark_type (info[i].codepoint); 233 thai_consonant_type_t ct = get_consonant_type (info[i].codepoint); 249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font); 251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font); 320 hb_codepoint_t u = buffer->cur().codepoint; 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
|
hb-set-private.hh | 246 inline bool next (hb_codepoint_t *codepoint) const 248 if (unlikely (*codepoint == SENTINEL)) { 251 *codepoint = i; 256 for (hb_codepoint_t i = *codepoint + 1; i < MAX_G + 1; i++) 258 *codepoint = i;
|
/external/icu4c/tools/gensprep/ |
store.c | 98 * 0 - ON : The code point is prohibited (USPREP_PROHIBITED). This is to allow for codepoint that are both prohibited and mapped. 242 int32_t codepoint = 0; local 262 codepoint = element->key.integer; 291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 298 * the codepoint has value something other than prohibited 301 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ 312 /* written the trie word for the codepoint... increment the count*/ 354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length [all...] |
gensprep.h | 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
Statistics.java | 160 public void recordChar(int codePoint, long time) { 164 if (codePoint == Constants.CODE_DELETE) { 169 if (Character.isDigit(codePoint)) { 172 if (Character.isLetter(codePoint)) { 175 if (Character.isSpaceChar(codePoint)) {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itercoll.cpp | 51 UChar codepoint; local 54 for (codepoint = 1; codepoint < 0xFFFE;) 58 while (codepoint % 0xFF != 0) 60 if (u_isdefined(codepoint)) 61 source += codepoint; 62 codepoint ++; 65 if (u_isdefined(codepoint)) 66 source += codepoint; 68 if (codepoint != 0xFFFF [all...] |
/external/icu4c/test/intltest/ |
itercoll.cpp | 51 UChar codepoint; local 54 for (codepoint = 1; codepoint < 0xFFFE;) 58 while (codepoint % 0xFF != 0) 60 if (u_isdefined(codepoint)) 61 source += codepoint; 62 codepoint ++; 65 if (u_isdefined(codepoint)) 66 source += codepoint; 68 if (codepoint != 0xFFFF [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactLocaleUtils.java | 118 int codePoint = Character.codePointAt(name, offset); 121 if (Character.isDigit(codePoint)) { 124 } else if (!Character.isSpaceChar(codePoint) && 125 codePoint != '+' && codePoint != '(' && 126 codePoint != ')' && codePoint != '.' && 127 codePoint != '-' && codePoint != '#') { 130 offset += Character.charCount(codePoint); [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-thai.cc | 230 thai_mark_type_t mt = get_mark_type (info[i].codepoint); 233 thai_consonant_type_t ct = get_consonant_type (info[i].codepoint); 249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font); 251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font); 320 hb_codepoint_t u = buffer->cur().codepoint; 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
|
hb-ot-layout-private.hh | 191 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) | 193 (info->codepoint == 0x200C ? MASK0_ZWNJ : 0) | 194 (info->codepoint == 0x200D ? MASK0_ZWJ : 0); 195 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
dic_node_properties.h | 68 void init(const DicNodeProperties *const nodeProp, const int codePoint) { 71 mNodeCodePoint = codePoint; // Overwrite the node char of a passing child
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderUtils.java | 181 for (int codePoint : codePoints) { 182 if (1 == getCharSize(codePoint)) { 183 buffer[index++] = (byte)codePoint; 185 buffer[index++] = (byte)(0xFF & (codePoint >> 16)); 186 buffer[index++] = (byte)(0xFF & (codePoint >> 8)); 187 buffer[index++] = (byte)(0xFF & codePoint); 208 final int codePoint = word.codePointAt(i); 209 if (1 == getCharSize(codePoint)) { 210 buffer[index++] = (byte)codePoint; 212 buffer[index++] = (byte)(0xFF & (codePoint >> 16)) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_wsconf.h | 43 UChar32 codePoint; // The source code point.
|
/external/harfbuzz_ng/test/api/ |
test-buffer.c | 204 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 212 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 216 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 218 /* reverse_clusters works same as reverse for now since each codepoint is 223 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 227 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 236 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 240 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 252 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+j]); 257 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]) [all...] |
/external/icu4c/i18n/ |
uspoof_wsconf.h | 43 UChar32 codePoint; // The source code point.
|
/external/iptables/extensions/ |
dscp_helper.c | 2 * DiffServ classname <-> DiffServ codepoint mapping functions.
|
/frameworks/base/core/java/android/text/method/ |
WordIterator.java | 160 final int codePoint = mString.codePointBefore(shiftedOffset); 161 if (Character.isLetterOrDigit(codePoint)) return true; 168 final int codePoint = mString.codePointAt(shiftedOffset); 169 if (Character.isLetterOrDigit(codePoint)) return true;
|
/frameworks/base/core/jni/android/graphics/ |
HarfBuzzNGFaceSkia.cpp | 55 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* width, hb_glyph_extents_t* extents) 57 ALOG_ASSERT(codepoint <= 0xFFFF); 62 uint16_t glyph = codepoint; 66 ALOGD("returned glyph for %i: width = %f", codepoint, skWidth);
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMap.java | 10 * by simply casting from a codepoint to a character.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
RecapitalizeStatus.java | 155 final int codePoint = mStringBefore.codePointAt(nonWhitespaceStart); 156 if (!Character.isWhitespace(codePoint)) break; 161 final int codePoint = mStringBefore.codePointBefore(nonWhitespaceEnd); 162 if (!Character.isWhitespace(codePoint)) break;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
WordComposer.java | 159 private static boolean isFirstCharCapitalized(final int index, final int codePoint, 161 if (index == 0) return Character.isUpperCase(codePoint); 162 return previous && !Character.isUpperCase(codePoint); 261 final int codePoint = Character.codePointAt(word, i); 264 add(codePoint, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE); 271 public void addKeyInfo(final int codePoint, final Keyboard keyboard) { 274 if (keyboard != null && (key = keyboard.getKey(codePoint)) != null) { 281 add(codePoint, x, y); 292 final int codePoint = Character.codePointAt(word, i); 293 addKeyInfo(codePoint, keyboard) [all...] |