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

  /external/icu4c/common/
locavailable.cpp 57 UBool needInit;
58 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
60 if (needInit) {
resbund.cpp 372 UBool needInit;
373 UMTX_CHECK(NULL, (fLocale == NULL), needInit);
374 if(needInit) {
locid.cpp 846 UBool needInit = (gLocaleCache == NULL);
849 if (needInit) {
ucnv_io.cpp 229 int needInit;
235 UMTX_CHECK(NULL, (gAliasData==NULL), needInit);
238 if (needInit) {
    [all...]
uniset_props.cpp 183 UBool needInit;
184 UMTX_CHECK(NULL, (INCLUSIONS[src] == NULL), needInit);
185 if (needInit) {
    [all...]
ucnv_bld.cpp     [all...]
  /external/icu4c/i18n/
coll.cpp 205 UBool needInit;
206 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
207 if(needInit) {
275 UBool needInit;
276 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
278 if (needInit) {
311 needInit = FALSE;
321 return !needInit;
numfmt.cpp 908 UBool needInit;
909 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
910 if (needInit) {
    [all...]
calendar.cpp 524 UBool needInit;
525 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
526 if (needInit) {
    [all...]

Completed in 531 milliseconds