HomeSort by relevance Sort by last modified time
    Searched defs:NUM_KEYS (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
tbb_key.h 47 NUM_KEYS
  /libcore/ojluni/src/main/java/java/awt/font/
NumericShaper.java 316 return index < NUM_KEYS ? index : -1;
320 return index < NUM_KEYS ? Range.values()[index] : null;
327 if (index < NUM_KEYS) {
337 for (int i = 0; i < NUM_KEYS; i++) {
494 private static final int NUM_KEYS = MONGOLIAN_KEY + 1; // fixed
926 while (key < NUM_KEYS && ((mask & (1<<key)) == 0)) {
929 if (key == NUM_KEYS || ((mask & ~(1<<key)) != 0)) {
    [all...]

Completed in 1091 milliseconds