HomeSort by relevance Sort by last modified time
    Searched defs:writeChar (Results 1 - 25 of 68) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/io/
DataOutput.java 112 public abstract void writeChar(int val) throws IOException;
DataOutputStream.java 160 public final void writeChar(int val) throws IOException {
RandomAccessFile.java 339 * @see #writeChar(int)
767 public final void writeChar(int val) throws IOException {
ObjectOutputStream.java 691 public void writeChar(int value) throws IOException {
693 primitiveTypes.writeChar(value);
891 output.writeChar(fieldValue != null ? ((Character) fieldValue).charValue() : 0);
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteArrayDataOutput.java 36 @Override void writeChar(int v);
LittleEndianDataOutputStream.java 79 * Writes a char as specified by {@link DataOutputStream#writeChar(int)},
84 @Override public void writeChar(int v) throws IOException {
97 writeChar(s.charAt(i));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AbstractInterceptFieldCallback.java 24 public char writeChar(Object obj, String name, char oldValue, char newValue) { return newValue; }
InterceptFieldCallback.java 24 char writeChar(Object obj, String name, char oldValue, char newValue);
  /external/proguard/src/proguard/classfile/io/
RuntimeDataOutput.java 122 public void writeChar(int v)
126 dataOutput.writeChar(v);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
EncodedValueWriter.java 95 public void writeChar(char value) throws IOException {
  /external/icu/icu4c/source/layout/
KhmerReordering.cpp 153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
386 output.writeChar(C_VOWEL_E, i, tagPref);
392 output.writeChar(chars[i], i, tagPref);
409 output.writeChar(C_COENG, coengRo, tagPref);
410 output.writeChar(C_RO, coengRo + 1, tagPref);
418 output.writeChar(C_DOTTED_CIRCLE, prev, tagDefault);
438 output.writeChar(chars[i], i, tagAbvf);
442 output.writeChar(chars[i], i, tagPstf);
446 output.writeChar(chars[i], i, tagBlwf);
455 output.writeChar(chars[i], i, tagPstf)
    [all...]
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
343 output.writeChar(C_DOTTED_CIRCLE, prev, tagDefault);
353 output.writeChar(C_PRE_NUMBER_MARK, i, tagPref);
354 output.writeChar(chars[i], i+1 , tagPref);
363 output.writeChar(chars[i], i, tagAbvf);
367 output.writeChar(chars[i], i, tagPstf);
371 output.writeChar(chars[i], i, tagBlwf);
376 output.writeChar(chars[i], i, tagDefault);
IndicReordering.cpp 206 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
418 writeChar(fAlLakuna, fAlLakunaIndex, fMatraFeatures);
426 writeChar(fMpre, fMpreIndex, fMatraFeatures);
433 writeChar(fMbelow, fMbelowIndex, fMatraFeatures);
440 writeChar(fMabove, fMaboveIndex, fMatraFeatures);
447 writeChar(fMpost, fMpostIndex, fMatraFeatures);
454 writeChar(fLengthMark, fLengthMarkIndex, fMatraFeatures);
461 writeChar(fVMabove, fVMIndex, fVMFeatures);
468 writeChar(fVMpost, fVMIndex, fVMFeatures);
475 writeChar(fSMabove, fSMIndex, fSMFeatures)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 111 writer.writeChar(((CharEncodedValue)encodedValue).getValue());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 185 public void writeChar(char c) {
256 writeChar(b);
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 4745 milliseconds

1 2 3