OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trueValues
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c
498
static const char *const
trueValues
[]={ "Y", "Yes", "T", "True" };
505
for(i=0; i<LENGTHOF(
trueValues
); ++i) {
506
if(TRUE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC,
trueValues
[i])) {
507
log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=TRUE (Are you missing data?)\n",
trueValues
[i]);
/external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp
297
static const char *const
trueValues
[]={ "Y", "Yes", "T", "True" };
313
for(i=0; i<LENGTHOF(
trueValues
); ++i) {
315
pattern.insert(pattern.length()-2, UnicodeString(
trueValues
[i], -1, US_INV));
319
errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n",
trueValues
[i], u_errorName(errorCode));
323
errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n",
trueValues
[i]);
/external/icu4c/test/cintltst/
cucdapi.c
598
static const char *const
trueValues
[]={ "Y", "Yes", "T", "True" };
605
for(i=0; i<LENGTHOF(
trueValues
); ++i) {
606
if(TRUE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC,
trueValues
[i])) {
607
log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=TRUE (Are you missing data?)\n",
trueValues
[i]);
/external/icu4c/test/intltest/
ucdtest.cpp
302
static const char *const
trueValues
[]={ "Y", "Yes", "T", "True" };
318
for(i=0; i<LENGTHOF(
trueValues
); ++i) {
320
pattern.insert(pattern.length()-2, UnicodeString(
trueValues
[i], -1, US_INV));
324
errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n",
trueValues
[i], u_errorName(errorCode));
328
errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n",
trueValues
[i]);
/external/skia/tools/flags/
SkCommandLineFlags.cpp
69
static const char*
trueValues
[] = { "1", "TRUE", "true" };
70
if (string_is_in(string,
trueValues
, SK_ARRAY_COUNT(
trueValues
))) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar
Completed in 688 milliseconds