OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localLength
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
uinvchar.cpp
453
const UChar *localString, int32_t
localLength
) {
459
if(outString==NULL || outLength<-1 || localString==NULL ||
localLength
<-1) {
466
if(
localLength
<0) {
467
localLength
=u_strlen(localString);
470
minLength= outLength<
localLength
? outLength :
localLength
;
493
return outLength-
localLength
;
499
const UChar *localString, int32_t
localLength
) {
505
if(outString==NULL || outLength<-1 || localString==NULL ||
localLength
<-1) {
512
if(
localLength
<0)
[
all
...]
udataswp.h
135
const UChar *localString, int32_t
localLength
);
312
const UChar *localString, int32_t
localLength
);
321
const UChar *localString, int32_t
localLength
);
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar
/external/mesa3d/src/mesa/main/
shader_query.cpp
739
GLsizei
localLength
;
742
length = &
localLength
;
[
all
...]
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java
[
all
...]
Completed in 143 milliseconds