OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipat
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
unesctrn.cpp
175
int32_t i, j,
ipat
;
local
181
for (j=0,
ipat
=0; spec[
ipat
] != END; ++j) {
184
int32_t prefixLen = spec[
ipat
++];
185
int32_t suffixLen = spec[
ipat
++];
186
int8_t radix = (int8_t) spec[
ipat
++];
187
int32_t minDigits = spec[
ipat
++];
188
int32_t maxDigits = spec[
ipat
++];
210
if (c != spec[
ipat
+ i]) {
252
if (c != spec[
ipat
+ prefixLen + i])
[
all
...]
/external/icu4c/i18n/
unesctrn.cpp
176
int32_t i, j,
ipat
;
local
182
for (j=0,
ipat
=0; spec[
ipat
] != END; ++j) {
185
int32_t prefixLen = spec[
ipat
++];
186
int32_t suffixLen = spec[
ipat
++];
187
int8_t radix = (int8_t) spec[
ipat
++];
188
int32_t minDigits = spec[
ipat
++];
189
int32_t maxDigits = spec[
ipat
++];
211
if (c != spec[
ipat
+ i]) {
253
if (c != spec[
ipat
+ prefixLen + i])
[
all
...]
/external/chromium_org/third_party/icu/source/common/
util.cpp
235
int32_t
ipat
= 0;
local
238
if (
ipat
== pat.length()) {
242
UChar32 cpat = pat.char32At(
ipat
);
253
if (++
ipat
== pat.length()) {
263
ipat
+= UTF_CHAR_LENGTH(cpat);
264
if (
ipat
== pat.length()) {
275
cpat = pat.char32At(
ipat
);
/external/icu4c/common/
util.cpp
231
int32_t
ipat
= 0;
local
234
if (
ipat
== pat.length()) {
238
UChar32 cpat = pat.char32At(
ipat
);
249
if (++
ipat
== pat.length()) {
259
ipat
+= U16_LENGTH(cpat);
260
if (
ipat
== pat.length()) {
271
cpat = pat.char32At(
ipat
);
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 308 milliseconds