Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dtransreg.cpp367 static UVector* DEBUG_entries = NULL; variable
370 if (DEBUG_entries == NULL) { in DEBUG_setup()
372 DEBUG_entries = new UVector(ec); in DEBUG_setup()
379 for (int i=0; i<DEBUG_entries->size(); ++i) { in DEBUG_findEntry()
380 if (e == (TransliteratorEntry*) DEBUG_entries->elementAt(i)) { in DEBUG_findEntry()
396 DEBUG_entries->addElement(e, ec); in DEBUG_newEntry()
407 DEBUG_entries->removeElementAt(i); in DEBUG_delEntry()
/third_party/node/deps/icu-small/source/i18n/
Dtransreg.cpp368 static UVector* DEBUG_entries = NULL; variable
371 if (DEBUG_entries == NULL) { in DEBUG_setup()
373 DEBUG_entries = new UVector(ec); in DEBUG_setup()
380 for (int i=0; i<DEBUG_entries->size(); ++i) { in DEBUG_findEntry()
381 if (e == (TransliteratorEntry*) DEBUG_entries->elementAt(i)) { in DEBUG_findEntry()
397 DEBUG_entries->addElement(e, ec); in DEBUG_newEntry()
408 DEBUG_entries->removeElementAt(i); in DEBUG_delEntry()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtransreg.cpp368 static UVector* DEBUG_entries = NULL; variable
371 if (DEBUG_entries == NULL) { in DEBUG_setup()
373 DEBUG_entries = new UVector(ec); in DEBUG_setup()
380 for (int i=0; i<DEBUG_entries->size(); ++i) { in DEBUG_findEntry()
381 if (e == (TransliteratorEntry*) DEBUG_entries->elementAt(i)) { in DEBUG_findEntry()
397 DEBUG_entries->addElement(e, ec); in DEBUG_newEntry()
408 DEBUG_entries->removeElementAt(i); in DEBUG_delEntry()
/third_party/icu/icu4c/source/i18n/
Dtransreg.cpp367 static UVector* DEBUG_entries = NULL; variable
370 if (DEBUG_entries == NULL) { in DEBUG_setup()
372 DEBUG_entries = new UVector(ec); in DEBUG_setup()
379 for (int i=0; i<DEBUG_entries->size(); ++i) { in DEBUG_findEntry()
380 if (e == (TransliteratorEntry*) DEBUG_entries->elementAt(i)) { in DEBUG_findEntry()
396 DEBUG_entries->addElement(e, ec); in DEBUG_newEntry()
407 DEBUG_entries->removeElementAt(i); in DEBUG_delEntry()