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

  /external/chromium_org/third_party/icu/source/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) {
ucnv_io.c 229 int needInit;
235 UMTX_CHECK(NULL, (gAliasData==NULL), needInit);
238 if (needInit) {
    [all...]
ucnv_bld.c     [all...]
uniset_props.cpp 182 UBool needInit;
183 UMTX_CHECK(NULL, (INCLUSIONS[src] == NULL), needInit);
184 if (needInit) {
    [all...]
locid.cpp 912 UBool needInit = (gLocaleCache == NULL);
915 if (needInit) {
  /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/chromium_org/third_party/icu/source/i18n/
coll.cpp 196 UBool needInit;
197 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
198 if(needInit) {
255 UBool needInit;
256 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
258 if (needInit) {
291 needInit = FALSE;
301 return !needInit;
numfmt.cpp 819 UBool needInit;
820 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
821 if (needInit) {
    [all...]
calendar.cpp 499 UBool needInit;
500 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
501 if (needInit) {
    [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 530 UBool needInit;
531 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
532 if (needInit) {
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 334 int needInit;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 335 int needInit;
    [all...]
  /external/lzma/C/
LzmaEnc.c 334 int needInit;
    [all...]

Completed in 605 milliseconds