Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_cnv.h53 int32_t nestedLoads; /* count nested ucnv_load() calls */ member
/third_party/icu/icu4c/source/common/
Ducnv_cnv.h53 int32_t nestedLoads; /* count nested ucnv_load() calls */ member
/third_party/node/deps/icu-small/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/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java201 …private UConverterSharedData loadConverter(int nestedLoads, String myName, String classPath, Class… in loadConverter()