HomeSort by relevance Sort by last modified time
    Searched defs:uLen (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
ucm.h 39 * u if uLen==1: Unicode code point
40 * else index to uLen code points
43 * uLen number of code points
57 int8_t uLen, bLen, f, moveFlag;
112 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u)
ucm.c 46 for(j=0; j<m->uLen; ++j) {
95 if(l->uLen==1 && r->uLen==1) {
105 if(l->uLen<=r->uLen) {
106 length=l->uLen;
108 length=r->uLen;
120 return l->uLen-r->uLen;
363 } else if( mb->uLen<me->uLen &
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 393 FX_STRSIZE uLen = wsUseVal.GetLength();
394 if (uLen >= uSharpPos + 5 &&
397 wsUseVal[uLen - 1] == ')') {
399 uLen - 1 - uSharpPos - 5);
402 uLen - uSharpPos - 1);
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 391 milliseconds