Home
last modified time | relevance | path

Searched defs:nestedLoads (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducnv_cnv.h53 int32_t nestedLoads; /* count nested ucnv_load() calls */ member
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_cnv.h53 int32_t nestedLoads; /* count nested ucnv_load() calls */ member
/third_party/skia/m133/third_party/externals/icu/source/common/
Ducnv_cnv.h53 int32_t nestedLoads; /* count nested ucnv_load() calls */ member
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java201 …private UConverterSharedData loadConverter(int nestedLoads, String myName, String classPath, Class… in loadConverter()