OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendLength
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/i18n/
collationkeys.cpp
136
int32_t
appendLength
= (b1 == 0) ? 1 : 2;
137
if((len +
appendLength
) <= buffer.getCapacity() || ensureCapacity(
appendLength
)) {
149
int32_t
appendLength
= (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
150
if((len +
appendLength
) <= buffer.getCapacity() || ensureCapacity(
appendLength
)) {
169
int32_t
appendLength
= (b1 == 0) ? 1 : 2;
170
if((len +
appendLength
) <= buffer.getCapacity() || ensureCapacity(
appendLength
)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java
189
int
appendLength
= (b1 == 0) ? 1 : 2;
190
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
202
int
appendLength
= (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
203
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
221
int
appendLength
= (b1 == 0) ? 1 : 2;
222
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java
185
int
appendLength
= (b1 == 0) ? 1 : 2;
186
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
198
int
appendLength
= (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
199
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
217
int
appendLength
= (b1 == 0) ? 1 : 2;
218
if ((len +
appendLength
) <= buffer.length || ensureCapacity(
appendLength
)) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.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 129 milliseconds