OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valLen
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLang.java
64
int
valLen
= lang.length();
66
if ((langVal.length() ==
valLen
)
67
|| (langVal.charAt(
valLen
) == '-'))
/frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java
72
int
valLen
;
76
valLen
= valBytes.length;
79
valLen
= 0;
95
if (keyBytes.length +
valLen
>= 255) {
170
int
valLen
= (value != null) ? value.length : 0;
178
avLen = keyBytes.length +
valLen
+ (value != null ? 1 : 0);
189
System.arraycopy(value, 0, mData, insertion + keyBytes.length + 2,
valLen
);
/prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go
54
valLen
, n := readSize(text)
61
val := readString(text,
valLen
)
62
text = text[
valLen
:]
/prebuilts/go/linux-x86/src/net/http/fcgi/
child.go
54
valLen
, n := readSize(text)
61
val := readString(text,
valLen
)
62
text = text[
valLen
:]
/external/icu/icu4c/source/common/
uloc.cpp
57
char *values, int32_t valuesCapacity, int32_t *
valLen
,
637
char *values, int32_t valuesCapacity, int32_t *
valLen
,
[
all
...]
locid.cpp
92
char *values, int32_t valuesCapacity, int32_t *
valLen
,
Completed in 269 milliseconds