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

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 130 BLDOPT,
170 /*01*/ UOPTION_DEF( "bldopt", 'O', UOPT_REQUIRES_ARG), /* on Win32 it is release or debug */
293 if(!options[BLDOPT].doesOccur && uprv_strcmp(options[MODE].value, "common") != 0) {
294 if (pkg_getOptionsFromICUConfig(options[VERBOSE].doesOccur, &options[BLDOPT]) != 0) {
301 if(options[BLDOPT].doesOccur) {
392 if (options[BLDOPT].doesOccur) {
393 o.options = options[BLDOPT].value;
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 91 BLDOPT,
133 /*01*/ UOPTION_DEF( "bldopt", 'O', UOPT_REQUIRES_ARG), /* on Win32 it is release or debug */
281 if(!options[BLDOPT].doesOccur && uprv_strcmp(options[MODE].value, "common") != 0) {
282 if (pkg_getOptionsFromICUConfig(options[VERBOSE].doesOccur, &options[BLDOPT]) != 0) {
289 if(options[BLDOPT].doesOccur) {
386 if (options[BLDOPT].doesOccur) {
387 o.options = options[BLDOPT].value;
    [all...]

Completed in 180 milliseconds