/external/icu4c/common/ |
ucnv_ext.h | 49 * The data structures are sorted by input units to allow for binary search. 88 * many units before the last buffer), although then results would differ 101 * Each length of an array is the number of array base units in that array.
|
ustrcase.c | 675 /* current code units, and code points for lookups */ 768 c1=c2=-1; /* make us fetch new code units */ 913 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
|
unistr.cpp | 179 // get the code units for c 180 UChar units[UTF_MAX_CHAR_LENGTH]; local 181 UTF_APPEND_CHAR_UNSAFE(units, i, c); 191 array[i++]=units[unitIdx++]; 634 // little-endian: compare UChar units [all...] |
ucnv.c | 802 * While collecting source units to find the longest match for m:n conversion, 803 * some source units may need to be stored for a partial match. 805 * source units, then they must be "replayed", i.e., fed back into the converter. 811 * It may result in some of its units being stored again for a partial match, 867 * Previous m:n conversion stored source units from a partial match 956 * switch the source to new replay units (cannot occur while replaying) [all...] |
/external/icu4c/common/unicode/ |
utf8.h | 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings. 126 * How many code units (bytes) are used for the UTF-8 encoding 144 * The maximum number of UTF-8 code units (bytes) per Unicode code point (U+0000..U+10ffff).
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); 403 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); 729 printf("file \"%s\", %d charCount code units.\n", opt_fName, charCount);
|
/external/libpng/ |
pngget.c | 638 png_charp *units, png_charpp *params) 644 nparams != NULL && units != NULL && params != NULL) 651 *units = info_ptr->pcal_units;
|
pngtest.c | 629 * 3: vpAg units 1027 png_charp purpose, units; local 1033 &nparams, &units, ¶ms)) 1036 nparams, units, params); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngget.c | 606 png_charp *units, png_charpp *params) 610 nparams != NULL && units != NULL && params != NULL) 618 *units = info_ptr->pcal_units;
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 200 * describe. The units are ignored. 249 * multiplier and units. 276 * multiplier and units.
|
/frameworks/base/opengl/libs/ |
entries.in | 253 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units) 254 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units) 255 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/ |
whalCtrl_api.h | 497 /* Units: dBm*/ 506 /* Units: dB*/ 514 /* Units: dBm*/
|
/external/icu4c/i18n/unicode/ |
uspoof.h | 508 * 16 bit UTF-16 code units, or -1 if the string is 626 * 16 bit UTF-16 code units, or -1 if the string is 631 * 16 bit UTF-16 code units, or -1 if the string is [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler.cpp | 571 LOGSTATS((0, "PVSCHED:Scheduler '%s', AO '%s': Pri %d NumRun %d, MaxTicksInRun 0x%x, AvgTicksPerRun (hi,lo) (0x%x,0x%08x) Units %s, NumCancel %d, NumError %d, LeaveCode %d" 588 LOGSTATS((0, "PVSCHED:Scheduler '%s', AO '%s': Pri %d NumRun %d, MaxTicksInRun %d, AvgTicksPerRun %d Units %s, NumCancel %d, NumError %d, LeaveCode %d" 750 (0, " Total Time (hi,lo): (0x%x,0x%08x) Units: %s", Oscl_Int64_Utils::get_int64_upper32(total), Oscl_Int64_Utils::get_int64_lower32(total), TICKSTR) 753 (0, " Total Time Accounted (hi,lo): (0x%x,0x%08x) Units: %s", Oscl_Int64_Utils::get_int64_upper32(iGrandTotalTicks), Oscl_Int64_Utils::get_int64_lower32(iGrandTotalTicks), TICKSTR) 763 (0, " Tick Units: %s Frequency: %s", TICKSTR, TICK_INT_STR, TICK_INT_EXPR(tickint)) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 183 units (i.e., Unit16s) allowed in the buffer is specified in 185 encoding units placed in the output buffer pointed to by utf16. 633 units here. The worst case is pure ASCII 654 /* Deliver all UTF-16 encoding units. At 659 UTF-16 encoding units from a commit, [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/ |
regulatoryDomain.c | 289 /* Convert to RegDomain units */ 309 /* Convert to RegDomain units */ [all...] |
/external/freetype/src/truetype/ |
ttgload.c | 69 /* Returns the horizontal metrics in font units for a given glyph. If */ 85 FT_TRACE5(( " advance width (font units): %d\n", *aw )); 86 FT_TRACE5(( " left side bearing (font units): %d\n", *lsb )); 92 /* Returns the vertical metrics in font units for a given glyph. */ 138 FT_TRACE5(( " advance height (font units): %d\n", *ah )); 139 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); [all...] |
/external/netperf/ |
netlib.c | 24 /* calc_thruput() calulate the tput in units */ 717 * Number of 100 nanosecond units from 1/1/1601 to 1/1/1970 1028 /* really in units of 1/HZ. so, to prevent the test from running */ [all...] |
/external/icu4c/tools/gennorm/ |
store.c | 357 fprintf(stderr, "error: gennorm combining code points - trying to use more than %ld units\n", 483 /* count 2 to 3 16-bit units per composition entry (back-index, code point) */ 501 fprintf(stderr, "error: gennorm combining table - trying to use %u units, more than the %ld units available\n", [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 222 * Units are seconds since 1970. 229 * Units are seconds since 1970. 441 * The date & time that the image was taken in units [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_commands.h | 523 /* minimum amount of time, in time units (TUs), */ 530 /* maximum amount of time, in time units (TUs), */ 533 /* amount of time, in time units (TUs), to listen*/ 696 /* units (TUs). Valid values are 1 to 1024.*/ [all...] |
/dalvik/libdex/ |
DexFile.h | 321 u4 insnsSize; /* size of the insns array, in u2 units */ 333 u4 startAddr; /* start address, in 16-bit code units */ 334 u2 insnCount; /* instruction count, in 16-bit code units */ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 147 /* TrueType tables. The values are expressed in font units. */ [all...] |