HomeSort by relevance Sort by last modified time
    Searched defs:appendLength (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 187 func appendLength(dst []byte, i int) []byte {
223 dst = appendLength(dst, t.length)
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 187 func appendLength(dst []byte, i int) []byte {
223 dst = appendLength(dst, t.length)
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 138 int32_t appendLength = (b1 == 0) ? 1 : 2;
139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
171 int32_t appendLength = (b1 == 0) ? 1 : 2;
172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 191 int appendLength = (b1 == 0) ? 1 : 2;
192 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
204 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
205 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
223 int appendLength = (b1 == 0) ? 1 : 2;
224 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 187 int appendLength = (b1 == 0) ? 1 : 2;
188 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
200 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
201 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
219 int appendLength = (b1 == 0) ? 1 : 2;
220 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 229 milliseconds