Home
last modified time | relevance | path

Searched refs:switchedState (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c364 UBool switchedState = FALSE; in TestBooleanAttributes() local
376 …if(initialState != TRUE) switchedState = TRUE; // if it wasn't the default of TRUE, then flip wha… in TestBooleanAttributes()
378 udat_setBooleanAttribute(en, UDAT_PARSE_ALLOW_NUMERIC, switchedState, &status); in TestBooleanAttributes()
379 if(switchedState != udat_getBooleanAttribute(en, UDAT_PARSE_ALLOW_NUMERIC, &status)) { in TestBooleanAttributes()