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

1 2 3 4 5 6

  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 38 codepoints = codepoints_parse(line[0])
43 if type(codepoints) == int:
44 codepoints = (codepoints, codepoints)
46 ranges.append((codepoints[0], codepoints[1], value))
  /external/icu4c/i18n/
ucol_cnt.cpp 36 UChar *newCPs = (UChar *)uprv_realloc(tbl->codePoints, 2*tbl->size*sizeof(UChar));
43 tbl->codePoints = newCPs;
71 tbl->codePoints = NULL;
87 el->codePoints = (UChar *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(UChar));
88 if(el->codePoints == NULL) {
96 uprv_memset(el->codePoints, 0, INIT_EXP_TABLE_SIZE*sizeof(UChar));
109 uprv_free(el->codePoints);
167 if(table->codePoints != NULL) {
168 uprv_free(table->codePoints);
170 table->codePoints = (UChar *)uprv_malloc(table->position*sizeof(UChar))
    [all...]
ucol_cnt.h 40 UChar *codePoints;
50 UChar *codePoints;
uni2name.cpp 68 * we work on codepoints.
ucol_elm.h 49 * Unicode codepoints.
  /external/icu4c/samples/props/
props.cpp 53 codePoints[]={
58 for(i=0; i<sizeof(codePoints)/sizeof(codePoints[0]); ++i) {
59 printProps(codePoints[i]);
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 188 int[] codePoints = new int[vspString.codePointCount(0, len)];
196 codePoints[new_len] = newCodePoint;
200 codePoints[new_len] = codePoint;
202 return new String(codePoints, 0, new_len);
222 int[] codePoints = new int[puaString.codePointCount(0, len)];
230 codePoints[new_len] = newCodePoint;
234 codePoints[new_len] = codePoint;
236 return new String(codePoints, 0, new_len);
  /external/icu4c/test/cintltst/
citertst.c 1028 * Getting codepoints from a string
1029 * @param str character string contain codepoints seperated by space and ended
1031 * @param codepoints array for storage, assuming size > 5
1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) {
1269 UChar codepoints[10]; local
1700 UChar codepoints[11]; local
1909 UChar codepoints[10]; local
    [all...]
cucdapi.c 189 uint32_t codepoints[] = { local
244 for(i=0; i<LENGTHOF(codepoints); ++i){
245 code = uscript_getScript(codepoints[i],&status);
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]);
255 codepoints[i],u_errorName(status));
285 log_err("uscript_getScript failed for %d codepoints\n", err);
utf8tst.c 390 static const UChar32 codePoints[]={
405 if(c != codePoints[i]){
407 offset, codePoints[i], c);
412 if(c != codePoints[i]){
414 offset, codePoints[i], c);
418 for(i=LENGTHOF(codePoints)-1, offset=sizeof(input); offset > 0; --i){
420 if(c != codePoints[i]){
422 offset, codePoints[i], c);
425 for(i=LENGTHOF(codePoints)-1, offset=sizeof(input); offset > 0; --i){
427 if(c != codePoints[i])
    [all...]
  /external/icu4c/common/
usetiter.cpp 43 * <br>You are guaranteed that the codepoints are in sorted order, and the strings are in sorted order,
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
70 * <br>Note that the codepoints are in sorted order, and the strings are in sorted order,
  /external/icu4c/tools/toolutil/
ucm.h 71 UChar32 *codePoints;
111 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u)
132 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
139 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
252 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
259 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
ucm.c 43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) {
47 fprintf(f, "<U%04lX>", (long)codePoints[j]);
781 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
819 codePoints[uLen++]=cp;
827 m->u=codePoints[0];
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
893 uprv_free(table->codePoints);
914 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4);
945 if(table->codePoints==NULL)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 77 inline static int getCodePointCount(const int arraySize, const int *const codePoints) {
80 if (codePoints[size] == '\0') {
proximity_info_state.h 85 const int *codePoints = getProximityCodePointsAt(index);
87 while (codePoints[i] > 0 && i < MAX_PROXIMITY_CHARS_SIZE) {
88 if (codePoints[i++] == c) {
  /external/harfbuzz_ng/src/
hb-unicode.h 256 * Fully decompose @u to its Unicode compatibility decomposition. The codepoints of the decomposition will be written to @decomposed.
261 * The Unicode standard guarantees that a buffer of length %HB_UNICODE_MAX_DECOMPOSITION_LEN codepoints will always be sufficient for any
265 * Return value: number of codepoints in the full compatibility decomposition of @u, or 0 if no decomposition available.
273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
  /external/chromium/base/
utf_string_conversion_utils.h 17 // codepoints larger than 0x10FFFF (the highest codepoint allowed).
18 // Non-characters and unassigned codepoints are allowed.
24 // Excludes non-characters (U+FDD0..U+FDEF, and all codepoints ending in
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 6 usage = '''usage: %prog [options] codepoints
10 codepoints is a space separated list of hex values of Unicode codepoints'''
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 66 unsigned codepoints = 0; local
69 codepoints++;
70 if (codepoints > *glyphsSize)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 352 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)];
357 codePoints[dsti] = codePoint;
360 codePoints[dsti] = codePoint;
361 return codePoints;
626 final int[] codePoints = getCodePoints(string);
630 int indexOfGroup = findIndexOfChar(node, codePoints[index]);
634 if (codePoints.length - index < currentGroup.mChars.length) return null;
636 while (newIndex < codePoints.length && newIndex - index < currentGroup.mChars.length) {
637 if (currentGroup.mChars[newIndex - index] != codePoints[newIndex]) return null;
643 if (index < codePoints.length)
    [all...]
  /external/icu4c/tools/gensprep/
gensprep.8.in 84 Contains the list of unassigned codepoints in Unicode version 3.2.0.\|.\|..
  /external/icu4c/tools/dumpce/
dumpce.cpp 119 * Writes the hexadecimal of a null-terminated array of codepoints into a
122 * @param c codepoints array
137 * Writes the hexadecimal of a non-null-terminated array of codepoints into a
140 * @param c codepoints array
141 * @param l codepoints array length
355 fprintf(OUTPUT_, "# where xxxx are codepoints in hexadecimals,\n");
929 * Checks if the set of codepoints belongs to the script
933 * @return TRUE if all codepoints belongs to the script
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 212 int codePoints[codePointLength];
213 env->GetIntArrayRegion(wordArray, 0, codePointLength, codePoints);
214 return dictionary->getProbability(codePoints, codePointLength);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 43 @data.concat( line.codepoints.to_a )
  /external/chromium/base/i18n/
file_util_icu_unittest.cc 62 // Unassigned codepoints are ok.

Completed in 4086 milliseconds

1 2 3 4 5 6