HomeSort by relevance Sort by last modified time
    Searched refs:paras (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/components/cronet/tools/
cronet_licenses.py 67 paras = description.split('\n')
68 formatted_paras = [textwrap.fill(para, self.width) for para in paras]
  /external/icu/icu4c/source/common/
ubidi.c 400 * Check that there are enough entries in the array pointed to by pBiDi->paras
405 if(pBiDi->paras==pBiDi->simpleParas) {
410 pBiDi->paras=pBiDi->parasMemory;
416 pBiDi->paras=pBiDi->parasMemory;
422 * determine the paragraph level if necessary (in pBiDi->paras[i].level).
474 pBiDi->paras[0].level=defaultParaLevel;
479 pBiDi->paras[0].level=0; /* set the default para level */
481 pBiDi->paras[0].level=1; /* set the default para level */
487 pBiDi->paras[0].level=pBiDi->paraLevel;
509 pBiDi->paras[pBiDi->paraCount-1].level=0
    [all...]
ubidiimp.h 121 ((UBiDiLevel)(!(ubidi)->defaultParaLevel || (index)<(ubidi)->paras[0].limit ? \
124 /* number of paras entries allocated initially without malloc */
345 Para *paras; member in struct:UBiDi
347 /* for relatively short text, we only need a tiny array of paras (no malloc()) */
  /external/chromium_org/android_webview/tools/
webview_licenses.py 310 paras = description.split('\n')
311 formatted_paras = [textwrap.fill(para, self.width) for para in paras]
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 691 pBiDi->paras[paraIndex++]=i+1;
782 pBiDi->paras[paraIndex++]=i+1;
    [all...]
ubidiimp.h 278 Para *paras; /* limits of paragraphs, filled in member in struct:UBiDi
281 /* for single paragraph text, we only need a tiny array of paras (no malloc()) */
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 3460 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 4183 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 272 milliseconds