OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paras
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp
282
QWebElementCollection
paras
= body.findAll("p");
local
283
QList<QWebElement> referenceList =
paras
.toList();
286
foreach(QWebElement p,
paras
) {
295
for (int i = 0; i <
paras
.count(); ++i) {
296
forLoopList.append(
paras
.at(i));
303
for (int i = 0; i <
paras
.count(); ++i) {
304
QCOMPARE(
paras
.at(i),
paras
[i]);
307
QCOMPARE(
paras
.at(0),
paras
.first())
316
QWebElementCollection
paras
= body.findAll("p");
local
332
const QWebElementCollection
paras
= body.findAll("p");
local
[
all
...]
/external/icu4c/common/
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/icu4c/test/cintltst/
cbiditst.c
3326
int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases,
paras
;
local
[
all
...]
Completed in 480 milliseconds