/external/bluetooth/glib/tests/ |
utf8-pointer.c | 34 gint num_chars; local 40 num_chars = g_utf8_strlen (string, -1); 42 p = (gchar **) g_malloc (num_chars * sizeof (gchar *)); 45 for (i = 1; i < num_chars; i++) 48 for (i = 0; i < num_chars; i++) 49 for (j = 0; j < num_chars; j++)
|
/external/ppp/pppd/plugins/ |
winbind.c | 171 size_t num_chars = 0; local 194 p[num_chars] = (hinybble << 4) | lonybble; 195 num_chars++; 200 return num_chars;
|
/external/freetype/include/freetype/internal/ |
t1types.h | 56 /* num_chars :: The number of character codes in the encoding. */ 71 FT_Int num_chars; member in struct:T1_EncodingRecRec_
|
/external/srec/srec/crec/ |
srec_context.c | 331 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add) 342 Interface->max_chars = num_chars + num_words_to_add * AVG_CHARS_PER_WORD; 376 asr_int32_t num_chars; local 382 for (num_words = 0, num_chars = 0; pfgets(buf, MAX_LINE_LENGTH, fp); num_words++) 385 num_chars += strlen(word); 387 num_chars += num_words * 2; /* for null terminators */ 394 wordmap_create(&wmap, num_chars, num_words, num_words_to_add); [all...] |
/external/v8/src/ |
parser.cc | 214 int num_chars = char_vector.length(); local 215 if (num_chars > 1) { 216 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1); 218 char_vector = char_vector.SubVector(num_chars - 1, num_chars); [all...] |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |