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

/external/icu/android_icu4j/src/main/java/android/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/common/
H A Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, argument
143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
177 if(valueBits==UTRIE2_16_VALUE_BITS) {
183 if(valueBits==UTRIE2_16_VALUE_BITS) {
210 switch(valueBits) {
235 utrie2_openDummy(UTrie2ValueBits valueBits, argument
249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
438 UTrie2ValueBits valueBits; local
[all...]
H A Dutrie2_builder.cpp1249 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { argument
1264 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1274 if(valueBits!=frozenValueBits) {
1294 if(valueBits==UTRIE2_16_VALUE_BITS) {
1316 if(valueBits==UTRIE2_16_VALUE_BITS) {
1344 header->options=(uint16_t)valueBits;
1391 switch(valueBits) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java1016 private void freeze(Trie2 dest, ValueWidth valueBits) { argument
1032 if(valueBits==ValueWidth.BITS_16) {
1052 if (valueBits==ValueWidth.BITS_16) {
1077 dest.header.options = valueBits==ValueWidth.BITS_16 ? 0 : 1;
1133 switch(valueBits) {
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c109 const UTrie2 *trie, UTrie2ValueBits valueBits,
130 if(valueBits==UTRIE2_16_VALUE_BITS) {
141 if(valueBits==UTRIE2_16_VALUE_BITS) {
151 if(valueBits==UTRIE2_16_VALUE_BITS) {
178 if(valueBits==UTRIE2_16_VALUE_BITS) {
191 if(valueBits==UTRIE2_16_VALUE_BITS) {
226 if(valueBits==UTRIE2_16_VALUE_BITS) {
246 if(valueBits==UTRIE2_16_VALUE_BITS) {
268 const UTrie2 *trie, UTrie2ValueBits valueBits,
305 if(valueBits
108 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
267 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
347 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
483 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
540 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1098 dummyTest(UTrie2ValueBits valueBits) argument
[all...]
/external/clang/lib/AST/
H A DItaniumMangle.cpp696 llvm::APInt valueBits = f.bitcastToAPInt(); local
697 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4;
710 = 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 221 milliseconds