Searched defs:valueBits (Results 1 - 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2Writable.java1020 private void freeze(Trie2 dest, ValueWidth valueBits) { argument
1036 if(valueBits==ValueWidth.BITS_16) {
1056 if (valueBits==ValueWidth.BITS_16) {
1081 dest.header.options = valueBits==ValueWidth.BITS_16 ? 0 : 1;
1137 switch(valueBits) {
/external/icu/icu4c/source/common/
H A Dutrie2.cpp130 utrie2_openFromSerialized(UTrie2ValueBits valueBits, argument
145 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
165 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
185 if(valueBits==UTRIE2_16_VALUE_BITS) {
212 switch(valueBits) {
237 utrie2_openDummy(UTrie2ValueBits valueBits, argument
251 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
440 UTrie2ValueBits valueBits; local
[all...]
H A Dutrie2_builder.cpp1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { argument
1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1276 if(valueBits!=frozenValueBits) {
1296 if(valueBits==UTRIE2_16_VALUE_BITS) {
1318 if(valueBits==UTRIE2_16_VALUE_BITS) {
1346 header->options=(uint16_t)valueBits;
1393 switch(valueBits) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java1018 private void freeze(Trie2 dest, ValueWidth valueBits) { argument
1034 if(valueBits==ValueWidth.BITS_16) {
1054 if (valueBits==ValueWidth.BITS_16) {
1079 dest.header.options = valueBits==ValueWidth.BITS_16 ? 0 : 1;
1135 switch(valueBits) {
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c112 const UTrie2 *trie, UTrie2ValueBits valueBits,
133 if(valueBits==UTRIE2_16_VALUE_BITS) {
144 if(valueBits==UTRIE2_16_VALUE_BITS) {
154 if(valueBits==UTRIE2_16_VALUE_BITS) {
181 if(valueBits==UTRIE2_16_VALUE_BITS) {
194 if(valueBits==UTRIE2_16_VALUE_BITS) {
229 if(valueBits==UTRIE2_16_VALUE_BITS) {
249 if(valueBits==UTRIE2_16_VALUE_BITS) {
271 const UTrie2 *trie, UTrie2ValueBits valueBits,
308 if(valueBits
111 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
270 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
350 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
517 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
574 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1132 dummyTest(UTrie2ValueBits valueBits) argument
[all...]
/external/clang/lib/AST/
H A DItaniumMangle.cpp959 llvm::APInt valueBits = f.bitcastToAPInt(); local
960 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4;
973 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth];
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 287 milliseconds