HomeSort by relevance Sort by last modified time
    Searched refs:valueBits (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
utrie2.cpp 124 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
139 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
159 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
173 if(valueBits==UTRIE2_16_VALUE_BITS) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
206 switch(valueBits) {
231 utrie2_openDummy(UTrie2ValueBits valueBits,
245 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
    [all...]
utrie2.h 84 * @param valueBits selects the data entry size; results in an
98 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
114 * @param valueBits selects the data entry size
124 utrie2_openDummy(UTrie2ValueBits valueBits,
196 * utrie2_freeze() takes a valueBits parameter
276 * valueBits then it will set a U_ILLEGAL_ARGUMENT_ERROR.
279 * @param valueBits selects the data entry size; if smaller than 32 bits, then
290 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
    [all...]
utrie2_builder.c     [all...]
  /external/icu4c/test/cintltst/
trie2test.c 111 const UTrie2 *trie, UTrie2ValueBits valueBits,
132 if(valueBits==UTRIE2_16_VALUE_BITS) {
143 if(valueBits==UTRIE2_16_VALUE_BITS) {
153 if(valueBits==UTRIE2_16_VALUE_BITS) {
180 if(valueBits==UTRIE2_16_VALUE_BITS) {
193 if(valueBits==UTRIE2_16_VALUE_BITS) {
228 if(valueBits==UTRIE2_16_VALUE_BITS) {
248 if(valueBits==UTRIE2_16_VALUE_BITS) {
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
307 if(valueBits==UTRIE2_16_VALUE_BITS)
    [all...]
  /libcore/luni/src/main/java/java/util/
Arrays.java 304 long valueBits = Double.doubleToLongBits(value);
306 if (midValBits < valueBits) {
308 } else if (midValBits > valueBits) {
365 int valueBits = Float.floatToIntBits(value);
367 if (midValBits < valueBits) {
369 } else if (midValBits > valueBits) {
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 53 milliseconds