Searched defs:pieces (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Dcaniter.h81 * Cleans pieces
164 // 2 dimensional array holds the pieces of the string with
166 UnicodeString **pieces; member in class:CanonicalIterator
170 // current is used in iterating to combine pieces
/external/icu4c/common/unicode/
H A Dcaniter.h82 * Cleans pieces
165 // 2 dimensional array holds the pieces of the string with
167 UnicodeString **pieces; member in class:CanonicalIterator
171 // current is used in iterating to combine pieces
/external/bluetooth/glib/gio/tests/
H A Dsleepy-stream.c61 gint pieces; local
63 pieces = g_test_rand_int_range (0, MAX_PIECES + 1);
64 array = g_new (char *, pieces + 1);
65 array[pieces] = NULL;
67 while (pieces--)
68 array[pieces] = cook_piece ();
78 gchar **pieces; member in struct:__anon493
97 if (sleepy->pieces[sleepy->index] == NULL)
110 sleepy->current = sleepy->pieces[sleepy->index++];
126 sleepy->pieces
[all...]
/external/bluetooth/glib/glib/
H A Dgkeyfile.c1486 GSList *p, *pieces = NULL; local
1516 string_value = g_key_file_parse_value_as_string (key_file, value, &pieces, &key_file_error);
1539 len = g_slist_length (pieces);
1541 for (p = pieces, i = 0; p; p = p->next)
1545 g_slist_free (pieces);
3443 GSList **pieces,
3488 if (pieces && *p == key_file->list_separator)
3515 if (pieces && (*p == key_file->list_separator))
3517 *pieces = g_slist_prepend (*pieces, g_strndu
3441 g_key_file_parse_value_as_string(GKeyFile *key_file, const gchar *value, GSList **pieces, GError **error) argument
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dssearch.cpp1759 int32_t pieces = (m_rand() % 4) + 1; local
1768 for(int32_t piece = 0; piece < pieces; piece += 1) {
/external/icu4c/test/intltest/
H A Dssearch.cpp1852 int32_t pieces = (m_rand() % 4) + 1; local
1861 for(int32_t piece = 0; piece < pieces; piece += 1) {

Completed in 145 milliseconds