/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetLMBCS.java | 34 * The code in this file provides an implementation for an ICU converter of 188 * optimization group as part of the name of the converter (LMBCS-1, LMBCS-2, 189 * etc.). Using plain 'LMBCS' as the name of the converter will give you 195 * Because of the extensive use of other character sets, the LMBCS converter 200 * byte, only those at 0x13 or below can map to an actual converter. To limit 201 * some loops and searches, we define a value for that last group converter: 203 private static final short ULMBCS_GRP_LAST = 0x13; /* last LMBCS group that has a converter */ 429 * We also ask the creator of a converter to send in a preferred locale 521 * vtable. There is also room in there for converter-specific data. LMBCS 522 * uses that converter-specific data to keep track of the 12 subconverter [all...] |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | 215 public void runTestASCIIBasedConverter(String converter, int limit){ 217 Charset icuChar = icu.charsetForName(converter); 239 smBufDecode(decoder, converter, bs, us, true); 240 smBufDecode(decoder, converter, bs, us, false); 241 smBufEncode(encoder, converter, us, bs, true); 242 smBufEncode(encoder, converter, us, bs, false); 249 smBufDecode(decoder, converter, bs, us, true, false, true); 253 smBufDecode(decoder, converter, bs, us, true, false, false); 257 smBufEncode(encoder, converter, us, bs, true, false, true); 261 smBufEncode(encoder, converter, us, bs, true, false, false) 467 String converter = "UTF-8"; local 612 String converter = "HZ"; local 716 String converter = "UTF-8"; local 793 String converter = (String)converters[conv]; local [all...] |
/device/generic/goldfish/camera/ |
Converters.cpp | 115 /* Common converter for YUV 4:2:0 interleaved to RGB565. 128 /* Common converter for YUV 4:2:0 interleaved to RGB32.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
param.py | 25 class Converter(object): 70 class Param(Converter):
|
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
StepBasedScroller.java | 132 DirectionConverter converter = scrollStepStrategy.getDirectionConverter(); local 133 PhysicalDirection backwardDirection = converter.toPhysicalDirection(axis, BACKWARD);
|
/external/guice/core/src/com/google/inject/ |
AbstractModule.java | 220 TypeConverter converter) { 221 binder().convertToTypes(typeMatcher, converter);
|
/external/icu/icu4c/source/common/ |
ucnvlat1.c | 147 cnv=pArgs->converter; 160 /* get the converter state from UConverter */ 332 utf8=pToUArgs->converter; 338 /* get the converter state from the UTF-8 UConverter */ 551 UConverter *cnv=pArgs->converter; 589 UConverter *cnv=pArgs->converter; 613 if(pToUArgs->converter->toUnicodeStatus!=0) { 679 /* non-ASCII character, handle in standard converter */
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
readme.txt | 28 ** The data shows that, for example, parsing a number and opening the GB18030 converter are about the same cost. It also shows that opening a number formatter is about 60 times as expensive as formatting a number. 51 <param name="converter.default">UTF-8</param>
|
/external/jcommander/ |
CHANGELOG | 72 Added: Default converter factories can be overridden (Scott Clasen) 118 Added: string converter factories
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
ImmutableField.java | 108 return CONVERTER.toSortedSet(Ordering.natural(), list); 111 private static final ImmutableConverter<ImmutableField, Field> CONVERTER =
|
ImmutableMethod.java | 116 return CONVERTER.toSortedSet(Ordering.natural(), list); 119 private static final ImmutableConverter<ImmutableMethod, Method> CONVERTER =
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction.java | 149 return CONVERTER.toList(list); 152 private static final ImmutableConverter<ImmutableInstruction, Instruction> CONVERTER =
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ |
ImmutableEncodedValueFactory.java | 124 return CONVERTER.toList(list); 127 private static final ImmutableConverter<ImmutableEncodedValue, EncodedValue> CONVERTER =
|
/external/v8/src/ |
safepoint-table.cc | 64 disasm::NameConverter converter; local 81 os << " | " << converter.NameOfCPURegister(j);
|
/external/v8/test/cctest/ |
test-disasm-ppc.cc | 43 disasm::NameConverter converter; local 44 disasm::Disassembler disasm(converter);
|
/external/webrtc/webrtc/common_audio/ |
audio_converter_unittest.cc | 135 rtc::scoped_ptr<AudioConverter> converter = AudioConverter::Create( local 137 converter->Convert(src_buffer->channels(), src_buffer->size(),
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidatesViewManager.java | 115 * @param converter The {@link WnnEngine} from which {@link CandidatesViewManager} gets the candidates 119 public abstract void displayCandidates(WnnEngine converter);
|
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
CallScreeningServiceFilter.java | 140 private final ParcelableCallUtils.Converter mParcelableCallUtilsConverter; 161 ParcelableCallUtils.Converter parcelableCallUtilsConverter,
|
/system/connectivity/shill/net/ |
byte_string.cc | 100 bool ByteString::ConvertByteOrderAsUIntArray(T (*converter)(T)) { 109 val = converter(val);
|
byte_string.h | 134 // an array of unsigned integer of type T and applying |converter| on each 137 template <typename T> bool ConvertByteOrderAsUIntArray(T (*converter)(T));
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 1300 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 1310 ByteBuffer converter = ByteBuffer.allocate(4); local 1327 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 1337 ByteBuffer converter = ByteBuffer.allocate(2); local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaAudioEffectTest.java | 1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 1506 ByteBuffer converter = ByteBuffer.allocate(4); local 1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 1524 ByteBuffer converter = ByteBuffer.allocate(2); local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ucnvseltst.c | 14 /* C API AND FUNCTIONALITY TEST FOR CONVERTER SELECTOR (ucnvsel.h)*/ 57 log_err("unable to allocate memory for %ld available converter names\n", 281 /* get unicode set for that converter */ 338 log_err("failure in converter selector\n" 339 "converter %s had conflicting results -- manual: %d, system %d\n",
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSimpleCursorAdapter.java | 264 * Returns the converter used to convert the filtering Cursor 267 * @return null if the converter does not exist or an instance of 281 * Sets the converter used to convert the filtering Cursor 284 * @param cursorToStringConverter the Cursor to String converter, or 285 * null to remove the converter
|
/frameworks/av/services/audioflinger/ |
AudioMixer.h | 91 // Only creates a sample rate converter the first time that 94 // and a sample rate converter already exists, 95 // then the sample rate converter remains present but is a no-op. 96 RESET = 0x4101, // Reset sample rate converter without changing sample rate. 98 REMOVE = 0x4102, // Remove the sample rate converter on this track name;
|