Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Duregex.cpp1349 UBool pendingBufferOverflow = false; in appendReplacement() local
1351 pendingBufferOverflow = true; in appendReplacement()
1576 if (pendingBufferOverflow && U_SUCCESS(*status)) { in appendReplacement()
1626 UBool pendingBufferOverflow = false; in appendTail() local
1628 pendingBufferOverflow = true; in appendTail()
1731 if (pendingBufferOverflow && U_SUCCESS(*status)) { in appendTail()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Duregex.cpp1349 UBool pendingBufferOverflow = false; in appendReplacement() local
1351 pendingBufferOverflow = true; in appendReplacement()
1576 if (pendingBufferOverflow && U_SUCCESS(*status)) { in appendReplacement()
1626 UBool pendingBufferOverflow = false; in appendTail() local
1628 pendingBufferOverflow = true; in appendTail()
1731 if (pendingBufferOverflow && U_SUCCESS(*status)) { in appendTail()