OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countBytes
(Results
1 - 12
of
12
) sorted by null
/external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java
65
private static long
countBytes
(String s, boolean shortLength) throws UTFDataFormatException {
109
int utfCount = (int)
countBytes
(s, true);
/libcore/dex/src/main/java/com/android/dex/
Mutf8.java
66
private static long
countBytes
(String s, boolean shortLength) throws UTFDataFormatException {
110
int utfCount = (int)
countBytes
(s, true);
/libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java
73
public static long
countBytes
(String s, boolean shortLength) throws UTFDataFormatException {
119
int utfCount = (int) ModifiedUtf8.
countBytes
(s, true);
/external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp
110
lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t
countBytes
) {
116
range->count2*=
countBytes
;
144
uint32_t maxByte, uint32_t
countBytes
,
247
* it may result in a range with count>
countBytes
251
countBytes
*(getWeightByte(end, length-1)-getWeightByte(start, length-1)));
310
uint32_t
countBytes
=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
316
/*
countBytes
to the power of index */
320
powers[1] =
countBytes
;
321
powers[2] =
countBytes
*
countBytes
;
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp
386
SkASSERT(
countBytes
(fExclusiveList) == fClientDetachedBytes);
404
size_t GrResourceCache::
countBytes
(const EntryList& list) {
455
size_t bytes =
countBytes
(fList);
458
bytes =
countBytes
(fExclusiveList);
/external/icu4c/i18n/
ucol_wgt.cpp
123
lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t
countBytes
) {
129
range->count2*=
countBytes
;
157
uint32_t maxByte, uint32_t
countBytes
,
260
* it may result in a range with count>
countBytes
264
countBytes
*(getWeightByte(end, length-1)-getWeightByte(start, length-1)));
323
uint32_t
countBytes
=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
329
/*
countBytes
to the power of index */
333
powers[1] =
countBytes
;
334
powers[2] =
countBytes
*
countBytes
;
[
all
...]
/external/skia/src/gpu/
GrResourceCache.cpp
386
SkASSERT(
countBytes
(fExclusiveList) == fClientDetachedBytes);
404
size_t GrResourceCache::
countBytes
(const EntryList& list) {
455
size_t bytes =
countBytes
(fList);
458
bytes =
countBytes
(fExclusiveList);
/prebuilts/runtime/common/dex/
dex-host-prebuilt.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 392 milliseconds