Searched refs:ucol_tok_parseNextToken (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h183 U_CAPI const UChar* U_EXPORT2 ucol_tok_parseNextToken(UColTokenParser *src,
H A Ducol_tok.cpp1383 ucol_tok_parseNextToken(UColTokenParser *src, function
1746 parseEnd = ucol_tok_parseNextToken(src,
H A Ducol_res.cpp1017 while (ucol_tok_parseNextToken(&src, startOfRules, &parseError, status) != NULL) {
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp269 while ((current = ucol_tok_parseNextToken(&src, rstart, &parseError,
1082 ucol_tok_parseNextToken(&src, &strength, &chOffset,
1088 while ((current = ucol_tok_parseNextToken(&src, rstart, &parseError,
1184 while ((current = ucol_tok_parseNextToken(&src, rstart, &parseError,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c1820 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
1822 while ((current = ucol_tok_parseNextToken(&src, startOfRules, &parseError,&status)) != NULL && U_SUCCESS(status)) {
1839 log_err("%s collator, ucol_tok_parseNextToken failed with status %s\n", loc, u_errorName(status));
2029 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
2031 while ((current = ucol_tok_parseNextToken(&src, startOfRules,&parseError, &status)) != NULL && U_SUCCESS(status)) {
2052 log_err("%s collator, ucol_tok_parseNextToken failed with status %s\n", locale[count], u_errorName(status));
H A Dcmsccoll.c571 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
573 while ((current = ucol_tok_parseNextToken(&src, startOfRules,&parseError, status)) != NULL) {
963 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
965 while ((current = ucol_tok_parseNextToken(&src, startOfRules, &parseError,status)) != NULL) {
1202 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
1204 while ((current = ucol_tok_parseNextToken(&src, startOfRules, &parseError,status)) != NULL) {
3045 /* Note that as a result of tickets 7015 or 6912, ucol_tok_parseNextToken can cause the pointer to
3047 while ((current = ucol_tok_parseNextToken(&src, startOfRules, &parseError,&status)) != NULL) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h807 #define ucol_tok_parseNextToken U_ICU_ENTRY_POINT_RENAME(ucol_tok_parseNextToken) macro

Completed in 1028 milliseconds