Searched refs:paras (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/cronet/tools/
H A Dcronet_licenses.py67 paras = description.split('\n')
68 formatted_paras = [textwrap.fill(para, self.width) for para in paras]
/external/icu/icu4c/source/common/
H A Dubidi.c400 * 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[pBiD
[all...]
H A Dubidiimp.h121 ((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/
H A Dwebview_licenses.py310 paras = description.split('\n')
311 formatted_paras = [textwrap.fill(para, self.width) for para in paras]
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c691 pBiDi->paras[paraIndex++]=i+1;
782 pBiDi->paras[paraIndex++]=i+1;
1847 /* allocate paras memory */
1850 pBiDi->paras=pBiDi->parasMemory;
1851 pBiDi->paras[pBiDi->paraCount-1]=length;
1857 /* initialize paras for single paragraph */
1858 pBiDi->paras=pBiDi->simpleParas;
2031 last=pBiDi->paras[i]-1;
2035 start= i==0 ? 0 : pBiDi->paras[i - 1];
2156 paraStart=pBiDi->paras[paraInde
[all...]
H A Dubidiimp.h278 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/
H A Dcbiditst.c1974 log_err("\nInvalid number of paras, should be 2, got %d\n", count);
3460 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
3523 paras = ubidi_countParagraphs(pBiDi);
3524 if (paras != 0) {
3525 log_err("\nInvalid number of paras (should be 0): %d\n", paras);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c2123 log_err("\nInvalid number of paras, should be 2, got %d\n", count);
4183 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
4246 paras = ubidi_countParagraphs(pBiDi);
4247 if (paras != 0) {
4248 log_err("\nInvalid number of paras (should be 0): %d\n", paras);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 469 milliseconds