Searched refs:locLen (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp984 int len, locLen, maxLength; local
994 locLen = 1 + strlen( loc );
996 locLen = 0;
998 ok = ((len + locLen + 1) < maxLength);
1003 len += locLen;
1005 strlcpy( path, loc, locLen );
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duresbund.cpp2715 int32_t locLen; local
2735 while((locale = uenum_next(locs, &locLen, status))) {
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcreststn.c1419 int32_t locLen; local
1458 } while((locName = uenum_next(locs,&locLen,&status))&&U_SUCCESS(status));

Completed in 136 milliseconds