OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uLen
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucm.h
41
* u if
uLen
==1: Unicode code point
42
* else index to
uLen
code points
45
*
uLen
number of code points
59
int8_t
uLen
, bLen, f, moveFlag;
114
(((m)->
uLen
==1) ? &(m)->u : (t)->codePoints+(m)->u)
ucm.c
48
for(j=0; j<m->
uLen
; ++j) {
97
if(l->
uLen
==1 && r->
uLen
==1) {
107
if(l->
uLen
<=r->
uLen
) {
108
length=l->
uLen
;
110
length=r->
uLen
;
122
return l->
uLen
-r->
uLen
;
365
} else if( mb->
uLen
<me->uLen &
[
all
...]
/external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp
391
FX_STRSIZE
uLen
= wsUseVal.GetLength();
392
if (
uLen
>= uSharpPos + 5 &&
394
wsUseVal[
uLen
- 1] == ')') {
396
uLen
- 1 - uSharpPos - 5);
399
uLen
- uSharpPos - 1);
/external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 618 milliseconds