OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_mode
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp
84
if(
line_mode
){
160
if (
line_mode
) {
169
if (
line_mode
) {
178
if (
line_mode
) {
187
if (
line_mode
) {
196
if (
line_mode
) {
205
if (
line_mode
) {
214
if (
line_mode
) {
224
if (
line_mode
) {
233
if (
line_mode
) {
[
all
...]
/external/icu/icu4c/source/test/perf/normperf/
normperf.cpp
139
if(
line_mode
){
179
if(
line_mode
){
188
if(
line_mode
){
197
if(
line_mode
){
208
if(
line_mode
){
217
if(
line_mode
){
226
if(
line_mode
){
237
if(
line_mode
){
247
if(
line_mode
){
256
if(
line_mode
){
[
all
...]
normperf.h
41
UBool
line_mode
;
member in class:QuickCheckPerfFunction
46
if(
line_mode
==TRUE){
67
if(
line_mode
==TRUE){
85
line_mode
= TRUE;
95
line_mode
= FALSE;
112
UBool
line_mode
;
member in class:NormPerfFunction
117
if(
line_mode
==TRUE){
136
if(
line_mode
==TRUE){
155
line_mode
= TRUE;
166
line_mode
= FALSE
[
all
...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h
177
UBool
line_mode
;
member in class:UPerfTest
/external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp
19
if(status== U_ILLEGAL_ARGUMENT_ERROR ||
line_mode
){
/external/icu/icu4c/source/tools/ctestfw/
uperf.cpp
58
LINE_MODE
,
86
lines(NULL), numLines(0),
line_mode
(TRUE),
102
lines(NULL), numLines(0),
line_mode
(TRUE),
173
if(options[
LINE_MODE
].doesOccur) {
174
line_mode
= TRUE;
180
line_mode
= FALSE;
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java
90
protected boolean
line_mode
;
field in class:PerfTest
337
static final int
LINE_MODE
= 10;
453
line_mode
= false;
500
if (options[
LINE_MODE
].doesOccur && options[BULK_MODE].doesOccur)
513
line_mode
= options[
LINE_MODE
].doesOccur;
[
all
...]
Completed in 1962 milliseconds