OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstLength
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
normalizer2.cpp
182
int32_t
firstLength
=first.length();
186
if(buffer.init(
firstLength
+second.length(), errorCode)) {
193
first.replace(
firstLength
-safeMiddle.length(), 0x7fffffff, safeMiddle);
784
UChar *first, int32_t
firstLength
, int32_t firstCapacity,
792
(first==NULL ? (firstCapacity!=0 ||
firstLength
!=0) :
793
(firstCapacity<0 ||
firstLength
<-1)) ||
799
UnicodeString firstString(first,
firstLength
, firstCapacity);
800
firstLength
=firstString.length(); // In case it was -1.
810
if(buffer.init(
firstLength
+secondLength+1, *pErrorCode)) { // destCapacity>=-1
817
// This does not restore first[] array contents between
firstLength
and firstCapacity
[
all
...]
ucnv_ext.h
348
int32_t
firstLength
,
ucnv_ext.cpp
266
* cnv->mode==0 is equivalent to
firstLength
==1.
277
int32_t
firstLength
,
288
(const char *)cnv->toUBytes,
firstLength
,
294
*src+=match-
firstLength
;
310
cnv->preToUFirstLength=(int8_t)
firstLength
;
311
for(j=0; j<
firstLength
; ++j) {
[
all
...]
/external/icu4c/common/unicode/
unorm2.h
294
* @param
firstLength
length of the first string, or -1 if NUL-terminated
307
UChar *first, int32_t
firstLength
, int32_t firstCapacity,
317
* @param
firstLength
length of the first string, or -1 if NUL-terminated
330
UChar *first, int32_t
firstLength
, int32_t firstCapacity,
/external/icu4c/i18n/
ucol_bld.cpp
[
all
...]
/external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp
[
all
...]
/external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp
[
all
...]
Completed in 84 milliseconds