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

  /external/lua/src/
lobject.c 352 unsigned int mfb = 0x3f; /* maximum that fits in first byte */ local
356 mfb >>= 1; /* now there is one less bit available in first byte */
357 } while (x > mfb); /* still needs continuation byte? */
358 buff[UTF8BUFFSZ - n] = cast(char, (~mfb << 1) | x); /* add first byte */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java 1784 MessageFormat mfb = (MessageFormat) b; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 1781 MessageFormat mfb = (MessageFormat) b; local
    [all...]

Completed in 318 milliseconds