Searched refs:escapeSequences (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_2022.java32 * @param escapeSequences the byte escape sequences to test for.
35 int match(byte [] text, int textLen, byte [][] escapeSequences) { argument
46 for (escN=0; escN<escapeSequences.length; escN++) {
47 byte [] seq = escapeSequences[escN];
102 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022JP
124 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
130 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022KR
141 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
147 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022CN
168 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_2022.java31 * @param escapeSequences the byte escape sequences to test for.
34 int match(byte [] text, int textLen, byte [][] escapeSequences) { argument
45 for (escN=0; escN<escapeSequences.length; escN++) {
46 byte [] seq = escapeSequences[escN];
101 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022JP
123 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
129 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022KR
140 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
146 private byte [] [] escapeSequences = { field in class:CharsetRecog_2022.CharsetRecog_2022CN
167 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsr2022.h50 * @param escapeSequences the byte escape sequences to test for.
55 const uint8_t escapeSequences[][5],
H A Dcsr2022.cpp31 * @param escapeSequences the byte escape sequences to test for.
34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) const argument
48 const uint8_t *seq = escapeSequences[escN];

Completed in 178 milliseconds