OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b3Len
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/cintltst/
nfsprep.c
55
int32_t b1Len=0, b2Len=0,
b3Len
=0,
106
u_strToUTF8(b3,b3Capacity, &
b3Len
, b2, b2Len, status);
109
b3 = (char*) malloc(
b3Len
);
114
b3Capacity =
b3Len
;
115
u_strToUTF8(b3,b3Capacity, &
b3Len
, b2, b2Len, status);
118
reqLength =
b3Len
;
/external/icu/icu4c/source/common/
uidna.cpp
413
int32_t b1Len = 0, b2Len, b1PrimeLen,
b3Len
,
515
b3Len
= uidna_toASCII(b2, b2Len, b3, b3Capacity, options, parseError, status);
520
b3 = (UChar*) uprv_malloc(
b3Len
* U_SIZEOF_UCHAR);
528
b3Len
= uidna_toASCII(b2,b2Len,b3,
b3Len
,options,parseError, status);
537
if(compareCaseInsensitiveASCII(b1, b1Len, b3,
b3Len
) !=0){
/external/icu/icu4c/source/test/intltest/
idnaref.cpp
435
int32_t b1Len, b2Len, b1PrimeLen,
b3Len
,
550
b3Len
= idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status);
555
b3 = (UChar*) uprv_malloc(
b3Len
* U_SIZEOF_UCHAR);
563
b3Len
= idnaref_toASCII(b2,b2Len,b3,
b3Len
, options, parseError, status);
572
if(compareCaseInsensitiveASCII(b1, b1Len, b3,
b3Len
) !=0){
Completed in 332 milliseconds