Home
last modified time | relevance | path

Searched refs:RAW_DECOMPOSITION_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp569 const int32_t RAW_DECOMPOSITION_BUFFER_SIZE = 2; in computeDecompositions() local
570 UChar32 rawUtf32[RAW_DECOMPOSITION_BUFFER_SIZE]; in computeDecompositions()
713 int32_t rawLen = raw.toUTF32(rawUtf32, RAW_DECOMPOSITION_BUFFER_SIZE, status); in computeDecompositions()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp773 const int32_t RAW_DECOMPOSITION_BUFFER_SIZE = 2; in computeDecompositions() local
774 UChar32 rawUtf32[RAW_DECOMPOSITION_BUFFER_SIZE]; in computeDecompositions()
917 int32_t rawLen = raw.toUTF32(rawUtf32, RAW_DECOMPOSITION_BUFFER_SIZE, status); in computeDecompositions()