HomeSort by relevance Sort by last modified time
    Searched defs:inBytes (Results 26 - 34 of 34) sorted by null

12

  /external/icu/icu4c/source/common/
normalizer2impl.cpp     [all...]
unames.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 185 ByteBuffer inBytes;
188 inBytes = ICUBinary.getData(loader, fullName, itemPath);
189 if (inBytes == null) {
198 inBytes = ICUBinary.getByteBufferFromInputStreamAndCloseStream(stream);
200 return new ICUResourceBundleReader(inBytes, key.baseName, key.localeID, loader);
213 private ICUResourceBundleReader(ByteBuffer inBytes,
216 init(inBytes);
240 private void init(ByteBuffer inBytes) throws IOException {
241 dataVersion = ICUBinary.readHeader(inBytes, DATA_FORMAT, IS_ACCEPTABLE);
242 int majorFormatVersion = inBytes.get(16)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 183 ByteBuffer inBytes;
186 inBytes = ICUBinary.getData(loader, fullName, itemPath);
187 if (inBytes == null) {
196 inBytes = ICUBinary.getByteBufferFromInputStreamAndCloseStream(stream);
198 return new ICUResourceBundleReader(inBytes, key.baseName, key.localeID, loader);
211 private ICUResourceBundleReader(ByteBuffer inBytes,
214 init(inBytes);
238 private void init(ByteBuffer inBytes) throws IOException {
239 dataVersion = ICUBinary.readHeader(inBytes, DATA_FORMAT, IS_ACCEPTABLE);
240 int majorFormatVersion = inBytes.get(16)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 636 milliseconds

12