OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localLength
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
uinvchar.c
451
const UChar *localString, int32_t
localLength
) {
456
if(outString==NULL || outLength<-1 || localString==NULL ||
localLength
<-1) {
463
if(
localLength
<0) {
464
localLength
=u_strlen(localString);
467
minLength= outLength<
localLength
? outLength :
localLength
;
490
return outLength-
localLength
;
496
const UChar *localString, int32_t
localLength
) {
501
if(outString==NULL || outLength<-1 || localString==NULL ||
localLength
<-1) {
508
if(
localLength
<0)
[
all
...]
udataswp.h
133
const UChar *localString, int32_t
localLength
);
308
const UChar *localString, int32_t
localLength
);
317
const UChar *localString, int32_t
localLength
);
/external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java
[
all
...]
Completed in 28 milliseconds