Home
last modified time | relevance | path

Searched defs:textIn (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match()
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match()
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match()
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match()
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
H A Ducsdet.cpp56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match()
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match()
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match()
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match()
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
H A Ducsdet.cpp56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java28 String textIn; field in TestReorderRunsOnly.TestCase
H A DTestStreaming.java31 String textIn; field in TestStreaming.TestCase
H A DTestClassOverride.java65 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78"; field in TestClassOverride
H A DTestReorderingMode.java29 static final String[] textIn = { field in TestReorderingMode
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java25 String textIn; field in TestReorderRunsOnly.TestCase
H A DTestStreaming.java28 String textIn; field in TestStreaming.TestCase
H A DTestClassOverride.java62 static final String textIn = "JIH.>12->a \u05d0\u05d1 6 ABC78"; field in TestClassOverride
H A DTestReorderingMode.java26 static final String[] textIn = { field in TestReorderingMode
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcbiditst.c3689 static const char* const textIn[] = { variable
4151 const char* textIn; in testReorderRunsOnly() member
4416 const char* textIn; in testStreaming() member
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3689 static const char* const textIn[] = { variable
4151 const char* textIn; in testReorderRunsOnly() member
4416 const char* textIn; in testStreaming() member
/aosp_15_r20/external/icu/libandroidicu/static_shim/
H A Dshim.cpp320 void ucsdet_setText_android(UCharsetDetector * ucsd, const char * textIn, int32_t len, UErrorCode *… in ucsdet_setText_android()